|
@ -588,7 +588,6 @@ Adds additional information to the minibuffer |
|
|
marginalia-annotators-light |
|
|
marginalia-annotators-light |
|
|
nil))) |
|
|
nil))) |
|
|
#+end_src |
|
|
#+end_src |
|
|
|
|
|
|
|
|
* Embark |
|
|
* Embark |
|
|
Does stuff in the minibuffer results |
|
|
Does stuff in the minibuffer results |
|
|
#+begin_src emacs-lisp |
|
|
#+begin_src emacs-lisp |
|
@ -763,10 +762,15 @@ end_src |
|
|
|
|
|
|
|
|
* orgmode |
|
|
* orgmode |
|
|
** some notes |
|
|
** some notes |
|
|
|
|
|
*** copy file path within emacs |
|
|
|
|
|
Enter dired-other-window |
|
|
|
|
|
place cursor on the file |
|
|
|
|
|
M-0 w (copy absolute path) |
|
|
|
|
|
C-u w (copy relative path) |
|
|
*** Archiving |
|
|
*** Archiving |
|
|
C-c C-x C-a |
|
|
C-c C-x C-a |
|
|
|
|
|
|
|
|
To keep the subheading structure when archiving, set the properties of the superheading |
|
|
|
|
|
|
|
|
To keep the subheading structure when archiving, set the properties of the superheading. |
|
|
#+begin_src org :tangle no |
|
|
#+begin_src org :tangle no |
|
|
,* FOO |
|
|
,* FOO |
|
|
:PROPERTIES: |
|
|
:PROPERTIES: |
|
@ -774,7 +778,8 @@ To keep the subheading structure when archiving, set the properties of the super |
|
|
,** DONE BAR |
|
|
,** DONE BAR |
|
|
,** TODO BAZ |
|
|
,** TODO BAZ |
|
|
#+end_src |
|
|
#+end_src |
|
|
When moving BAR to archive, it will go to FILENAME.org_archive below the heading FOO |
|
|
|
|
|
|
|
|
When moving BAR to archive, it will go to FILENAME.org_archive below the heading FOO. |
|
|
|
|
|
[[http://doc.endlessparentheses.com/Var/org-archive-location.html][Other examples]] |
|
|
** org |
|
|
** org |
|
|
#+BEGIN_SRC emacs-lisp |
|
|
#+BEGIN_SRC emacs-lisp |
|
|
(use-package org |
|
|
(use-package org |
|
@ -933,15 +938,6 @@ Another setup, because org-babel-do-load-languages requires eager loading |
|
|
org-habit-show-habits-only-for-today nil) |
|
|
org-habit-show-habits-only-for-today nil) |
|
|
#+END_SRC |
|
|
#+END_SRC |
|
|
|
|
|
|
|
|
** org-id |
|
|
|
|
|
Currently it causes some debugger errors "not a standard org time string", so it's disabled |
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
|
;; (use-package org-id |
|
|
|
|
|
;; :config |
|
|
|
|
|
;; (setq org-id-link-to-org-use-id t) |
|
|
|
|
|
;; (org-id-update-id-locations)) ;; update id file .org-id-locations on startup |
|
|
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
|
|
|
|
** org-agenda |
|
|
** org-agenda |
|
|
Custom keywords, depending on environment |
|
|
Custom keywords, depending on environment |
|
|
#+BEGIN_SRC emacs-lisp |
|
|
#+BEGIN_SRC emacs-lisp |
|
@ -996,7 +992,6 @@ Customize the org agenda |
|
|
#+END_SRC |
|
|
#+END_SRC |
|
|
|
|
|
|
|
|
** *TODO* |
|
|
** *TODO* |
|
|
org-super-agenda |
|
|
|
|
|
[[https://github.com/alphapapa/org-ql][org-ql]] |
|
|
[[https://github.com/alphapapa/org-ql][org-ql]] |
|
|
[[https://github.com/nobiot/org-transclusion][org-transclusion]]? |
|
|
[[https://github.com/nobiot/org-transclusion][org-transclusion]]? |
|
|
|
|
|
|
|
|