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

On Wed, Oct 5, 2011 at 10:31 PM, Carsten Dominik
<carsten.dominik@gmail.com> wrote:
>
> 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)))

Yes, this is what I had in mind.

>> It feels headline navigation was just bolted onto org-refile.
>
> THis is how this happened, historically.

Okay, that's fine.  But doesn't the fact that a user didn't know he
could navigate with org-refile speak laudly for refactoring it into
its own key-stroke?

The audience of org-mode is growing larger than just emacs hackers or
even emacs users, as I hear of people coming to Emacs just for
org-mode all the time.  So this universal arg bolt-on for such an
important piece of functionality should be up for discussion.

> - Carsten

-- 
Le

  reply	other threads:[~2011-10-05 15:00 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
2011-10-05 15:00   ` Le Wang [this message]
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='CAM=K+iqgV62MCKqbLV0dBRFzyznUPEGCTOkU9sT_zuiwZPbd4A@mail.gmail.com' \
    --to=l26wang@gmail.com \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).