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

Merge branch 'master' of orgmode.org:org-mode

Bastien Guerry пре 13 година
родитељ
комит
cadcbe3aa4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      contrib/lisp/org-element.el

+ 1 - 1
contrib/lisp/org-element.el

@@ -446,7 +446,7 @@ CONTENTS is the contents of the element."
 		  (t tag-string))))
 	 (commentedp (org-element-property :commentedp headline))
 	 (quotedp (org-element-property :quotedp headline))
-	 (pre-blank (org-element-property :pre-blank headline))
+	 (pre-blank (or (org-element-property :pre-blank headline) 0))
 	 (heading (concat (make-string level ?*)
 			  (and todo (concat " " todo))
 			  (and quotedp (concat " " org-quote-string))