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.
This commit is contained in:
Nicolas Goaziou 2012-08-19 11:07:50 +02:00
parent e8046d2f63
commit ecb8fbd7d5
1 changed files with 1 additions and 1 deletions

View File

@ -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)