emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Lundin <mdl@imapmail.org>
To: pquintana@obsebre.es
Cc: emacs-orgmode@gnu.org, Michael Welle <mwe012008@gmx.net>
Subject: Re: Merging .org files
Date: Fri, 18 Mar 2011 16:38:34 -0400	[thread overview]
Message-ID: <87pqpotb91.fsf@fastmail.fm> (raw)
In-Reply-To: <4D4FAD25.20106@obsebre.es> ("Pere Quintana Seguí"'s message of "Mon, 07 Feb 2011 09:28:21 +0100")

Pere Quintana Seguí <pquintana@obsebre.es> writes:

> Now I have to learn to better navigate within my much longer org files.
> Before, I used ido-mode to jump from buffer to buffer, now I guess I
> have to practise more sparse trees to jump from headline to headline.

I use this function to jump quickly (via ido) to a first level headline
in my org files:

--8<---------------cut here---------------start------------->8---
(defun my-org-global-goto ()
  (interactive)
  (let ((org-completion-use-ido t)
	(org-outline-path-complete-in-steps nil)
	(org-refile-use-outline-path nil)
	(org-refile-targets '((my-org-refile-targets :maxlevel . 1))))
    (org-refile t)))
--8<---------------cut here---------------end--------------->8---

Best,
Matt

  reply	other threads:[~2011-03-18 20:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-30 11:39 Merging .org files Pere Quintana Seguí
2011-01-30 17:39 ` Juan Pechiar
2011-01-30 22:09   ` Pere Quintana Seguí
2011-01-30 19:22 ` Michael Welle
2011-01-30 22:20   ` Pere Quintana Seguí
2011-01-30 21:51 ` Matt Lundin
2011-01-31 15:18   ` Pere Quintana Seguí
2011-01-31 20:45     ` Michael Welle
2011-02-07  8:28       ` Pere Quintana Seguí
2011-03-18 20:38         ` Matt Lundin [this message]
2011-03-19  8:51           ` Aankhen
2011-03-19 12:53             ` Matt Lundin
2011-03-19 17:42               ` Aankhen

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=87pqpotb91.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=mwe012008@gmx.net \
    --cc=pquintana@obsebre.es \
    /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).