Allow to turn on fixed-width marker on comment lines

* lisp/org.el (org-toggle-fixed-width): Allow to turn on fixed-width
  marker on comment lines.
This commit is contained in:
Nicolas Goaziou 2014-02-07 09:45:17 +01:00
parent d535229205
commit 88731be902
1 changed files with 1 additions and 1 deletions

View File

@ -22671,7 +22671,7 @@ region only contains such lines."
(looking-at "[ \t]*\\(:\\(?: \\|$\\)\\)"))
(replace-match
"" nil nil nil (if (= (line-end-position) (match-end 0)) 0 1)))
((and (memq type '(babel-call clock diary-sexp headline
((and (memq type '(babel-call clock comment diary-sexp headline
horizontal-rule keyword paragraph
planning))
(or (not (org-element-property :post-affiliated element))