Преглед на файлове

Include org-eval.el as a module.

This allows tricks similar to the <lisp> tag in Muse.
Carsten Dominik преди 17 години
родител
ревизия
e364fa62e2
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -174,6 +174,7 @@ to add the symbol `xyz', and the package must have a call to
 	(const :tag "C  bookmark:          Org links to bookmarks" org-bookmark)
 	(const :tag "C  depend:            TODO dependencies for Org-mode" org-depend)
 	(const :tag "C  elisp-symbol:      Org links to emacs-lisp symbols" org-elisp-symbol)
+	(const :tag "C  eval:              Include command output as text" org-eval)
 	(const :tag "C  expiry:            Expiry mechanism for Org entries" org-expiry)
 	(const :tag "C  id:                Global id's for identifying entries" org-id)
 	(const :tag "C  interactive-query: Interactive modification of tags query" org-interactive-query)