Dear helpers, trying to capture with Emacs 24.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.22.0) the same way I have done successfully with Emacs 23, I get an error. In both cases I am using org-mode 7.7.
The relevant lines in my .emacs I suppose are: (custom-set-variables '(org-capture-templates (quote (("t" "trabajo" entry (file "/home/mg/trabajo.org") "" :empty-lines 1))))) Then, when I execute C-cc t, I get this: Debugger entered--Lisp error: (error "Capture abort: (wrong-number-of-arguments #[(buffer &optional norecord) \\303^H #\\207 [buffer display-buffer--same-window-action norecord #pop-to-buffer] 4 2139099] 3)") signal(error ("Capture abort: (wrong-number-of-arguments #[(buffer &optional norecord) \\303^H \n#\\207 [buffer display-buffer--same-window-action norecord pop-to-buffer] 4 2139099] 3)")) error("Capture abort: %s" (wrong-number-of-arguments #[(buffer &optional norecord) "\303^H \n#\207" [buffer display-buffer--same-window-action norecord pop-to-buffer] 4 2139099] 3)) byte-code("\301\302!\203\n^@\303\302!\210\300\304^H\"\207" [error get-buffer "*Capture*" kill-buffer "Capture abort: %s"] 3) org-capture(nil) call-interactively(org-capture nil nil) What could I do? Thank you very much in advance! Sincerely, Martin