Skip to content

Instantly share code, notes, and snippets.

@seamustuohy
Created August 10, 2015 12:37
Show Gist options
  • Save seamustuohy/0238ecb4e26730bdbab1 to your computer and use it in GitHub Desktop.
Save seamustuohy/0238ecb4e26730bdbab1 to your computer and use it in GitHub Desktop.
org-mode 8.3.1 org comment bugs

Org Babel Bug Tests

Inline links are broken on export

Notice that both header links and non-header links have the text commented instead of having the links commented?

(message "Inline blocks that have no text between them are broken as well.")

I am buffering this block.

(message "Notice that is does not break before me?")
(message "I am broken though.")
[[http://orgmode.org/][;; Header links are broken on export]]
[[http://orgmode.org/][;; Inline links are broken on export]]
;; Notice that both header links and non-header links have the text commented instead of having the links commented?
(message "Inline blocks that have no text between them are broken as well.")
;; I am buffering this block.
(message "Notice that is does not break before me?")
(message "Inline blocks that have no text between them are broken as well.")
(message "Notice that is does not break before me?")
(message "I am broken though.")
@seamustuohy
Copy link
Author

If toggle-debug-on-error is set to on then the following error occurs when tangling "comment-org-bugs.org."

Debugger entered--Lisp error: (error "Nothing to comment")
  signal(error ("Nothing to comment"))
  error("Nothing to comment")
  comment-region-default(1 3 nil)
  comment-region(1 3)
....................
 org-babel-spec-to-string((
........................
  org-babel-tangle(nil)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment