Giter Site home page Giter Site logo

Comments (7)

l3kn avatar l3kn commented on June 7, 2024

org-fc-with-point-at-back-heading is a macro and it seems like in your case it's not loaded as expected.

How did you install org-fc?

from org-fc.

jaaved avatar jaaved commented on June 7, 2024

Using use-package:

;; sudo apt install gawk
(use-package org-fc
  :straight
  (org-fc
   :type git :repo "https://git.sr.ht/~l3kn/org-fc"
   :files (:defaults "awk" "demo.org"))
  :custom
  (org-fc-directories '("~/Dropbox/emacs/org_files"))
  :config
  (require 'org-fc-hydra)
  (global-set-key (kbd "C-c f") 'org-fc-hydra/org-fc-update)

  )

@l3kn

from org-fc.

jaaved avatar jaaved commented on June 7, 2024

@l3kn am I missing something in the config? do I have to load the package with require? I am not able to review the cards after I upgrade emacs from 27 to 28, issue cropped up after the upgrade

from org-fc.

l3kn avatar l3kn commented on June 7, 2024

There was a similar issue a while ago, with the same macro leading to problems with emacs 28.

I suspected it was caused by files using this macro being loaded before the file that defines it but that was changed with this commit: 43bb7ab

Maybe you're using an older version of org-fc? I'm not sure how to update packages installed with use-package, is there an entry for org-fc when you do a M-x list-packages?

from org-fc.

l3kn avatar l3kn commented on June 7, 2024

Looks like use-package doesn't automatically apply updates. If org-fc shows up in list-packages you can mark it for an update with U, then execute with x.

from org-fc.

jaaved avatar jaaved commented on June 7, 2024

@l3kn upgrading the org-fc package worked. org-fc is not visible in list-packages, I deleted repo in straight directory and reinstalled with straight again. @l3kn Thanks.

from org-fc.

l3kn avatar l3kn commented on June 7, 2024

I'm glad that fixed it. Not sure if there's a better way to update packages installed from git.

from org-fc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.