1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-23 07:18:53 +00:00

Remove left over org-export-blocks requires

This commit is contained in:
Nicolas Goaziou 2012-09-12 17:42:38 +02:00
parent 3c6a715bce
commit 25a1f226ec
2 changed files with 0 additions and 4 deletions

View File

@ -34,9 +34,6 @@
;; 3) we are adding the "file" and "cmdline" header arguments
;;
;; 4) there are no variables (at least for now)
;;
;; 5) it depends on a variable defined in org-exp-blocks (namely
;; `org-ditaa-jar-path') so be sure you have org-exp-blocks loaded
;;; Code:
(require 'ob)

View File

@ -29,7 +29,6 @@
(require 'org)
(require 'org-macs)
(require 'org-agenda)
(require 'org-exp-blocks)
(require 'ob-exp)
(require 'org-src)