update packages

This commit is contained in:
2025-11-25 19:52:03 +01:00
parent 14ba373378
commit dbbae92267
280 changed files with 13451 additions and 11207 deletions
+2 -2
View File
@@ -7920,7 +7920,7 @@ configuration would look like:
(setq org-capture-templates
'(("t" "Todo" entry (file+headline "~/org/gtd.org" "Tasks")
"* TODO %?\n %i\n %a")
("j" "Journal" entry (file+datetree "~/org/journal.org")
("j" "Journal" entry (file+olp+datetree "~/org/journal.org")
"* %?\nEntered on %U\n %i\n %a")))
#+end_src
@@ -21296,7 +21296,7 @@ sources when reading a document. To that effect, you can use
a bookmark with the following location:
#+begin_example
javascript:location.href='org-protocol://open-source?&url='+
javascript:location.href='org-protocol://open-source?url='+
encodeURIComponent(location.href);void(0)
#+end_example