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:
parent
d535229205
commit
88731be902
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue