1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-02-08 21:38:10 +00:00

Keep byte compiler happy

This commit is contained in:
Carsten Dominik 2009-05-14 13:35:40 +02:00
parent cc440f8529
commit 74f71d4e71

View File

@ -2396,6 +2396,8 @@ command."
(not (get-char-property s 'invisible))))
s))
(defvar org-export-htmlized-org-css-url) ;; defined in org-html.el
;;;###autoload
(defun org-export-as-org (arg &optional hidden ext-plist
to-buffer body-only pub-dir)