Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-18 Thread N . Jackson
Update: This is now resolved (for me). The capture failures I was seeing (when the type was "entry" rather than "plain") was either a problem with my installation of Version 7.8.11 org-20120611 or a bug in that version. Reverting to the built-in version of Org Mode (Version 6.33x) (by turning

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-15 Thread N . Jackson
> On Tue, Jun 5, 2012 at 9:07 AM, Mike Fitzgerald gmail.com> wrote: > > I'm presented with an "*Org Select*" buffer that offers me the available choices" > However, this part does not work as expected:"when I select one of those I select one of those, I get a "CAPTURE-foo.org" buffer"I would e

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Achim Gratz
Nick Dokos writes: > The "no org-version.el" case looks wrong with the unbalanced paren: Thanks. Should be fixed now. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf rackAttack V1.04R1: http://Synth.Stromeko.net/Downloads.html

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Achim Gratz wrote: > Nick Dokos writes: > > Thanks - I added a warning note to the hack. When the recipe is fixed, > > we can delete the note again. > > Fixed it up for good (hopefully). Please check. > The "no org-version.el" case looks wrong with the unbalanced paren: , | emacs -batch

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Achim Gratz
Nick Dokos writes: > Thanks - I added a warning note to the hack. When the recipe is fixed, > we can delete the note again. Fixed it up for good (hopefully). Please check. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles fo

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Achim Gratz
Nick Dokos writes: > I did *not* byte-compile anything and capture works with no problems. Yes. Forget about the byte-compilation for a moment, it is really a red herring... it works for you because you are running it with Emacs 24 (which does have an autoload for org-called-interactively-p alrea

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Achim Gratz wrote: > Nick Dokos writes: > > On which wiki page? What is the complete code? > > Found it. It's on Worg: > > http://orgmode.org/worg/org-hacks.html > > One of the more obvious problems is that it seems to compile the > autoloads file: that's a no-no. The current master branch a

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Achim Gratz
Nick Dokos writes: > On which wiki page? What is the complete code? Found it. It's on Worg: http://orgmode.org/worg/org-hacks.html One of the more obvious problems is that it seems to compile the autoloads file: that's a no-no. The current master branch and hopefully Org itself starting from t

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Nick Dokos wrote: > Mike Fitzgerald wrote: > > > Setup > > -I performed my org-mode update by downloading org-7.8.11.zip > > from orgmode.org? or somewhere else? > I've now downloaded the zip file from http://orgmode.org/org-7.8.11.zip, unpacked it in ~/.emacs.d and started an emacs wit

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Mike Fitzgerald wrote: > Setup > -I performed my org-mode update by downloading org-7.8.11.zip from orgmode.org? or somewhere else? > Then extracting using something like >    rt click, "extract here" > > I also ran a defun that I found on wiki pages with the subject > "Compiling without make"

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Achim Gratz
Nick Dokos writes: > [I hope Achim Gratz takes a look at this: he would have a much better > handle on what exactly is going wrong here - in particular, emacs on > windows is a black box to me] Thanks for the flowers, but I don't think I've got any more clues than you on the issue. The OP said he

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Mike Fitzgerald
*Setup* -I performed my org-mode update by downloading org-7.8.11.zip Then extracting using something like rt click, "extract here" I also ran a defun that I found on wiki pages with the subject "Compiling without make" (defun my/compile-org(&optional directory) "Compile all *.el files that

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Mike Fitzgerald wrote: > Debugger entered--Lisp error: (invalid-function org-called-interactively-p) > org-called-interactively-p(interactive) > org-paste-subtree(4 #("* %?\nEntered on [2012-06-05 Tue 11:04]\n" 0 5 > (fontified nil) 5 16 (fontified nil) 16 17 (fontified nil) 17 37 (fontified

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Mike Fitzgerald
As requested. Thanks Mike On Tue, Jun 5, 2012 at 10:55 AM, Nick Dokos wrote: > Mike Fitzgerald wrote: > > > Org-mode version 7.8.11 > > > > Downloaded a zip file, not a GIT user. > > Where did you get the zip file? > > > > > Backtrace from a non-edebug run attached. > > > > Yup - not useful:

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Mike Fitzgerald wrote: > Org-mode version 7.8.11 > > Downloaded a zip file, not a GIT user. Where did you get the zip file? > > Backtrace from a non-edebug run attached. > Yup - not useful: the condition-case has stripped all useful information. You will need to modify org-capture.el as des

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Nick Dokos wrote: > Mike Fitzgerald wrote: > > > 1) CAPTURE-journal buffer opens around line 485 but is is killed shortly > > after > > without the user (me) doing anything (just spacebar to step thru the code) > > > > (if (and (buffer-base-buffer (current-buffer)) > > (

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Mike Fitzgerald
Org-mode version 7.8.11 Downloaded a zip file, not a GIT user. Backtrace from a non-edebug run attached. Thanks Mike On Tue, Jun 5, 2012 at 10:35 AM, Nick Dokos wrote: > Mike Fitzgerald wrote: > > > --0016e6dee7746941fa04c1ba62e3 > > Content-Type: text/plain; charset=ISO-8859-1 > > > > Took

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Mike Fitzgerald wrote: > --0016e6dee7746941fa04c1ba62e3 > Content-Type: text/plain; charset=ISO-8859-1 > > Took the suggestion to run edebug. > A couple of observations: > > 1) CAPTURE-journal buffer opens around line 485 but is is killed shortly > after > without the user (me) doing anything (

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Mike Fitzgerald
Took the suggestion to run edebug. A couple of observations: 1) CAPTURE-journal buffer opens around line 485 but is is killed shortly after without the user (me) doing anything (just spacebar to step thru the code) (if (and (buffer-base-buffer (current-buffer)) (string-matc

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-04 Thread Nick Dokos
Mike Fitzgerald wrote: > To duplicate: > I haven't tried specifically to duplicate your setup but org-capture seems to work fine here. > 1) Run org-capture with C-c c > 2) User is Promoted with the two templates expected  > (copied the templates from the org-mode site) > > 3) Enter j for jour

[O] Bug: org-capture Does not take user to any new buffer

2012-06-04 Thread Mike Fitzgerald
To duplicate: 1) Run org-capture with C-c c 2) User is Promoted with the two templates expected (copied the templates from the org-mode site) 3) Enter j for journal 4) Expect switch to new buffer 5) No switch occurs Note that journal.org is open, but I need to switch to it I expected EMACS to sw