emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Simao <smm@imap.cc>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-capture exists with "Capture abort: (wrong type argument...)"
Date: Wed, 11 Jan 2017 17:40:11 +0100	[thread overview]
Message-ID: <1484152811.888999.844488336.6A4146D6@webmail.messagingengine.com> (raw)
In-Reply-To: <1484147128.866454.844378744.1C7FF67B@webmail.messagingengine.com>

Ok I found out the problem.

I was using the following hook:

(defun sm-mozilla-text-hook ()
  (when (string-match (expand-file-name "~/.mozilla/firefox")
  (buffer-file-name))
    (longlines-mode 1)))

(add-hook 'text-mode-hook 'sm-mozilla-text-hook)

But for the capture buffer, buffer-file-name is nil so this fails. Using
`or` there fixes it.

Anyway I am just surprised that this worked for so long, I have had this
hook for years and use these kind of buffers all the time. I guess I
should be using.

Thank you for looking into it.

Simao


On Wed, Jan 11, 2017, at 16:05, Simao wrote:
> I was using the version bundled with emacs 25. I upgraded to org 9.0.3
> and I still get the same problem. Is there a way to get a better trace
> or something?
> 
> On Wed, Jan 11, 2017, at 15:50, Nicolas Goaziou wrote:
> > Simao <smm@imap.cc> writes:
> > 
> > > Ah that's what you meant. Yeah but I am activating org-mode for org.txt
> > > files:
> > >
> > > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
> > > (add-to-list 'auto-mode-alist '("\\.org.txt$" . org-mode))
> > >
> > > And if I open the journal file it indeed has org-mode active.
> > 
> > Then, you could try upgrading Org to 9.0.
> > 
> > Regards,

      reply	other threads:[~2017-01-11 16:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-10 14:27 org-capture exists with "Capture abort: (wrong type argument...)" Simao
2017-01-11  8:58 ` Nicolas Goaziou
2017-01-11 11:03   ` Simao
2017-01-11 11:10     ` Nicolas Goaziou
2017-01-11 14:14       ` Simao
2017-01-11 14:50         ` Nicolas Goaziou
2017-01-11 15:05           ` Simao
2017-01-11 16:40             ` Simao [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=1484152811.888999.844488336.6A4146D6@webmail.messagingengine.com \
    --to=smm@imap.cc \
    --cc=emacs-orgmode@gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /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).