From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: words starting with call_ confuse C-c C-c and export Date: Tue, 03 Dec 2013 13:47:36 +0700 Message-ID: <87ob4ytoqf.wl%n142857@gmail.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnjm5-00069e-Jb for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 01:48:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vnjlw-0002CL-V5 for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 01:48:01 -0500 Received: from mail-pb0-x22f.google.com ([2607:f8b0:400e:c01::22f]:41162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnjlw-0002BO-Nf for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 01:47:52 -0500 Received: by mail-pb0-f47.google.com with SMTP id um1so20463620pbc.20 for ; Mon, 02 Dec 2013 22:47:51 -0800 (PST) Received: from 2d2.gmail.com ([182.253.73.154]) by mx.google.com with ESMTPSA id xn12sm95031786pac.12.2013.12.02.22.47.46 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 02 Dec 2013 22:47:50 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 =E2=80=9Eme=E2=80=9C and press C-c C-c. You get =E2=80=9EC-c C= -c can do nothing useful at this location=E2=80=9C. I expected to switch th= e checkbox. 2. Go to the =E2=80=9Emaybe=E2=80=9C 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=3D(maybe)") #[(el) =E2=80=A6 mapcar(#[(el) =E2=80=A6 org-babel-process-params(((:comments . "") (:shebang . "") (:cache . "no"= ) (:padline . "") (:noweb . "no") (:tangle . "no") (:exports . "code") (:re= sults . "replace") (:var . "results=3D(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 al= l call_ words!