summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2014-02-07 09:45:17 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2014-02-07 09:45:17 +0100
commit88731be9024aafd2311d5d0d47111e148cfee815 (patch)
treebbf5313305c15e4ca973b2308c9396c2413d55fc
parentd5352292054e254347e0f324e9e8301bad499242 (diff)
downloadorg-mode-88731be9024aafd2311d5d0d47111e148cfee815.tar.gz
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.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 28476f0..dfb0517 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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))