summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-10-12 01:00:14 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-10-12 01:00:14 +0200
commit76163e983b709398d70623edcfa16d031a45a84d (patch)
tree7f5c9d509384a05129d4f0c73b9c1630b3912840
parent027cfc3d15a11ff65a4568ee2be067acdd8f4fb7 (diff)
downloadorg-mode-76163e983b709398d70623edcfa16d031a45a84d.tar.gz
ox-md: Export TODO keywords and priority cookies
* lisp/ox-md.el (org-md-headline): Export TODO keywords and priority cookies. Reported-by: Ganesh Krishnan <gkrishnan.gt@gmail.com> <http://lists.gnu.org/archive/html/emacs-orgmode/2017-10/msg00171.html>
-rw-r--r--lisp/ox-md.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-md.el b/lisp/ox-md.el
index 5ba52e7..8a25f1b 100644
--- a/lisp/ox-md.el
+++ b/lisp/ox-md.el
@@ -240,7 +240,7 @@ a communication channel."
(format "<a id=\"%s\"></a>"
(or (org-element-property :CUSTOM_ID headline)
(org-export-get-reference headline info))))))
- (concat (org-md--headline-title style level title anchor tags)
+ (concat (org-md--headline-title style level heading anchor tags)
contents)))))))