emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] how to include graphics in pdf output


From: John Hendy
Subject: Re: [O] how to include graphics in pdf output
Date: Wed, 21 Mar 2012 05:39:40 -0500

On Wed, Mar 21, 2012 at 4:54 AM, Sebastien Vauban
<address@hidden> wrote:
> Hi Christopher,
>
> "Christopher W. Ryan" wrote:
>> However, in both cases, the inline tasks themselves also appear in the
>> final pdf. I was trying to avoid that, and I though todo:nil in
>> #+OPTIONS would accomplish that objective, but it did not.  Is there a
>> way to not export inline tasks?
>>
>> Here are the modifications to the small reproducible file I started with:
>>
>> #+OPTIONS:   todo:nil toc:nil tags:nil
>> #+LATEX_HEADER: \usepackage[margin=1in]{geometry}
>> #+LATEX_HEADER: \usepackage{graphicx}
>>
>>
>> * I guess I don't understand enough about Org's hierarchical trees yet
>>
>> ** Study design
>>
>> Here's what we'll do.
>>
>> Blah blah blah
>>
>> *************** TODO I'd like this not to appear in pdf
>> *************** END
>> So now this text here appears in the pdf, as desired. But I'd like the
>> inline task above not to appear in the pdf. I though todo:nil would
>> prevent it from appearing, but it did not.
>
> An inline task is almost a normal headline, hence you can put a tag such as
> "noexport" on it, and have the inline task not exported.

Also,

,----- M-x help RET v RET org-inlinetask-export -----
| org-inlinetask-export is a variable defined in `org-inlinetask.el'.
| Its value is t
|
| Documentation:
| Non-nil means export inline tasks.
| When nil, they will not be exported.
|
| You can customize this variable.
`-----

Best regards,
John


>
> Best regards,
>  Seb
>
> --
> Sebastien Vauban
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]