Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Nicolas Goaziou
Hello, Matt Price mopto...@gmail.com writes: One way to do this is to make a drawer. Unfortunately, from what I can tell, within a drawer it is not posible to use org structures like lists. Drawers can contain any structure but drawers and headlines. Regards, -- Nicolas Goaziou

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Thorsten Jolitz
Matt Price mopto...@gmail.com writes: or- mark certain elements (like a list or subheading) as not-for-export? Maybe using the :noexport: tag on a heading? -- cheers, Thorsten

[O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Matt Price
I'm trying to write my lectures entirely in org. I would like to just write them once, using the main org file for my notes, and an exported deck.js presentation for slides. However, I would like to include quite a number of notes to myself for each slide. One way to do this is to make a

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Matt Price
On Thu, Sep 12, 2013 at 1:26 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Matt Price mopto...@gmail.com writes: One way to do this is to make a drawer. Unfortunately, from what I can tell, within a drawer it is not posible to use org structures like lists. Drawers can contain

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: Well, it is to avoid that a new headline would be made inside a drawer, because it would violate Org syntax. But of course, it would be OK to insert an item. What would be a good solution? Maybe we better catch this problem in

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Nicolas Goaziou
Correcting myself, Nicolas Goaziou n.goaz...@gmail.com writes: (defun org-meta-return (optional arg) Insert a new heading or wrap a region in a table. Calls `org-insert-heading' or `org-table-wrap-region', depending on context. See the individual commands for more information.

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Nicolas Goaziou
Matt Price mopto...@gmail.com writes: inside a drawer, when I try to make a lit, org-meta-return doesn't seem to create a new ist item, but instead just indents the next line without also inserting a - . Is this a bug? THanks, I think it is a bug, indeed. There's this condition in

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Carsten Dominik
Hi Nicolas, this looks good to me, please apply it. Thanks - Carsten On 12.9.2013, at 21:41, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: Well, it is to avoid that a new headline would be made inside a drawer, because it would

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Matt Price
On Thu, Sep 12, 2013 at 1:16 PM, Thorsten Jolitz tjol...@gmail.com wrote: Matt Price mopto...@gmail.com writes: or- mark certain elements (like a list or subheading) as not-for-export? Maybe using the :noexport: tag on a heading? yes, that works! thank you! sorry I missed it in the manual.

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Michael Brand
Hi Carsten On Thu, Sep 12, 2013 at 9:13 PM, Carsten Dominik carsten.domi...@gmail.com wrote: Well, it is to avoid that a new headline would be made inside a drawer, because it would violate Org syntax. But of course, it would be OK to insert an item. What would be a good solution? Maybe we

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Nicolas Goaziou
Carsten Dominik carsten.domi...@gmail.com writes: Hi Nicolas, this looks good to me, please apply it. Done (in master). Regards, -- Nicolas Goaziou

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Carsten Dominik
On 12.9.2013, at 19:49, Nicolas Goaziou n.goaz...@gmail.com wrote: Matt Price mopto...@gmail.com writes: inside a drawer, when I try to make a lit, org-meta-return doesn't seem to create a new ist item, but instead just indents the next line without also inserting a - . Is this a bug?

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Michael Brand
Hi Nicolas On Thu, Sep 12, 2013 at 10:35 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Done (in master). Thank you for this improvement. AFAIU org-in-drawer-p was introduced only for org-meta-return and can now be removed. Michael

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Carsten Dominik
On 12.9.2013, at 22:35, Nicolas Goaziou n.goaz...@gmail.com wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Nicolas, this looks good to me, please apply it. Done (in master). Thank you! - Carsten Regards, -- Nicolas Goaziou signature.asc Description: Message

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Nicolas Goaziou
Hello, Michael Brand michael.ch.br...@gmail.com writes: What is the plan with my patches here?: http://thread.gmane.org/gmane.emacs.orgmode/75367/focus=76221 I think the approach taken is wrong. But we should definitely keep the tests. Regards, -- Nicolas Goaziou

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Carsten Dominik
On 12.9.2013, at 21:18, Michael Brand michael.ch.br...@gmail.com wrote: Hi Carsten On Thu, Sep 12, 2013 at 9:13 PM, Carsten Dominik carsten.domi...@gmail.com wrote: Well, it is to avoid that a new headline would be made inside a drawer, because it would violate Org syntax. But of course,

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Matt Price
Thanks Nicolas! Works great. Matt On Thu, Sep 12, 2013 at 4:35 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Nicolas, this looks good to me, please apply it. Done (in master). Regards, -- Nicolas Goaziou