[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] words starting with call_ confuse C-c C-c and export
From: |
Daniel Clemente |
Subject: |
[O] words starting with call_ confuse C-c C-c and export |
Date: |
Tue, 03 Dec 2013 13:47:36 +0700 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/23.4 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
Hi, with org-mode from today on Emacs 23.4.1 and with this 2-line file:
- [ ] call_me
- [ ] try funcall_lambda (maybe)
1. Go to the „me“ and press C-c C-c. You get „C-c C-c can do nothing useful at
this location“. I expected to switch the checkbox.
2. Go to the „maybe“ and press C-c C-c. I got:
Debugger entered--Lisp error: (void-function maybe)
(maybe)
eval((maybe))
org-babel-read("(maybe)")
org-babel-ref-parse("results=(maybe)")
#[(el) …
mapcar(#[(el) …
org-babel-process-params(((:comments . "") (:shebang . "") (:cache . "no")
(:padline . "") (:noweb . "no") (:tangle . "no") (:exports . "code") (:results
. "replace") (:var . "results=(maybe)") (:hlines . "no") (:session . "none")))
org-babel-lob-execute(("lambda (maybe)" nil 13 nil))
org-babel-lob-execute-maybe()
org-babel-execute-maybe()
org-babel-execute-safely-maybe()
run-hook-with-args-until-success(org-babel-execute-safely-maybe)
org-ctrl-c-ctrl-c(nil)
3. Similar confusions happen on export; the word Fcall_interactively which
appeared in a gdb backtrace was crashing the HTML exportation.
I think something similar happened to me years ago, and I had to avoid all
call_ words!
- [O] words starting with call_ confuse C-c C-c and export,
Daniel Clemente <=
- Re: [O] words starting with call_ confuse C-c C-c and export, Nicolas Goaziou, 2013/12/03
- Re: [O] words starting with call_ confuse C-c C-c and export, Eric Schulte, 2013/12/06
- Re: [O] words starting with call_ confuse C-c C-c and export, Nicolas Goaziou, 2013/12/06
- Re: [O] words starting with call_ confuse C-c C-c and export, Eric Schulte, 2013/12/06
- Re: [O] words starting with call_ confuse C-c C-c and export, Nicolas Goaziou, 2013/12/14
- Re: [O] words starting with call_ confuse C-c C-c and export, Eric Schulte, 2013/12/15
- Re: [O] words starting with call_ confuse C-c C-c and export, Nicolas Goaziou, 2013/12/15
- Re: [O] words starting with call_ confuse C-c C-c and export, Eric Schulte, 2013/12/16
- Re: [O] words starting with call_ confuse C-c C-c and export, Nicolas Goaziou, 2013/12/16