From: Shaun Johnson <shaun@slugfest.demon.co.uk>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: M-TAB completion of options in indirect buffers
Date: Tue, 27 Jan 2009 16:31:59 +0000 [thread overview]
Message-ID: <497F36FF.1060909@slugfest.demon.co.uk> (raw)
With Emacs 22.1.1 and Org-mode 6.17c if I am editing a subtree in an indirect buffer
(via C-c C-x b) and try to complete an option (i.e. a line starting #+) then I get the
following backtrace (bytecodes elided):
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
file-name-nondirectory(nil)
org-get-current-options()
byte-code("...
org-complete(nil)
call-interactively(org-complete)
recursive-edit()
byte-code("...
debug(error (wrong-type-argument stringp nil))
file-name-nondirectory(nil)
org-get-current-options()
byte-code("...
org-complete(nil)
call-interactively(org-complete)
This seems to be because org-get-current-options uses buffer-file-name to determine the
category but buffer-file-name is nil in an indirect buffer.
If this has been fixed in a later version of Org mode or Emacs I will be happy (ish) to
upgrade.
Thanks,
Shaun.
next reply other threads:[~2009-01-27 16:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-27 16:31 Shaun Johnson [this message]
2009-01-28 8:33 ` M-TAB completion of options in indirect buffers 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=497F36FF.1060909@slugfest.demon.co.uk \
--to=shaun@slugfest.demon.co.uk \
--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).