Make the =C-c C-j= binding more useful
#+BEGIN_SRC emacs-lisp
(setq org-goto-interface 'outline-path-completion
- org-goto-max-level 9)
+ org-outline-path-complete-in-steps nil
+ org-goto-max-level 3)
#+END_SRC
*** Special keys & subtree yanking
:clock-in t
:clock-resume t)
("m" "Meeting" entry (file+olp+datetree org-journal-file)
- "* %? :meeting:\nSCHEDULED: %t\n** Notes\n** Action Items"
+ "* %? :meeting:\n%t\n** Notes\n** Action Items"
:time-prompt t)
("s" "Semi-Weekly PLC Meeting" entry (file+olp+datetree org-journal-file)
"* Semi-Weekly PLC Meeting :plc:semiweekly:meeting:%^g \n%t\n** Notes\n** Action Items"
:clock-in t
:clock-resume t)
("a" "Appointment" entry (file+olp+datetree org-journal-file)
- "* APPT %?\nSCHEDULED: %t"
+ "* %? :appt:\n%t"
:time-prompt t)
("j" "Journal" entry (file+olp+datetree org-journal-file)
"* %?\n%U\n")))
"Insert an org source code block"
""
"#+BEGIN_SRC "
- _ - \n\n
+ _ - "\n\n"
"#+END_SRC\n")
#+END_SRC
:END:
Make dired use the same switches I prefer for =ls=, give me a simpler listing, and default to using its current buffer for visiting a file, rather than creating a new one.
#+BEGIN_SRC emacs-lisp
-(setq dired-listing-switches "-alv --group-directories-first")
+(setq dired-listing-switches "-al")
(add-hook 'dired-mode-hook
(lambda ()