emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: org mode as tabbed notebook


From: Matt Lundin
Subject: [Orgmode] Re: org mode as tabbed notebook
Date: Fri, 07 May 2010 09:55:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

katepano <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]