Browse Source

some cleanup

master
Marc 1 year ago
parent
commit
2d18612d66
1 changed files with 8 additions and 13 deletions
  1. 21
      config.org

21
config.org

@ -588,7 +588,6 @@ Adds additional information to the minibuffer
marginalia-annotators-light
nil)))
#+end_src
* Embark
Does stuff in the minibuffer results
#+begin_src emacs-lisp
@ -763,10 +762,15 @@ end_src
* orgmode
** 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
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
,* FOO
:PROPERTIES:
@ -774,7 +778,8 @@ To keep the subheading structure when archiving, set the properties of the super
,** DONE BAR
,** TODO BAZ
#+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
#+BEGIN_SRC emacs-lisp
(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)
#+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
Custom keywords, depending on environment
#+BEGIN_SRC emacs-lisp
@ -996,7 +992,6 @@ Customize the org agenda
#+END_SRC
** *TODO*
org-super-agenda
[[https://github.com/alphapapa/org-ql][org-ql]]
[[https://github.com/nobiot/org-transclusion][org-transclusion]]?

Loading…
Cancel
Save