0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 16:32:51 +00:00

Typo in o-b-worg.org

This commit is contained in:
Dan Davison 2009-09-04 15:08:41 -04:00
parent 82102085fc
commit fd810833a7

View file

@ -558,7 +558,7 @@ For a simple example of usage follow these 4 steps.
(require 'org-babel-init)
;; load up all literate org-mode files in this directory
(mapc #'org-babel-load-file (directory-files ditfiles-dir t "\\.org$"))
(mapc #'org-babel-load-file (directory-files dotfiles-dir t "\\.org$"))
;;; init.el ends here
#+end_src