Re: [O] can I export all PROPERTIES to my ascii output?

2017-03-29 Thread Nicolas Goaziou
"Christopher W. Ryan"  writes:

> Thank Nicolas, but what exactly do you mean by "see"
> org-export-properties?  I use org-mode a little, but I have to admit I
> have never really looked under the hood and played around with variables
> much.

I mean: please have a look at `org-export-with-properties'
documentation. Use:

   C-h v org-export-with-properties RET

Regards,



Re: [O] can I export all PROPERTIES to my ascii output?

2017-03-29 Thread Christopher W. Ryan
Thank Nicolas, but what exactly do you mean by "see"
org-export-properties?  I use org-mode a little, but I have to admit I
have never really looked under the hood and played around with variables
much.

--Chris

Nicolas Goaziou wrote:
> Hello,
> 
> Christopher W Ryan  writes:
> 
>> I'd like to make all the PROPERTIES show up in ascii output when I export.
>> How can I do that?
>>
>> #+OPTIONS: properties:t
>>
>>  does not export properties. Neither does:
>>
>> #+OPTIONS: with-properties:t
> 
> See `org-export-with-properties'. Also, you could try M-x org-lint on
> your document.
> 
> Regards,
> 



Re: [O] can I export all PROPERTIES to my ascii output?

2017-03-29 Thread Nicolas Goaziou
Hello,

Christopher W Ryan  writes:

> I'd like to make all the PROPERTIES show up in ascii output when I export.
> How can I do that?
>
> #+OPTIONS: properties:t
>
>  does not export properties. Neither does:
>
> #+OPTIONS: with-properties:t

See `org-export-with-properties'. Also, you could try M-x org-lint on
your document.

Regards,

-- 
Nicolas Goaziou



[O] can I export all PROPERTIES to my ascii output?

2017-03-28 Thread Christopher W Ryan
I'd like to make all the PROPERTIES show up in ascii output when I export.
How can I do that?

#+OPTIONS: properties:t

 does not export properties.  Neither does:

#+OPTIONS: with-properties:t

Thanks.

--Chris Ryan