emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Le Wang <l26wang@gmail.com>
Cc: Orgmode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: headline navigation and refiling.
Date: Wed, 5 Oct 2011 16:31:52 +0200	[thread overview]
Message-ID: <01F8350A-FF5A-4273-8BE2-3AD58AD0DB45@gmail.com> (raw)
In-Reply-To: <CAM=K+ipEthq68CtCYtMfaMA-GwZSdJY1VoyULEcpd1aKBduLJg@mail.gmail.com>


On 5.10.2011, at 12:05, Le Wang wrote:

> Hi all,
> 
> I like using the org-refile interface to navigate.  It's very
> intuitive to me.  But I want to navigate to headlines deeper than my
> org-refile-target :max-level.  Is there anything to do other than
> rolling my own?  I can see wouldn't be hard.

You can write a little wrapper and set a special value for the refile targets:

(defun my-goto-with-refile ()
  (interactive)
  (let ((org-refile-targets '((nil . (:maxlevel . 10)))))
    (org-refile t)))


> 
> It feels headline navigation was just bolted onto org-refile.

THis is how this happened, historically.

>  Should they really be the same command?

Why not?

- Carsten



> 
> -- 
> Le
> 

  parent reply	other threads:[~2011-10-05 14:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-05 10:05 headline navigation and refiling Le Wang
2011-10-05 11:02 ` suvayu ali
2011-10-05 14:34   ` Carsten Dominik
2011-10-05 14:50     ` Michael Brand
2011-10-05 14:54       ` Carsten Dominik
2011-10-05 15:14         ` Michael Brand
2011-10-05 15:48     ` Suvayu Ali
2011-10-06  7:34     ` Tom
2011-10-06  7:46       ` Carsten Dominik
2011-10-05 11:48 ` Dave Abrahams
2011-10-05 14:31 ` Carsten Dominik [this message]
2011-10-05 15:00   ` Le Wang
2011-10-05 15:43     ` Dave Abrahams
2011-10-05 15:58       ` Le Wang
2011-10-06  2:29         ` Memnon Anon
2011-10-06  8:28       ` Carsten Dominik
2011-10-06  8:31         ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=01F8350A-FF5A-4273-8BE2-3AD58AD0DB45@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=l26wang@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).