Inlined comment syntax is reduced to "#"
commita8e00ff0dce8668a12286d1107e334f84c0ea219
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 31 Jul 2012 23:27:27 +0000 (1 01:27 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 1 Aug 2012 08:47:47 +0000 (1 10:47 +0200)
treeca2feb41f4eaa0593a4d4ef7cc448a9258a1ba73
parent783fd91e669992d9828e558771f683645ac92544
Inlined comment syntax is reduced to "#"

* lisp/org.el (org-mode): Define new comment syntax.
(org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas,
org-fill-context-prefix, org-insert-comment,
org-comment-or-uncomment-region): Use new comment syntax.
* lisp/org-element.el (org-element-comment-parser,
  org-element-comment-interpreter, org-element--current-element): Use
  new comment syntax.
* testing/lisp/test-org-element.el: Update tests.
* testing/lisp/test-org.el: Update tests.
lisp/org-element.el
lisp/org.el
testing/lisp/test-org-element.el
testing/lisp/test-org.el