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

Small bug fix to org-ascii-level-start (again).

Bastien Guerry пре 14 година
родитељ
комит
0f01b842bb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/org-ascii.el

+ 1 - 1
lisp/org-ascii.el

@@ -653,7 +653,7 @@ publishing directory."
 	      (not (equal (char-before (1- (point))) ?\n)))
 	  (insert "\n"))
       (setq char (or (nth (1- level) org-export-ascii-underline)
-      		     (last org-export-ascii-underline)))
+      		     (car (last org-export-ascii-underline))))
       (unless org-export-with-tags
 	(if (string-match (org-re "[ \t]+\\(:[[:alnum:]_@#%:]+:\\)[ \t]*$") title)
 	    (setq title (replace-match "" t t title))))