Emacs: org-transclusion
This commit is contained in:
parent
267fd0e683
commit
4f8452e786
@ -227,6 +227,7 @@ Finish up
|
||||
org-fancy-priorities
|
||||
org-roam
|
||||
org-download
|
||||
org-transclusion
|
||||
valign
|
||||
;; Programming Languages
|
||||
tuareg
|
||||
@ -2890,7 +2891,13 @@ with the cursor you hit TAB and you complete the following;
|
||||
(setq org-download-image-dir "./Images/")
|
||||
(setq org-download-heading-lvl nil)
|
||||
#+end_src
|
||||
*** COMMENT org-roam
|
||||
*** org-transclusion
|
||||
#+begin_src emacs-lisp
|
||||
(define-key global-map (kbd "C-c t t") #'org-transclusion-mode)
|
||||
(define-key global-map (kbd "C-c t a") #'org-transclusion-add)
|
||||
(define-key global-map (kbd "C-c t r") #'org-transclusion-remove)
|
||||
#+end_src
|
||||
*** org-roam
|
||||
#+begin_src emacs-lisp
|
||||
(require 'org-roam)
|
||||
(setq org-roam-directory "/home/joe/Notes/Roam/")
|
||||
@ -2898,8 +2905,8 @@ with the cursor you hit TAB and you complete the following;
|
||||
(propertize "${tags:10}" 'face 'org-tag)))
|
||||
|
||||
(org-roam-db-autosync-mode)
|
||||
(define-key global-map (kbd "C-c n l") #'org-roam-buffer-toggle)
|
||||
(define-key global-map (kbd "C-c n f") #'org-roam-node-find)
|
||||
(define-key global-map (kbd "C-c n l") #'org-roam-buffer-toggle)
|
||||
(define-key global-map (kbd "C-c n g") #'org-roam-graph)
|
||||
(define-key global-map (kbd "C-c n i") #'org-roam-node-insert)
|
||||
(define-key global-map (kbd "C-c n c") #'org-roam-capture)
|
||||
|
Loading…
x
Reference in New Issue
Block a user