* org 45d619c82 doesn't let me create new nodes with (org-refile-allow-creating-parent-nodes (quote confirm))
@ 2009-11-11 15:36 Friedrich Delgado Friedrichs
2009-11-20 8:23 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Friedrich Delgado Friedrichs @ 2009-11-11 15:36 UTC (permalink / raw)
To: Emacs-orgmode mailing list
I use the following settings to allow me to create new nodes on the
fly when refiling:
'(org-refile-allow-creating-parent-nodes (quote confirm))
'(org-refile-targets (quote ((org-agenda-files :maxlevel . 5))))
'(org-refile-use-outline-path (quote full-file-path))
(My almost complete settings are in my previous mail to this list
today.)
Say I have \home\friedel\Org\Someday.org which doesn't contain the
node "Foo" yet, so I give "\home\fdf\Org\Someday.org/Foo/" at the
"Refile to:" prompt.
This just silently fails, it doesn't even produce an error, no
message, nothing. (Just "Getting targets...done" when I'm completing
the path.)
--
Friedrich Delgado Friedrichs <friedel@nomaden.org>
TauPan on Ircnet and Freenode ;)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org 45d619c82 doesn't let me create new nodes with (org-refile-allow-creating-parent-nodes (quote confirm))
2009-11-11 15:36 org 45d619c82 doesn't let me create new nodes with (org-refile-allow-creating-parent-nodes (quote confirm)) Friedrich Delgado Friedrichs
@ 2009-11-20 8:23 ` Carsten Dominik
2009-11-20 11:04 ` Friedrich Delgado Friedrichs
0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2009-11-20 8:23 UTC (permalink / raw)
To: friedel; +Cc: Emacs-orgmode mailing list
Hi Friedrich,
this seems to work fine for me.
- Carsten
On Nov 11, 2009, at 4:36 PM, Friedrich Delgado Friedrichs wrote:
> I use the following settings to allow me to create new nodes on the
> fly when refiling:
>
> '(org-refile-allow-creating-parent-nodes (quote confirm))
> '(org-refile-targets (quote ((org-agenda-files :maxlevel .
> 5))))
> '(org-refile-use-outline-path (quote full-file-path))
>
> (My almost complete settings are in my previous mail to this list
> today.)
>
> Say I have \home\friedel\Org\Someday.org which doesn't contain the
> node "Foo" yet, so I give "\home\fdf\Org\Someday.org/Foo/" at the
> "Refile to:" prompt.
>
> This just silently fails, it doesn't even produce an error, no
> message, nothing. (Just "Getting targets...done" when I'm completing
> the path.)
>
>
>
> --
> Friedrich Delgado Friedrichs <friedel@nomaden.org>
> TauPan on Ircnet and Freenode ;)
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org 45d619c82 doesn't let me create new nodes with (org-refile-allow-creating-parent-nodes (quote confirm))
2009-11-20 8:23 ` Carsten Dominik
@ 2009-11-20 11:04 ` Friedrich Delgado Friedrichs
2009-12-16 15:21 ` Friedrich Delgado Friedrichs
0 siblings, 1 reply; 4+ messages in thread
From: Friedrich Delgado Friedrichs @ 2009-11-20 11:04 UTC (permalink / raw)
To: Emacs-orgmode mailing list
Hiho!
Carsten Dominik schrieb:
> this seems to work fine for me.
Hm. Anyone else who has this problem?
If not, it's probably my config again. I think I'll trace the
function with edebug to figure it out.
Thanks for your feedback!
Fullquote to jog people's memories:
> On Nov 11, 2009, at 4:36 PM, Friedrich Delgado Friedrichs wrote:
> >I use the following settings to allow me to create new nodes on the
> >fly when refiling:
> >
> > '(org-refile-allow-creating-parent-nodes (quote confirm))
> > '(org-refile-targets (quote ((org-agenda-files :maxlevel .
> >5))))
> > '(org-refile-use-outline-path (quote full-file-path))
> >
> >(My almost complete settings are in my previous mail to this list
> >today.)
> >
> >Say I have \home\friedel\Org\Someday.org which doesn't contain the
> >node "Foo" yet, so I give "\home\fdf\Org\Someday.org/Foo/" at the
> >"Refile to:" prompt.
> >
> >This just silently fails, it doesn't even produce an error, no
> >message, nothing. (Just "Getting targets...done" when I'm completing
> >the path.)
---Zitatende---
Kind regards
Friedel
--
Friedrich Delgado Friedrichs <friedel@nomaden.org>
TauPan on Ircnet and Freenode ;)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org 45d619c82 doesn't let me create new nodes with (org-refile-allow-creating-parent-nodes (quote confirm))
2009-11-20 11:04 ` Friedrich Delgado Friedrichs
@ 2009-12-16 15:21 ` Friedrich Delgado Friedrichs
0 siblings, 0 replies; 4+ messages in thread
From: Friedrich Delgado Friedrichs @ 2009-12-16 15:21 UTC (permalink / raw)
To: Emacs-orgmode mailing list
Hi!
Case closed, looks like I had an old version of org-mode.
The problem just disappeared, I can't reproduce it any more. Don't
know what made it disappear.
> Hiho!
>
> Carsten Dominik schrieb:
> > this seems to work fine for me.
>
> Hm. Anyone else who has this problem?
>
> If not, it's probably my config again. I think I'll trace the
> function with edebug to figure it out.
>
> Thanks for your feedback!
>
> Fullquote to jog people's memories:
>
> > On Nov 11, 2009, at 4:36 PM, Friedrich Delgado Friedrichs wrote:
> > >I use the following settings to allow me to create new nodes on the
> > >fly when refiling:
> > >
> > > '(org-refile-allow-creating-parent-nodes (quote confirm))
> > > '(org-refile-targets (quote ((org-agenda-files :maxlevel .
> > >5))))
> > > '(org-refile-use-outline-path (quote full-file-path))
> > >
> > >(My almost complete settings are in my previous mail to this list
> > >today.)
> > >
> > >Say I have \home\friedel\Org\Someday.org which doesn't contain the
> > >node "Foo" yet, so I give "\home\fdf\Org\Someday.org/Foo/" at the
> > >"Refile to:" prompt.
> > >
> > >This just silently fails, it doesn't even produce an error, no
> > >message, nothing. (Just "Getting targets...done" when I'm completing
> > >the path.)
>
> Kind regards
> Friedel
---Zitatende---
--
Friedrich Delgado Friedrichs <friedel@nomaden.org>
TauPan on Ircnet and Freenode ;)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-12-16 15:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-11 15:36 org 45d619c82 doesn't let me create new nodes with (org-refile-allow-creating-parent-nodes (quote confirm)) Friedrich Delgado Friedrichs
2009-11-20 8:23 ` Carsten Dominik
2009-11-20 11:04 ` Friedrich Delgado Friedrichs
2009-12-16 15:21 ` Friedrich Delgado Friedrichs
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).