diff --git a/config.org b/config.org index fe0755f..0a734c7 100644 --- a/config.org +++ b/config.org @@ -245,9 +245,16 @@ See the doc for speed keys by checking out the documentation for speed keys in O (setq org-highlight-latex-and-related '(latex script entities)) #+end_src -Setting some environment paths +Hide emphasis markup (e.g. / ... / for italics, etc.) #+begin_src emacs-lisp +(setq org-hide-emphasis-markers t) +#+end_src + + +Setting some environment paths + +,#+begin_src emacs-lisp (if (string-equal user-login-name "POH") (progn (defvar PATH_ORG_FILES "p:/Eigene Dateien/Notizen/") @@ -256,6 +263,8 @@ Setting some environment paths ) #+end_src + + Sort org agenda by deadline and priority #+begin_src emacs-lisp