From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joon Ro Subject: subtreep option in export stopped working propery Date: Fri, 4 Sep 2015 22:39:10 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_1379835d-7b8c-4cf3-b52b-6e5900d401f9_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZY6C4-00027D-IM for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 01:39:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZY6Bz-0006ql-HQ for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 01:39:16 -0400 Received: from col004-omc1s12.hotmail.com ([65.55.34.22]:53865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZY6Bz-0006qc-9J for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 01:39:11 -0400 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" --_1379835d-7b8c-4cf3-b52b-6e5900d401f9_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi=2C I have been using a link containing elisp:(org-beamer-export-to-pdf nil t) = to export the subtree as a beamer pdf. It used to work well=2C but after a = certain update a couple of months ago (I'm using 8.3beta and I regularly up= date it)=2C it stopped working properly. For example=2C when I click on the= following Beamer link: * Export Test:PROPERTIES: :EXPORT_FILE_NAME: ./Test:EXPORT_TITLE: Export Te= st:EXPORT_SUBTREE: [[elisp:(org-beamer-export-to-pdf%20nil%20t)][Beamer]] := END: Subtree Contents. I get a tex file with one page with properties written on it. Again=2C I used to use this link to generate subtree-only beamer pdf. Also= =2C exporting manually (C-c C-e C-s l P) works well as well. Best=2CJoon = --_1379835d-7b8c-4cf3-b52b-6e5900d401f9_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi=2C
=
I have been using a link containing elisp:(org-beamer-export= -to-pdf nil t) to export the subtree as a beamer pdf. It used to work well= =2C but after a certain update a couple of months ago (I'm using 8.3beta an= d I regularly update it)=2C it stopped working properly. For example=2C whe= n I click on the following Beamer link:

* Exp= ort Test
:PROPERTIES: =3B
:EXPORT_FILE_NAME: ./Test=
:EXPORT_TITLE: Export Test
:EXPORT_SUBTREE: [[elisp:(o= rg-beamer-export-to-pdf%20nil%20t)][Beamer]] =3B
:END:
<= div>
Subtree Contents.


I get a tex file with one page with properties written on it.
=

Again=2C I used to use this link to generate subtree-on= ly beamer pdf. Also=2C exporting manually (C-c C-e C-s l P) works well as w= ell.

Best=2C
Joon

=
= --_1379835d-7b8c-4cf3-b52b-6e5900d401f9_-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: subtreep option in export stopped working propery Date: Sat, 05 Sep 2015 11:01:30 +0200 Message-ID: <87d1xxjl3p.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZY9KD-0004kK-Jo for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 04:59:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZY9KC-0004H9-Kc for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 04:59:53 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:60832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZY9KC-0004GI-E6 for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 04:59:52 -0400 In-Reply-To: (Joon Ro's message of "Fri, 4 Sep 2015 22:39:10 -0700") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Joon Ro Cc: "emacs-orgmode@gnu.org" Hello, Joon Ro writes: > I have been using a link containing elisp:(org-beamer-export-to-pdf > nil t) to export the subtree as a beamer pdf. It used to work well, > but after a certain update a couple of months ago (I'm using 8.3beta > and I regularly update it), it stopped working properly. For example, > when I click on the following Beamer link: > * Export Test:PROPERTIES: :EXPORT_FILE_NAME: ./Test:EXPORT_TITLE: Export Test:EXPORT_SUBTREE: [[elisp:(org-beamer-export-to-pdf%20nil%20t)][Beamer]] :END: > Subtree Contents. > > I get a tex file with one page with properties written on it. > Again, I used to use this link to generate subtree-only beamer pdf. > Also, exporting manually (C-c C-e C-s l P) works well as well. I cannot reproduce it. Did you (require 'ox-beamer)? You might also try latest Org. Regards, -- Nicolas Goaziou From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joon Ro Subject: Re: subtreep option in export stopped working propery Date: Sat, 5 Sep 2015 12:34:24 -0700 Message-ID: References: , , <87d1xxjl3p.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_e7ce0482-b69c-47f0-9a7d-ecb3b0a6e492_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYJEL-0004YU-Rt for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 15:34:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYJEI-000249-L0 for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 15:34:29 -0400 Received: from col004-omc4s1.hotmail.com ([65.55.34.203]:51764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYJEI-00023z-Cb for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 15:34:26 -0400 In-Reply-To: <87d1xxjl3p.fsf@nicolasgoaziou.fr> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: "emacs-orgmode@gnu.org" --_e7ce0482-b69c-47f0-9a7d-ecb3b0a6e492_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable > From: mail@nicolasgoaziou.fr >=20 > I cannot reproduce it. Did you (require 'ox-beamer)? You might also try > latest Org. >=20 Thank you for the reply. I added require 'ox-beamer to my init file but it = did not make any difference. I'm using the lastest Org (8.3beta). Again=2C my org file is * Export Test:PROPERTIES: :EXPORT_FILE_NAME: ./Test:EXPORT_TITLE: Export Te= st:EXPORT_SUBTREE: [[elisp:(org-beamer-export-to-pdf%20nil%20t)][Beamer]] := END: Test Contents. and the tex file I got from clicking on the Beamer link is: % Created 2015-09-05 Sat 12:31\documentclass[presentation]{beamer}\usepacka= ge[utf8]{inputenc}\usepackage[T1]{fontenc}\usepackage{fixltx2e}\usepackage{= graphicx}\usepackage{grffile}\usepackage{longtable}\usepackage{wrapfig}\use= package{rotating}\usepackage[normalem]{ulem}\usepackage{amsmath}\usepackage= {textcomp}\usepackage{amssymb}\usepackage{capt-of}\usepackage{hyperref}\use= theme{default}\date{\today}\title{Export Test}\hypersetup{ pdfauthor=3D{}= =2C pdftitle=3D{Export Test}=2C pdfkeywords=3D{}=2C pdfsubject=3D{}=2C pdfc= reator=3D{Emacs 24.5.1 (Org mode 8.3beta)}=2C pdflang=3D{English}}\begin{d= ocument} \maketitle\begin{frame}{Outline}\tableofcontents\end{frame} :PROPERTIES: :EXPORT\(_{\text{FILE}}_{\text{NAME}}\): ./Test:EXPORT\(_{\tex= t{TITLE}}\): Export Test:EXPORT\(_{\text{SUBTREE}}\): [[elisp:(org-beamer-e= xport-to-pdf\%20nil\%20t)][Bea\end{document} You cannot reproduce this? I wonder what is the culprit then. Again=2C when= I manually do this by C-c C-e C-s l P=2C I get the correct tex file. Best=2CJoon = --_e7ce0482-b69c-47f0-9a7d-ecb3b0a6e492_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable


>=3B From: mail@n= icolasgoaziou.fr
>=3B
>=3B I cannot reproduce it. Did you (requi= re 'ox-beamer)? You might also try
>=3B latest Org.
>=3B

=
Thank you for the reply. I added =3Brequire 'ox-beamer to my= init file =3Bbut it did not make an= y difference. I'm using the lastest Org (8.3beta).

Again=2C my org file is

* Export Test=
:PROPERTIES: =3B
:EXPORT_FILE_NAME: ./Test
:EXPORT_TITLE: Export Test
:EXPORT_SUBTREE: [[elisp:(org-beame= r-export-to-pdf%20nil%20t)][Beamer]] =3B
:END:

=
Test Contents.


and= the tex file I got from clicking on the Beamer link is:


% Created 2015-09-05 Sat 12:31
\docume= ntclass[presentation]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usep= ackage{graphicx}
\usepackage{grffile}
\usepackage{longt= able}
\usepackage{wrapfig}
\usepackage{rotating}
<= div>\usepackage[normalem]{ulem}
\usepackage{amsmath}
\u= sepackage{textcomp}
\usepackage{amssymb}
\usepackage{ca= pt-of}
\usepackage{hyperref}
\usetheme{default}
\date{\today}
\title{Export Test}
\hypersetup{
=
 =3Bpdfauthor=3D{}=2C
 =3Bpdftitle=3D{Export Test}= =2C
 =3Bpdfkeywords=3D{}=2C
 =3Bpdfsubject=3D{}= =2C
 =3Bpdfcreator=3D{Emacs 24.5.1 (Org mode 8.3beta)}=2C&nbs= p=3B
 =3Bpdflang=3D{English}}
\begin{document}

\maketitle
\begin{frame}{Outline}
= \tableofcontents
\end{frame}

:PROPERTIES= : =3B
:EXPORT\(_{\text{FILE}}_{\text{NAME}}\): ./Test
:EXPORT\(_{\text{TITLE}}\): Export Test
:EXPORT\(_{\text{SUBTR= EE}}\): [[elisp:(org-beamer-export-to-pdf\%20nil\%20t)][Bea
\end{= document}


You cannot reproduc= e this? I wonder what is the culprit then. Again=2C when I manually do this= by =3BC-c C-e C-s l P=2C I get the correct tex file.

Best=2C
Joon


=
= --_e7ce0482-b69c-47f0-9a7d-ecb3b0a6e492_-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joon Ro Subject: Re: subtreep option in export stopped working propery Date: Sat, 5 Sep 2015 12:55:08 -0700 Message-ID: References: , , , , <87d1xxjl3p.fsf@nicolasgoaziou.fr>, Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_3957e2d2-0b4f-4973-9563-5f110e971445_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYJYQ-0004XN-D6 for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 15:55:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYJYL-0002vv-OS for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 15:55:14 -0400 Received: from col004-omc4s13.hotmail.com ([65.55.34.215]:52244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYJYL-0002vg-GC for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 15:55:09 -0400 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: "emacs-orgmode@gnu.org" --_3957e2d2-0b4f-4973-9563-5f110e971445_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I got rid of my init file and it exported correctly=2C so I guess there is = something in my init file which was causing this - I will figure it out. Th= ank you so much.From: joon.ro@outlook.com To: mail@nicolasgoaziou.fr Date: Sat=2C 5 Sep 2015 12:34:24 -0700 CC: emacs-orgmode@gnu.org Subject: Re: [O] subtreep option in export stopped working propery > From: mail@nicolasgoaziou.fr >=20 > I cannot reproduce it. Did you (require 'ox-beamer)? You might also try > latest Org. >=20 Thank you for the reply. I added require 'ox-beamer to my init file but it = did not make any difference. I'm using the lastest Org (8.3beta). Again=2C my org file is * Export Test:PROPERTIES: :EXPORT_FILE_NAME: ./Test:EXPORT_TITLE: Export Te= st:EXPORT_SUBTREE: [[elisp:(org-beamer-export-to-pdf%20nil%20t)][Beamer]] := END: Test Contents. and the tex file I got from clicking on the Beamer link is: % Created 2015-09-05 Sat 12:31\documentclass[presentation]{beamer}\usepacka= ge[utf8]{inputenc}\usepackage[T1]{fontenc}\usepackage{fixltx2e}\usepackage{= graphicx}\usepackage{grffile}\usepackage{longtable}\usepackage{wrapfig}\use= package{rotating}\usepackage[normalem]{ulem}\usepackage{amsmath}\usepackage= {textcomp}\usepackage{amssymb}\usepackage{capt-of}\usepackage{hyperref}\use= theme{default}\date{\today}\title{Export Test}\hypersetup{ pdfauthor=3D{}= =2C pdftitle=3D{Export Test}=2C pdfkeywords=3D{}=2C pdfsubject=3D{}=2C pdfc= reator=3D{Emacs 24.5.1 (Org mode 8.3beta)}=2C pdflang=3D{English}}\begin{d= ocument} \maketitle\begin{frame}{Outline}\tableofcontents\end{frame} :PROPERTIES: :EXPORT\(_{\text{FILE}}_{\text{NAME}}\): ./Test:EXPORT\(_{\tex= t{TITLE}}\): Export Test:EXPORT\(_{\text{SUBTREE}}\): [[elisp:(org-beamer-e= xport-to-pdf\%20nil\%20t)][Bea\end{document} You cannot reproduce this? I wonder what is the culprit then. Again=2C when= I manually do this by C-c C-e C-s l P=2C I get the correct tex file. Best=2CJoon = --_3957e2d2-0b4f-4973-9563-5f110e971445_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I got rid of my init file and it= exported correctly=2C so I guess there is something in my init file which = was causing this - I will figure it out. Thank you so much.


From:=3B joon.ro@outlook.com
To:=3B mail@= nicolasgoaziou.fr
Date:=3B Sat=2C 5 Sep 2015 12:=3B34:=3B24 -07= 00
CC:=3B emacs-orgmode@gnu.org
Subject:=3B Re:=3B [O] subtr= eep option in export stopped working propery



>=3B From:=3B mail@nicolasgoaziou.fr
&g= t=3B
>=3B I cannot reproduce it. Did you (require 'ox-beamer)? You mi= ght also try
>=3B latest Org.
>=3B

Thank you f= or the reply. I added =3Brequire 'ox-beamer to my init file =3Bbut it did not make any difference. I'= m using the lastest Org (8.3beta).

Again=2C= my org file is

* Export Test
:= =3BPROPERTIES:=3B =3B
:=3BEXPORT_FILE_NAME:=3B ./Tes= t
:=3BEXPORT_TITLE:=3B Export Test
:=3BEXPORT_= SUBTREE:=3B [[elisp:=3B(org-beamer-export-to-pdf%20nil%20t)][Beamer]]=  =3B
:=3BEND:=3B

Test Contents= .


and the tex file I got from= clicking on the Beamer link is:=3B


<= div>
% Created 2015-09-05 Sat 12:=3B31
\documentclass[pres= entation]{=3Bbeamer}=3B
\usepackage[utf8]{=3Binputenc= }=3B
\usepackage[T1]{=3Bfontenc}=3B
\usepac= kage{=3Bfixltx2e}=3B
\usepackage{=3Bgraphicx}=3B<= /div>
\usepackage{=3Bgrffile}=3B
\usepackage{=3Bl= ongtable}=3B
\usepackage{=3Bwrapfig}=3B
\us= epackage{=3Brotating}=3B
\usepackage[normalem]{=3Bule= m}=3B
\usepackage{=3Bamsmath}=3B
\usepackag= e{=3Btextcomp}=3B
\usepackage{=3Bamssymb}=3B
\usepackage{=3Bcapt-of}=3B
\usepackage{=3Bhyper= ref}=3B
\usetheme{=3Bdefault}=3B
\date{= =3B\today}=3B
\title{=3BExport Test}=3B
\hy= persetup{=3B
 =3Bpdfauthor=3D{=3B}=3B=2C
 =3Bpdftitle=3D{=3BExport Test}=3B=2C
 =3Bpdfke= ywords=3D{=3B}=3B=2C
 =3Bpdfsubject=3D{=3B}= =3B=2C
 =3Bpdfcreator=3D{=3BEmacs 24.5.1 (Org mode 8.3bet= a)}=3B=2C =3B
 =3Bpdflang=3D{=3BEnglish}=3B&#= 125=3B
\begin{=3Bdocument}=3B

\m= aketitle
\begin{=3Bframe}=3B{=3BOutline}=3B
=
\tableofcontents
\end{=3Bframe}=3B

:=3BPROPERTIES:=3B =3B
:=3BEXPORT\(_{=3B= \text{=3BFILE}=3B}=3B_{=3B\text{=3BNAME}=3B}=3B= \):=3B ./Test
:=3BEXPORT\(_{=3B\text{=3BTITLE}= =3B}=3B\):=3B Export Test
:=3BEXPORT\(_{=3B\text= 23=3BSUBTREE}=3B}=3B\):=3B [[elisp:=3B(org-beamer-export-to-p= df\%20nil\%20t)][Bea
\end{=3Bdocument}=3B


You cannot reproduce this? I wonder what is = the culprit then. Again=2C when I manually do this by =3BC-c C-e C-s l P=2C I get the correct tex file.

Best=2C
Joon


=
= --_3957e2d2-0b4f-4973-9563-5f110e971445_-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joon Ro Subject: Re: subtreep option in export stopped working propery Date: Sat, 5 Sep 2015 13:28:11 -0700 Message-ID: References: , , , , <87d1xxjl3p.fsf@nicolasgoaziou.fr>, , Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_bce50e5e-3dba-497d-882a-b80dc2152ff2_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYK4P-00024W-6S for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 16:28:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYK4L-00032A-58 for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 16:28:17 -0400 Received: from col004-omc4s5.hotmail.com ([65.55.34.207]:55622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYK4K-000326-Pv for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 16:28:13 -0400 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: "emacs-orgmode@gnu.org" --_bce50e5e-3dba-497d-882a-b80dc2152ff2_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I figured it out - the culprit was Evil mode. For some reason=2C if I click= on the link in the normal state=2C the problem happens=2C while in emacs s= tate it works.Thanks. -JoonFrom: joon.ro@outlook.com To: mail@nicolasgoaziou.fr CC: emacs-orgmode@gnu.org Subject: RE: [O] subtreep option in export stopped working propery Date: Sat=2C 5 Sep 2015 12:55:08 -0700 I got rid of my init file and it exported correctly=2C so I guess there is = something in my init file which was causing this - I will figure it out. Th= ank you so much. From: joon.ro@outlook.com To: mail@nicolasgoaziou.fr Date: Sat=2C 5 Sep 2015 12:34:24 -0700 CC: emacs-orgmode@gnu.org Subject: Re: [O] subtreep option in export stopped working propery > From: mail@nicolasgoaziou.fr >=20 > I cannot reproduce it. Did you (require 'ox-beamer)? You might also try > latest Org. >=20 Thank you for the reply. I added require 'ox-beamer to my init file but it = did not make any difference. I'm using the lastest Org (8.3beta). Again=2C my org file is * Export Test:PROPERTIES: :EXPORT_FILE_NAME: ./Test:EXPORT_TITLE: Export Te= st:EXPORT_SUBTREE: [[elisp:(org-beamer-export-to-pdf%20nil%20t)][Beamer]] := END: Test Contents. and the tex file I got from clicking on the Beamer link is: % Created 2015-09-05 Sat 12:31\documentclass[presentation]{beamer}\usepacka= ge[utf8]{inputenc}\usepackage[T1]{fontenc}\usepackage{fixltx2e}\usepackage{= graphicx}\usepackage{grffile}\usepackage{longtable}\usepackage{wrapfig}\use= package{rotating}\usepackage[normalem]{ulem}\usepackage{amsmath}\usepackage= {textcomp}\usepackage{amssymb}\usepackage{capt-of}\usepackage{hyperref}\use= theme{default}\date{\today}\title{Export Test}\hypersetup{ pdfauthor=3D{}= =2C pdftitle=3D{Export Test}=2C pdfkeywords=3D{}=2C pdfsubject=3D{}=2C pdfc= reator=3D{Emacs 24.5.1 (Org mode 8.3beta)}=2C pdflang=3D{English}}\begin{d= ocument} \maketitle\begin{frame}{Outline}\tableofcontents\end{frame} :PROPERTIES: :EXPORT\(_{\text{FILE}}_{\text{NAME}}\): ./Test:EXPORT\(_{\tex= t{TITLE}}\): Export Test:EXPORT\(_{\text{SUBTREE}}\): [[elisp:(org-beamer-e= xport-to-pdf\%20nil\%20t)][Bea\end{document} You cannot reproduce this? I wonder what is the culprit then. Again=2C when= I manually do this by C-c C-e C-s l P=2C I get the correct tex file. Best=2CJoon = --_bce50e5e-3dba-497d-882a-b80dc2152ff2_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I figured it out - the culprit w= as Evil mode. For some reason=2C if I click on the link in the normal state= =2C the problem happens=2C while in emacs state it works.
Thanks.

-Joon



From:=3B joon.ro@outlook.com
To:=3B mail@nicolasgoaziou.fr
CC&= #58=3B emacs-orgmode@gnu.org
Subject:=3B RE:=3B [O] subtreep optio= n in export stopped working propery
Date:=3B Sat=2C 5 Sep 2015 12:= =3B55:=3B08 -0700

I got rid of my init file and it exported correctly=2C so I = guess there is something in my init file which was causing this - I will fi= gure it out. Thank you so much.


From&#= 58=3B joon.ro@outlook.com
To:=3B mail@nicolasgoaziou.fr
Date:= =3B Sat=2C 5 Sep 2015 12:=3B34:=3B24 -0700
CC:=3B emacs-orgmode= @gnu.org
Subject:=3B Re:=3B [O] subtreep option in export stopped = working propery



>=3B From:=3B mail@nicolasgoaziou.fr
&g= t=3B
>=3B I cannot reproduce it. Did you (require 'ox-beamer)? You mi= ght also try
>=3B latest Org.
>=3B

Thank you f= or the reply. I added =3Brequire 'ox-beamer to my init file =3Bbut it did not make any difference. I'= m using the lastest Org (8.3beta).

Again=2C= my org file is

* Export Test
:= =3BPROPERTIES:=3B =3B
:=3BEXPORT_FILE_NAME:=3B ./Tes= t
:=3BEXPORT_TITLE:=3B Export Test
:=3BEXPORT_= SUBTREE:=3B [[elisp:=3B(org-beamer-export-to-pdf%20nil%20t)][Beamer]]=  =3B
:=3BEND:=3B

Test Contents= .


and the tex file I got from= clicking on the Beamer link is:=3B


<= div>
% Created 2015-09-05 Sat 12:=3B31
\documentclass[pres= entation]{=3Bbeamer}=3B
\usepackage[utf8]{=3Binputenc= }=3B
\usepackage[T1]{=3Bfontenc}=3B
\usepac= kage{=3Bfixltx2e}=3B
\usepackage{=3Bgraphicx}=3B<= /div>
\usepackage{=3Bgrffile}=3B
\usepackage{=3Bl= ongtable}=3B
\usepackage{=3Bwrapfig}=3B
\us= epackage{=3Brotating}=3B
\usepackage[normalem]{=3Bule= m}=3B
\usepackage{=3Bamsmath}=3B
\usepackag= e{=3Btextcomp}=3B
\usepackage{=3Bamssymb}=3B
\usepackage{=3Bcapt-of}=3B
\usepackage{=3Bhyper= ref}=3B
\usetheme{=3Bdefault}=3B
\date{= =3B\today}=3B
\title{=3BExport Test}=3B
\hy= persetup{=3B
 =3Bpdfauthor=3D{=3B}=3B=2C
 =3Bpdftitle=3D{=3BExport Test}=3B=2C
 =3Bpdfke= ywords=3D{=3B}=3B=2C
 =3Bpdfsubject=3D{=3B}= =3B=2C
 =3Bpdfcreator=3D{=3BEmacs 24.5.1 (Org mode 8.3bet= a)}=3B=2C =3B
 =3Bpdflang=3D{=3BEnglish}=3B&#= 125=3B
\begin{=3Bdocument}=3B

\m= aketitle
\begin{=3Bframe}=3B{=3BOutline}=3B
=
\tableofcontents
\end{=3Bframe}=3B

:=3BPROPERTIES:=3B =3B
:=3BEXPORT\(_{=3B= \text{=3BFILE}=3B}=3B_{=3B\text{=3BNAME}=3B}=3B= \):=3B ./Test
:=3BEXPORT\(_{=3B\text{=3BTITLE}= =3B}=3B\):=3B Export Test
:=3BEXPORT\(_{=3B\text= 23=3BSUBTREE}=3B}=3B\):=3B [[elisp:=3B(org-beamer-export-to-p= df\%20nil\%20t)][Bea
\end{=3Bdocument}=3B


You cannot reproduce this? I wonder what is = the culprit then. Again=2C when I manually do this by =3BC-c C-e C-s l P=2C I get the correct tex file.

Best=2C
Joon


=
= --_bce50e5e-3dba-497d-882a-b80dc2152ff2_-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joon Ro Subject: subtreep option in export stopped working propery Date: Fri, 4 Sep 2015 22:26:01 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_222c0cc3-68e8-4ba5-aa41-773b56fd5957_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZY5zK-0007Oy-JC for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 01:26:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZY5zH-0001xY-F3 for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 01:26:06 -0400 Received: from col004-omc1s16.hotmail.com ([65.55.34.26]:53227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZY5zH-0001wV-81 for emacs-orgmode@gnu.org; Sat, 05 Sep 2015 01:26:03 -0400 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" --_222c0cc3-68e8-4ba5-aa41-773b56fd5957_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi=2C I have been using a link containing elisp:(org-beamer-export-to-pdf nil t) = to export the subtree as a beamer pdf. It used to work well=2C but after a = certain update a couple of months ago (I'm using 8.3beta and I regularly up= date it)=2C it stopped working properly. For example=2C when I click on the= following Beamer link: * Export Test:PROPERTIES: :EXPORT_FILE_NAME: ./Test:EXPORT_TITLE: Export Te= st:EXPORT_SUBTREE: [[elisp:(org-beamer-export-to-pdf%20nil%20t)][Beamer]] := END: Subtree Contents. I get a tex file with one page with properties written on it. Again=2C I used to use this link to generate subtree-only beamer pdf. Also= =2C exporting manually (C-c C-e C-s l P) works well as well. Best=2CJoon = --_222c0cc3-68e8-4ba5-aa41-773b56fd5957_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi=2C

I have = been using a link containing elisp:(org-beamer-export-to-pdf nil t) to expo= rt the subtree as a beamer pdf. It used to work well=2C but after a certain= update a couple of months ago (I'm using 8.3beta and I regularly update it= )=2C it stopped working properly. For example=2C when I click on the follow= ing Beamer link:

* Export Test
:PRO= PERTIES: =3B
:EXPORT_FILE_NAME: ./Test
:EXPORT_TITL= E: Export Test
:EXPORT_SUBTREE: [[elisp:(org-beamer-export-to-pdf= %20nil%20t)][Beamer]] =3B
:END:

Subt= ree Contents.


I get a tex fil= e with one page with properties written on it.

Aga= in=2C I used to use this link to generate subtree-only beamer pdf. Also=2C = exporting manually (C-c C-e C-s l P) works well as well.

Best=2C
Joon
= --_222c0cc3-68e8-4ba5-aa41-773b56fd5957_--