REF remove all property drawers

This commit is contained in:
Nathan Dwarshuis 2022-09-18 19:46:35 -04:00
parent d6edb0dd27
commit 768944edb1
1 changed files with 0 additions and 28 deletions

View File

@ -58,10 +58,6 @@ Some useful external libraries that I use all over the place
:straight t)
#+END_SRC
*** hash tables
:PROPERTIES:
:CREATED: [2021-12-24 Fri 16:05]
:ID: 2e1f9b7b-c565-464d-8abb-6e8608910ba3
:END:
#+begin_src emacs-lisp
(use-package ht
:straight t)
@ -478,10 +474,6 @@ Since I run emacs in [[https://www.gnu.org/software/emacs/manual/html_node/emacs
(setq nd/theme-terminal-loaded t))))
#+END_SRC
** frame
:PROPERTIES:
:CREATED: [2022-04-11 Mon 11:14]
:ID: d7980b2a-bd11-4c3c-838a-343837f83efe
:END:
#+begin_src emacs-lisp
(setq frame-title-format
'(multiple-frames "%b" ("" invocation-name "@" system-name)))
@ -697,10 +689,6 @@ Emacs will warn user when opening a file over a certain limit. Raise this to 1GB
(setq large-file-warning-threshold 1000000000)
#+end_src
** undo
:PROPERTIES:
:CREATED: [2022-04-28 Thu 12:00]
:ID: 407e6b89-fd3b-4205-81a2-636c1d82bf5d
:END:
Memory is cheap (kinda). Keep more undo entries to make up for the fact that I don't commit enough.
#+begin_src emacs-lisp
(setq undo-limit 1600000
@ -1773,10 +1761,6 @@ Make todo insertion respect contents
(setq org-insert-heading-respect-content t)
#+END_SRC
*** flights
:PROPERTIES:
:CREATED: [2021-08-24 Tue 11:56]
:ID: 85e4dd36-0192-4ee3-b51e-95d101ef4fed
:END:
To remind myself to check into flights and stuff
#+begin_src emacs-lisp
(defun nd/org-insert-flight (arg)
@ -1873,10 +1857,6 @@ Set org columns view to be more informative with clocksums and effort.
(set-face-attribute 'org-column nil :background "#1e2023")
#+END_SRC
*** navigation
:PROPERTIES:
:CREATED: [2021-08-26 Thu 11:21]
:ID: 2c8e9989-3b21-45a1-962e-00557b258862
:END:
Some common functions that I use often that don't seem to exist
#+begin_src emacs-lisp
(defun nd/org-goto-last-child-headline ()
@ -1894,10 +1874,6 @@ Some common functions that I use often that don't seem to exist
(message "Not on a headline")))
#+end_src
*** emphasis
:PROPERTIES:
:ID: 79057ff5-1592-4bfb-8c5b-82d037d00439
:CREATED: [2022-09-17 Sat 19:02]
:END:
Make text more compact by hiding format characters
#+begin_src emacs-lisp
(setq org-hide-emphasis-markers t)
@ -3058,10 +3034,6 @@ review phase)"
(:name "Appointments" :anything))))))
#+END_SRC
** tracking and analytics
:PROPERTIES:
:CREATED: [2021-04-25 Sun 12:46]
:ID: 0b13360d-58ee-45f3-a03f-ca05d2ddd5a1
:END:
Because =org-mode= has rich metadata (clocking, logbook, tags, etc) and a robust long-term storage mechanism (archive which can be git-backed), it is a powerful lens with which to study one's own behavior.
Questions I am concerned with answering (non-exhaustive):