emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Tassilo Horn <tassilo@member.fsf.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Org-mode version 6.30trans (release_6.30c.43.ga6f7); iswitchb tag completion includes virtual files
Date: Fri, 4 Sep 2009 12:30:29 +0200	[thread overview]
Message-ID: <7A27EE83-B135-4475-94C0-98D98653FF6D@gmail.com> (raw)
In-Reply-To: <87y6ov9gsf.fsf@thinkpad.tsdh.de>

OK, I did this, please verify.

- Carsten

On Sep 4, 2009, at 11:54 AM, Tassilo Horn wrote:

>
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen.  You don't know how to make a good report?   
> See
>
>     http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org-mode mailing list.
> ------------------------------------------------------------------------
>
> When I want to set a tag using `C-c C-q TAB' I get a iswitchb  
> completion
> prompt, cause org-completion-use-iswitchb is t.  I also use iswitchb's
> virtual files feature (iswitchb-use-virtual-buffers set to t), which
> includes files that aren't opened in a buffer, but are in the recentf
> list.  This is a cool thing when switching buffers (I barely use C-x  
> C-f
> anymore and switch to the virtual buffer instead), but totally useless
> and annoying for tab completion in org.
>
> So when completing anything (files/tags/...) in org with iswitchb,
> switchb-use-virtual-buffers should be let-bound to nil before.
>
> Emacs  : GNU Emacs 23.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version  
> 2.16.5)
> of 2009-09-01 on localhost
> Package: Org-mode version 6.30trans (release_6.30c.43.ga6f7)
>
> current state:
> ==============
> (setq
> org-log-done 'time
> org-remember-default-headline 'bottom
> org-link-frame-setup '((vm . vm-visit-folder) (gnus . org-gnus-no- 
> new-news) (file . find-file-other-window))
> org-special-ctrl-a/e 'reversed
> org-agenda-files '("/home/horn/repos/org/private.org" "/home/horn/ 
> repos/org/remember.org" "/home/horn/repos/org/uni.org"
>                    "~/uni/repos/redseeds-uko/todo/todo.org")
> org-agenda-include-diary t
> org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
> org-completion-use-iswitchb t
> org-hide-leading-stars t
> org-gnus-prefer-web-links t
> org-after-todo-state-change-hook '(org-clock-out-if-current)
> org-attach-directory "/home/horn/repos/org/attachments"
> org-special-ctrl-k t
> org-agenda-restore-windows-after-quit t
> org-export-preprocess-hook '(org-export-blocks-preprocess)
> org-tab-first-hook '(org-hide-block-toggle-maybe)
> org-src-mode-hook '(org-src-mode-configure-edit-buffer)
> org-finalize-agenda-hook '(th-org-agenda-to-appt)
> org-confirm-shell-link-function 'yes-or-no-p
> org-todo-keywords '((sequence "TODO(t)" "STARTED(s)" "WISH(w)" "|"  
> "DONE(d)" "CANCELLED(c)"))
> org-agenda-before-write-hook '(org-agenda-add-entry-text)
> org-default-notes-file "~/repos/org/remember.org"
> org-tag-alist '(("meeting" . 109) ("chat" . 99))
> org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide- 
> drawers org-cycle-show-empty-lines org-optimize-window-after- 
> visibility-change)
> org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook  
> change-major-mode-hook org-show-block-all append local] 5] th-org- 
> mode-init)
> org-refile-targets '((org-agenda-files :maxlevel . 5))
> org-return-follows-link t
> org-confirm-elisp-link-function 'yes-or-no-p
> org-refile-use-outline-path 'file
> org-log-into-drawer "LOGBOOK"
> org-agenda-mode-hook '(th-org-agenda-mode-init)
> org-enforce-todo-dependencies t
> org-occur-hook '(org-first-headline-recenter)
> org-agenda-skip-additional-timestamps-same-entry nil
> org-outline-path-complete-in-steps nil
> org-columns-default-format "%50ITEM %TODO %ALLTAGS %SCHEDULED  
> %DEADLINE"
> outline-minor-mode-hook '(th-outline-minor-mode-init)
> org-remember-templates '(("TODO" 116 "* TODO %?\n  (created: %U)\n   
> %i\n  %a")
>                          ("BROWSER" 119 "* %:description :browser: 
> \n  (created: %U)\n\n  %c\n\n  %i"))
> org-remember-backup-directory "~/tmp/"
> org-attach-method 'mv
> )
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      reply	other threads:[~2009-09-04 10:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-04  9:54 Org-mode version 6.30trans (release_6.30c.43.ga6f7); iswitchb tag completion includes virtual files Tassilo Horn
2009-09-04 10:30 ` Carsten Dominik [this message]

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=7A27EE83-B135-4475-94C0-98D98653FF6D@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=tassilo@member.fsf.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).