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:
parent
3c6a715bce
commit
25a1f226ec
@ -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)
|
||||
|
@ -29,7 +29,6 @@
|
||||
(require 'org)
|
||||
(require 'org-macs)
|
||||
(require 'org-agenda)
|
||||
(require 'org-exp-blocks)
|
||||
(require 'ob-exp)
|
||||
(require 'org-src)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user