浏览代码

Line with a single hash sign on it is a comment

* lisp/org.el (org-mode): Line with a single hash sign on it is a comment.
Nicolas Goaziou 12 年之前
父节点
当前提交
ecb8fbd7d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -5091,7 +5091,7 @@ The following commands are available:
   ;; Comments
   (org-set-local 'comment-use-syntax nil)
   (org-set-local 'comment-start "# ")
-  (org-set-local 'comment-start-skip "# ?")
+  (org-set-local 'comment-start-skip "#\\(?:[ \t]\\|$\\)")
   (org-set-local 'comment-insert-comment-function 'org-insert-comment)
   (org-set-local 'comment-region-function 'org-comment-or-uncomment-region)
   (org-set-local 'uncomment-region-function 'org-comment-or-uncomment-region)