From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-capture exists with "Capture abort: (wrong type argument...)" Date: Wed, 11 Jan 2017 15:50:18 +0100 Message-ID: <87eg09tzv9.fsf@nicolasgoaziou.fr> References: <1484058449.3606814.843112001.3FF9BB31@webmail.messagingengine.com> <87eg0aug5d.fsf@nicolasgoaziou.fr> <1484132639.3858670.844150624.40282A96@webmail.messagingengine.com> <87pojtua1r.fsf@nicolasgoaziou.fr> <1484144069.854060.844319184.6959C20B@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRKEJ-0000Xi-8c for emacs-orgmode@gnu.org; Wed, 11 Jan 2017 09:50:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRKEI-0000bW-JS for emacs-orgmode@gnu.org; Wed, 11 Jan 2017 09:50:23 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:46639) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cRKEI-0000Zi-DV for emacs-orgmode@gnu.org; Wed, 11 Jan 2017 09:50:22 -0500 In-Reply-To: <1484144069.854060.844319184.6959C20B@webmail.messagingengine.com> (Simao's message of "Wed, 11 Jan 2017 15:14:29 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Simao Cc: emacs-orgmode@gnu.org Simao 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,