sachac / .emacs.d

Emacs configuration
384 stars 48 forks source link

Comparing shopping with Emacs not working? #13

Open foundjem opened 1 year ago

foundjem commented 1 year ago

How do you call/execute a code block with the function to compare shopping with Emacs? Also, this link doesn't work: https://github.com/sachac/.emacs.d/blob/gh-pages/home/sacha/recordings/2022-12-26_11-26-35.png

Thanks

sachac commented 1 year ago

Fixed the screenshot, thanks! I use C-c C-c to evaluate a block that looks like this, assuming the subtree contains shopping entries.

+begin_src emacs-lisp :eval yes :exports results :wrap EXPORT html

(my-org-format-shopping-subtree)

+end_src