0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:07:49 +00:00

Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-02-17 14:38:45 +01:00
commit 48284bafb2

View file

@ -2537,8 +2537,8 @@ from the dynamic block definition."
(if properties ;properties columns, maybe (if properties ;properties columns, maybe
(concat (mapconcat #'identity properties "|") "|") (concat (mapconcat #'identity properties "|") "|")
"") "")
(nth 4 lwords) "|" ;headline (concat (nth 4 lwords) "|") ;headline
(nth 5 lwords) "|" ;time column (concat (nth 5 lwords) "|") ;time column
(make-string (max 0 (1- (min maxlevel (or ntcol 100)))) (make-string (max 0 (1- (min maxlevel (or ntcol 100))))
?|) ;other time columns ?|) ;other time columns
(if (eq formula '%) "%|\n" "\n")) (if (eq formula '%) "%|\n" "\n"))