You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line (with-current-buffer (find-file-noselect (org-extract-archive-file)) now has an error helm-M-x: Symbol’s function definition is void: org-extract-archive-file.
org-extract-archive-file and org-get-local-archive-location have been removed from org-archive.el. org-archive--compute-location has to be used instead.
It's not my document, It's just there as a css styling example . The original and probably more updated document is here https://orgmode.org/worg/org-hacks.html
Hi
In the file solarized-css/test/org-hacks.org you have published has some neat functions and tips.
I noticed that https://thomasf.github.io/solarized-css/test/org-hacks.html#sec-1-7 has some functions to preserves the logic of level groupings and tags when archiving.
The line
(with-current-buffer (find-file-noselect (org-extract-archive-file))
now has an errorhelm-M-x: Symbol’s function definition is void: org-extract-archive-file
.org-extract-archive-file and org-get-local-archive-location have been removed from org-archive.el. org-archive--compute-location has to be used instead.
Here is an example of how someone else applied the changes. daviderestivo/galactic-emacs@cb439c9
I am a org mode novice and I found the tips in you document very informative.
The text was updated successfully, but these errors were encountered: