mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-05 11:45:52 +00:00
Protected linebreak element after timestamp markup
* org-html.el (org-html-handle-time-stamps): Protected linebreak
element after timestamp markup.
Follow up of 1fb33b595d
.
This commit is contained in:
parent
1fb33b595d
commit
38c6b17822
@ -2155,7 +2155,7 @@ But it has the disadvantage, that Org-mode's HTML conversions cannot be used."
|
||||
s
|
||||
(setq r (concat r s))
|
||||
(unless (string-match "\\S-" (concat b s))
|
||||
(setq r (concat r "<br/>")))
|
||||
(setq r (concat r "@<br/>")))
|
||||
r))))
|
||||
|
||||
(defvar htmlize-buffer-places) ; from htmlize.el
|
||||
|
Loading…
Reference in New Issue
Block a user