Browse Source

Revert comment syntax changes

Carsten Dominik 15 years ago
parent
commit
fdb446fa2e
2 changed files with 3 additions and 2 deletions
  1. 1 0
      lisp/ChangeLog
  2. 2 2
      lisp/org.el

+ 1 - 0
lisp/ChangeLog

@@ -2,6 +2,7 @@
 
 	* org.el (org-replace-escapes): Make sure the cdr is not nil.
 	(org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
+	(org-mode): Revert comment syntax changes.
 
 2010-05-09  Carsten Dominik  <carsten.dominik@gmail.com>
 

+ 2 - 2
lisp/org.el

@@ -4449,10 +4449,10 @@ The following commands are available:
 		 'org-block-todo-from-checkboxes))
 
   ;; Comment characters
-  (org-set-local 'comment-start "#")
+  ;; (org-set-local 'comment-start "#")
   (org-set-local 'comment-padding " ")
   (modify-syntax-entry ?# "<")
-  (modify-syntax-entry ?\n ">")
+  ;; (modify-syntax-entry ?\n ">")
 
   ;; Align options lines
   (org-set-local