瀏覽代碼

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 年之前
父節點
當前提交
88731be902
共有 1 個文件被更改,包括 1 次插入1 次删除
  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))