Преглед изворни кода

contrib/lisp/ox-confluence.el: Add an export menu entry

* contrib/lisp/ox-confluence.el (confluence): Add an export menu
entry.

TINYCHANGE
Richard Kim пре 4 година
родитељ
комит
cd336c2af3
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      contrib/lisp/ox-confluence.el

+ 4 - 1
contrib/lisp/ox-confluence.el

@@ -60,7 +60,10 @@
 		     (template . org-confluence-template)
 		     (timestamp . org-confluence-timestamp)
 		     (underline . org-confluence-underline)
-		     (verbatim . org-confluence-verbatim)))
+		     (verbatim . org-confluence-verbatim))
+  :menu-entry
+  '(?f "Export to Confluence"
+       ((?f "As Confluence buffer" org-confluence-export-as-confluence))))
 
 (defcustom org-confluence-lang-alist
   '(("sh" . "bash"))