Re: [Orgmode] capture problem

2010-10-19 Thread Jeff Horn
> You need to set debug on error from the options menu. Weird. I thought I had it set. Something is overriding it from my init file. Anyway, I set it using customize to clear up any problems. It still was not reporting useful information, so I restarted emacs. Now after startup, if I try pasting

Re: [Orgmode] capture problem

2010-10-19 Thread Carsten Dominik
On Oct 20, 2010, at 8:02 AM, Jeff Horn wrote: Steps so far: Clear pasteboard by killing some text. Confirm that org-capture creates capture buffer successfully when pasteboard contains text. To reproduce bug: 1) Find an image online in a modern graphical browser on a modern, GUI OS. Linux shou

Re: [Orgmode] capture problem

2010-10-19 Thread Jeff Horn
Steps so far: Clear pasteboard by killing some text. Confirm that org-capture creates capture buffer successfully when pasteboard contains text. To reproduce bug: 1) Find an image online in a modern graphical browser on a modern, GUI OS. Linux should do (I'm using Snow Leopard) 2) Right-click the

Re: [Orgmode] capture problem

2010-10-19 Thread Jeff Horn
> the original org-capture.el, made a copy, and saved the file to a > patch file called org-capture.el.patch. I typed the following at the Speaking of sloppy, that should read "saved the patch to a patch file". -- Jeffrey Horn Graduate Lecturer and PhD Student in Economics George Mason Univers

Re: [Orgmode] capture problem

2010-10-19 Thread Jeff Horn
On Sun, Oct 17, 2010 at 2:18 AM, Carsten Dominik wrote: > diff --git a/lisp/org-capture.el b/lisp/org-capture.el > index 7915f7f..b2aade6 100644 > --- a/lisp/org-capture.el > +++ b/lisp/org-capture.el > @@ -405,11 +405,7 @@ bypassed." >                         (or org-overriding-default-time >    

Re: [Orgmode] capture problem

2010-10-16 Thread Carsten Dominik
On Oct 12, 2010, at 6:55 AM, Jeff Horn wrote: On Tue, Oct 12, 2010 at 12:51 AM, Carsten Dominik wrote: Could one of you try to make a backtrace for this problem? Debugger entered--Lisp error: (error "Capture abort: (quit pasteboard doesn't contain valid data)") signal(error ("Capture abort

Re: [Orgmode] capture problem

2010-10-11 Thread Jeff Horn
On Tue, Oct 12, 2010 at 12:51 AM, Carsten Dominik wrote: > Could one of you try to make a backtrace for this problem? Debugger entered--Lisp error: (error "Capture abort: (quit pasteboard doesn't contain valid data)") signal(error ("Capture abort: (quit pasteboard doesn't contain valid data)"))

Re: [Orgmode] capture problem

2010-10-11 Thread Carsten Dominik
Could one of you try to make a backtrace for this problem? Thanks - Carsten On Oct 11, 2010, at 7:33 PM, Jeff Horn wrote: I get this problem frequently as well. I think it is due to capture trying to create a link from the kill ring (if you have a template that automatically creates a link of

Re: [Orgmode] capture problem

2010-10-11 Thread Jeff Horn
I get this problem frequently as well. I think it is due to capture trying to create a link from the kill ring (if you have a template that automatically creates a link of where you were or what you were working on for context). I just kill some text and yank it right back in place, but it puts ne

[Orgmode] capture problem

2010-10-11 Thread Jörg Hagmann
Regarding capture: When using "cature", after having selected the template, I often get the message: "byte-code: Capture abort: (quit pasteboard doesn't contain valid data)" It works again after reloading .emacs. What is the problem? Emacs 23.2.1, recent pull. Thanks, Jörg _