emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: ajk@iu.edu (Andrew J. Korty)
To: emacs-orgmode@gnu.org
Subject: Re: possible bug in version 5.08
Date: Fri, 14 Sep 2007 08:20:01 -0400	[thread overview]
Message-ID: <xunc7imtl7vv.fsf@locrian.itso.iu.edu> (raw)
In-Reply-To: 200709140325.l8E3Poj15236@anon.securenym.net

"McKelvie" <mckelvie@securenym.net> writes:

> version 5.04 allows my to file quick notes away using remember. On
> upgrading to 5.08, when I try typing in my template hot key I get the
> error, Wrong type argument: stringp, nil. It works fine in 5.04.

Sounds like a problem I was having which came down to
org-remember-apply-template expecting remember's global `annotation'
variable to be non-nil.  I temporarily (and unartfully) fixed it with

,----
| (defadvice org-remember-apply-template
|   (around ajk/fix-org-remember-apply-template activate compile)
|   (with-no-warnings
|     (if annotation
|         ad-do-it
|       (let ((annotation ""))
|         ad-do-it))))
`----

-- 
Andrew J. Korty, Deputy Information Security Officer
Office of the Vice President for Information Technology and CIO
Indiana University

      reply	other threads:[~2007-09-14 13:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-14  3:25 possible bug in version 5.08 McKelvie
2007-09-14 12:20 ` Andrew J. Korty [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=xunc7imtl7vv.fsf@locrian.itso.iu.edu \
    --to=ajk@iu.edu \
    --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).