Skip to content

Commit

Permalink
Org mode config
Browse files Browse the repository at this point in the history
  • Loading branch information
glasserc committed Nov 6, 2011
1 parent 937ed05 commit 1689ff4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dot/emacs.d/elhome/settings/org-settings.el
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
(orgtbl-to-generic table (org-combine-plists params2 params))))

(add-to-list 'Info-default-directory-list (expand-file-name "~/.emacs.d/elhome/site-lisp/upstream/org-mode.git/doc"))
;; Force refresh of Info-directory-list, since it might have been
;; generated before this addition.
(setq Info-directory-list nil)
(info-initialize)

(custom-set-variables
;; custom-set-variables was added by Custom.
Expand Down Expand Up @@ -122,7 +126,7 @@
(quote time))
'(org-refile-targets
(quote
((all-org-files :level . 1))))
((org-all-org-files :level . 1))))
'(org-tag-alist
(quote
((:startgroup)
Expand Down

0 comments on commit 1689ff4

Please sign in to comment.