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

View File

@@ -8605,7 +8605,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 lisp
@@ -22790,7 +22790,7 @@ sources when reading a document. To that effect, you can use
a bookmark with the following location:
@example
javascript:location.href='org-protocol://open-source?&url='+
javascript:location.href='org-protocol://open-source?url='+
encodeURIComponent(location.href);void(0)
@end example