Zap superfluous setting options from "lst:set-org-options"
This commit is contained in:
parent
bb5fbc1990
commit
dc37dfeac8
@ -2044,16 +2044,12 @@ list detailing and motivating each listing:
|
|||||||
(python . t)
|
(python . t)
|
||||||
(ruby . ,(fboundp 'ruby-mode))
|
(ruby . ,(fboundp 'ruby-mode))
|
||||||
(shell . t))
|
(shell . t))
|
||||||
org-directory "~/org"
|
|
||||||
org-export-backends '(ascii beamer html icalendar latex md odt texinfo)
|
org-export-backends '(ascii beamer html icalendar latex md odt texinfo)
|
||||||
org-file-apps '((auto-mode . emacs)
|
org-file-apps '((auto-mode . emacs)
|
||||||
(directory . emacs)
|
(directory . emacs)
|
||||||
("\\.mm\\'" . default)
|
("\\.mm\\'" . default)
|
||||||
("\\.x?html?\\'" . default)
|
("\\.x?html?\\'" . default)
|
||||||
("\\.pdf\\'" . emacs))
|
("\\.pdf\\'" . emacs))
|
||||||
;; Set `org-link-descriptive' interactively by `org-toggle-link-display'.
|
|
||||||
org-link-descriptive t
|
|
||||||
org-link-file-path-type 'adaptive
|
|
||||||
org-modules (list 'ol-bibtex 'ol-doi 'ol-eww 'ol-info
|
org-modules (list 'ol-bibtex 'ol-doi 'ol-eww 'ol-info
|
||||||
'org-id 'org-protocol 'org-tempo)
|
'org-id 'org-protocol 'org-tempo)
|
||||||
org-use-property-inheritance t))
|
org-use-property-inheritance t))
|
||||||
|
Loading…
Reference in New Issue
Block a user