From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Subject: Re: Bug: org -> org export ignores latex blocks [8.3.4 (8.3.4-50-g83e373-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160509/)] Date: Thu, 12 May 2016 23:44:05 +0100 Message-ID: <87k2iyq4lm.fsf@freedom.localdomain> References: <87twi343jk.fsf@freedom.localdomain> <878tzfneds.fsf@freedom.localdomain> <877feyoqzr.fsf@freedom.localdomain> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0zIi-0007BO-Ea for emacs-orgmode@gnu.org; Thu, 12 May 2016 18:41:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0zIe-0000B0-3Q for emacs-orgmode@gnu.org; Thu, 12 May 2016 18:41:47 -0400 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:35620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0zId-0000At-S3 for emacs-orgmode@gnu.org; Thu, 12 May 2016 18:41:44 -0400 Received: by mail-wm0-x22f.google.com with SMTP id e201so1389977wme.0 for ; Thu, 12 May 2016 15:41:43 -0700 (PDT) In-reply-to: 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: Kaushal Modi Cc: emacs-orgmode , Nicolas Goaziou Okay, I have deleted the org one and left the org-contrib: I can still use the new feature (probably org-contrib enables it). Thanks for your explanation, Andrea Kaushal Modi writes: > On Thu, May 12, 2016 at 6:20 PM Andrea wrote: > >> I think I saw that, but I did not read it carefully. And since the >> autocompletion (I mean > not occur to me that may be the problem. >> >> By the way, I did not clone the git repo, so I should be on the master >> published on ELPA. > > > The versions published on ELPA are from the maint branch of org git. > > >> When I give org-version in emacs I get: >> Org-mode version 8.3.4 (8.3.4-50-g83e373-elpaplus @ >> /home/andrea/.emacs.d/elpa/org-plus-contrib-20160509/) >> >> On package-list-packages I have >> >> org 20160509 installed Outline-based >> notes management and organizer >> org-plus-contrib 20160509 installed Outline-based >> notes management and organizer >> > > Correct, both are the exact same stable 8.3.x versions; just that > org-plus-contrib has the packages in contrib/ folder which the other does > not have. > > Also installing just org-plus-contrib should suffice. You do not need to > install both. If you are not using any package from the contrib/ area ( > http://orgmode.org/cgit.cgi/org-mode.git/tree/contrib/lisp?h=maint ), you > do not need org-plus-contrib, and you can use just the org package. > > But the mystery is still unresolved for me.. why did #+BEGIN_EXPORT syntax > work for you .. May be someone else more knowledgeable can answer that. > --