emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-refile to top-level heading
@ 2010-02-09  8:07 Nathaniel Flath
  2010-02-09 13:45 ` Matt Lundin
  0 siblings, 1 reply; 2+ messages in thread
From: Nathaniel Flath @ 2010-02-09  8:07 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 187 bytes --]

Is there a way to use org-refile to refile an item as a top-level heading in
some file?  Looking into this, there only seems to be a way to file as a
subheading.

Thanks,
Nathaniel Flath

[-- Attachment #1.2: Type: text/html, Size: 201 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-refile to top-level heading
  2010-02-09  8:07 org-refile to top-level heading Nathaniel Flath
@ 2010-02-09 13:45 ` Matt Lundin
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Lundin @ 2010-02-09 13:45 UTC (permalink / raw)
  To: Nathaniel Flath; +Cc: emacs-orgmode

Nathaniel Flath <flat0103@gmail.com> writes:

> Is there a way to use org-refile to refile an item as a top-level
> heading in some file?  Looking into this, there only seems to be a way
> to file as a subheading.

Yes that is indeed possible with the following settings:

(setq org-outline-path-complete-in-steps t)
(setq org-refile-use-outline-path 'file)  

I believe you'll also need to make sure that you have a (:maxlevel . N)
cons cell in your org-refile-targets setting.

Best,
Matt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-09 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-09  8:07 org-refile to top-level heading Nathaniel Flath
2010-02-09 13:45 ` Matt Lundin

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).