Changed to English
This commit is contained in:
@@ -453,7 +453,8 @@ This function could also become useful if we ever want to extend the compile com
|
||||
** Visual
|
||||
*** Enable Header Numbering
|
||||
#+begin_src emacs-lisp :tangle config.el
|
||||
(setq org-startup-numerated t)
|
||||
(after! org
|
||||
(setq org-startup-numerated t))
|
||||
#+end_src
|
||||
*** Image Display as Default
|
||||
[[https://emacs.stackexchange.com/questions/57603/how-to-always-display-inline-images-by-default-existing-solutions-dont-seem-to#comment89772_57607][this stackexchange comment]] states that this has to be done before the [[Add "~/org" to Agenda][adding the ~/org directory to Org Agenda]]
|
||||
@@ -534,9 +535,9 @@ Adding the "#+category: " tag improves the Org Agenda View for tasks captured in
|
||||
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+category: ${title}\n")
|
||||
:unnarrowed t)
|
||||
("m" "Meeting Templates")
|
||||
("mm" "Meeting Masterarbeit" plain
|
||||
"* Aktueller Stand\n\n* Offene Fragen\n\n* TODOs\n"
|
||||
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: Masterarbeitsbesprechung ${title}\n#+category: Masterarbeit\n")
|
||||
("mm" "Meeting Master Thesis" plain
|
||||
"* Current Progress\n\n* Open Questions\n\n* TODOs\n"
|
||||
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: Master Thesis Meeting ${title}\n#+category: Master Thesis\n")
|
||||
:unnarrowed t))))
|
||||
#+end_src
|
||||
*** Misc
|
||||
@@ -584,6 +585,7 @@ Following the [[https://github.com/emacs-citar/citar#configuration][citar packag
|
||||
**** Enable Zotero Link Support
|
||||
In [[https://www.riccardopinosio.com/blog/posts/zotero_notes_article.html#citar][this tutorial]] I found the config for enabling Zotero Link Support through Citar
|
||||
#+begin_src emacs-lisp :tangle config.el
|
||||
(after! citar
|
||||
(defadvice! riccardo/citar-file-trust-zotero (oldfun &rest r)
|
||||
"Leave Zotero-generated file paths alone, especially zotero://..."
|
||||
:around '(citar-file-open citar-file--find-files-in-dirs)
|
||||
@@ -591,7 +593,6 @@ In [[https://www.riccardopinosio.com/blog/posts/zotero_notes_article.html#citar]
|
||||
((symbol-function 'expand-file-name) (lambda (first &rest _) first)))
|
||||
(apply oldfun r)))
|
||||
|
||||
(after! citar
|
||||
(add-to-list 'citar-file-open-functions '("pdf" . citar-file-open-external)))
|
||||
#+end_src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user