emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Lundin <mdl@imapmail.org>
To: katepano <katepano@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: org mode as tabbed notebook
Date: Fri, 07 May 2010 09:55:02 -0400	[thread overview]
Message-ID: <87zl0bn7ex.fsf@fastmail.fm> (raw)
In-Reply-To: <4BE3B5F7.1030507@gmail.com> (katepano@gmail.com's message of "Fri, 07 May 2010 09:40:55 +0300")

katepano <katepano@gmail.com> writes:

> I was wondering if somebody managed to use orgmode as atabbed
> notebook, like gjots, or the old keynotes program from windows which I
> miss a lot or even Ms one note. I tried using tabbed.el or speedbar,
> or the sitemap of orgmode but it was not satisfactory. Any way how you
> manage to have a lot of files open simultaneously, with the buffer
> list?

One easy way to switch org-buffers is to use C-c b (org-iswitchb) in
conjunction with ido, which allows for fuzzy matching.

I have the following settings in my emacs file:

--8<---------------cut here---------------start------------->8---
  (ido-mode 1)

  (ido-everywhere 1)
  (setq ido-confirm-unique-completion t)
  (setq ido-enable-flex-matching t)

  ;; will use ffap-guesser to determine whether file name is at point
  (setq ido-use-filename-at-point 'guess)

  (setq org-completion-use-ido t)
--8<---------------cut here---------------end--------------->8---

Note that these settings also make ido the default interface for
switch-to-buffer and find-file.

Best,
Matt

  reply	other threads:[~2010-05-07 13:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-07  6:40 org mode as tabbed notebook katepano
2010-05-07 13:55 ` Matt Lundin [this message]
2010-05-07 14:58 ` Thomas S. Dye
2010-05-07 15:05 ` Eric S Fraga
2010-05-07 17:09 ` Sebastian Rose

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=87zl0bn7ex.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=katepano@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).