Browse Source

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.
Nicolas Goaziou 11 years ago
parent
commit
88731be902
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org.el

+ 1 - 1
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))