* New issue with capture
@ 2012-01-09 5:01 Ido Magal
2012-01-09 10:57 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: Ido Magal @ 2012-01-09 5:01 UTC (permalink / raw)
To: emacs-orgmode
When I attempt to org-capture-finalize, I get
Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)
org-capture-bookmark-last-stored-position()
org-capture-finalize(nil)
call-interactively(org-capture-finalize nil nil)
I'm running Org version 7.8.03 out of ELPA and Emacs 24 out of Brew.
I'd appreciate any assistance.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: New issue with capture
2012-01-09 5:01 New issue with capture Ido Magal
@ 2012-01-09 10:57 ` Bastien
2012-01-10 4:17 ` Ido Magal
0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2012-01-09 10:57 UTC (permalink / raw)
To: Ido Magal; +Cc: emacs-orgmode
Hi Ido,
Ido Magal <ido@idomagal.com> writes:
> When I attempt to org-capture-finalize, I get
>
> Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)
> org-capture-bookmark-last-stored-position()
> org-capture-finalize(nil)
> call-interactively(org-capture-finalize nil nil)
I cannot (even try to) reproduce this.
Please provide a complete and minimal example -- a test file
and the relevant part of your configuration.
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: New issue with capture
2012-01-09 10:57 ` Bastien
@ 2012-01-10 4:17 ` Ido Magal
2012-01-23 0:24 ` Ido Magal
0 siblings, 1 reply; 4+ messages in thread
From: Ido Magal @ 2012-01-10 4:17 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
This is GNU Emacs 24.0.92.1 (i386-apple-darwin11.2.0, NS apple-appkit-1138.23)
I've reduced my .emacs to the following:
=========================================
(setq org-capture-templates
'(("t" "Task" entry (file+datetree "~/org/tasks.org")
"** next %?")))
=========================================
~/org/tasks.org may not exist for this to repro. It repros either way.
Repro steps:
1. M-x org-capture
2. enter anything
3. C-c C-c
Result:
"byte-code: To bind the key M-DEL, use "\M-\d", not [M-DEL]"
4. C-c C-c again.
Result:
"save-restriction: Wrong type argument: integer-or-marker-p, nil"
5. Kill the 'CAPTURE-tasks.org' buffer. (C-x k)
6. repeat steps 1-3
Result: Success(!?)
Thanks for investigating!
On Mon, Jan 9, 2012 at 02:57, Bastien <bzg@altern.org> wrote:
> Hi Ido,
>
> Ido Magal <ido@idomagal.com> writes:
>
>> When I attempt to org-capture-finalize, I get
>>
>> Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)
>> org-capture-bookmark-last-stored-position()
>> org-capture-finalize(nil)
>> call-interactively(org-capture-finalize nil nil)
>
> I cannot (even try to) reproduce this.
>
> Please provide a complete and minimal example -- a test file
> and the relevant part of your configuration.
>
> Thanks,
>
> --
> Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: New issue with capture
2012-01-10 4:17 ` Ido Magal
@ 2012-01-23 0:24 ` Ido Magal
0 siblings, 0 replies; 4+ messages in thread
From: Ido Magal @ 2012-01-23 0:24 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1653 bytes --]
For the benefit of future archive-reading generations, I isolated the issue
to a bug in the emacs head revision at the time I built it. Re-fetching and
building fixed it.
On Mon, Jan 9, 2012 at 20:17, Ido Magal <ido@idomagal.com> wrote:
> This is GNU Emacs 24.0.92.1 (i386-apple-darwin11.2.0, NS
> apple-appkit-1138.23)
>
> I've reduced my .emacs to the following:
>
> =========================================
> (setq org-capture-templates
> '(("t" "Task" entry (file+datetree "~/org/tasks.org")
> "** next %?")))
> =========================================
>
> ~/org/tasks.org may not exist for this to repro. It repros either way.
>
>
> Repro steps:
>
> 1. M-x org-capture
>
> 2. enter anything
>
> 3. C-c C-c
>
> Result:
> "byte-code: To bind the key M-DEL, use "\M-\d", not [M-DEL]"
>
> 4. C-c C-c again.
>
> Result:
> "save-restriction: Wrong type argument: integer-or-marker-p, nil"
>
> 5. Kill the 'CAPTURE-tasks.org' buffer. (C-x k)
>
> 6. repeat steps 1-3
> Result: Success(!?)
>
>
>
> Thanks for investigating!
>
>
> On Mon, Jan 9, 2012 at 02:57, Bastien <bzg@altern.org> wrote:
> > Hi Ido,
> >
> > Ido Magal <ido@idomagal.com> writes:
> >
> >> When I attempt to org-capture-finalize, I get
> >>
> >> Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p
> nil)
> >> org-capture-bookmark-last-stored-position()
> >> org-capture-finalize(nil)
> >> call-interactively(org-capture-finalize nil nil)
> >
> > I cannot (even try to) reproduce this.
> >
> > Please provide a complete and minimal example -- a test file
> > and the relevant part of your configuration.
> >
> > Thanks,
> >
> > --
> > Bastien
>
[-- Attachment #2: Type: text/html, Size: 2516 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-01-23 0:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-09 5:01 New issue with capture Ido Magal
2012-01-09 10:57 ` Bastien
2012-01-10 4:17 ` Ido Magal
2012-01-23 0:24 ` Ido Magal
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).