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 wrote: > Carsten Dominik 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 Nicolas Goaziou
Hello, Michael Brand 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 wrote: > Hi Carsten > > On Thu, Sep 12, 2013 at 9:13 PM, Carsten Dominik > 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

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 wrote: > Carsten Dominik writes: > >> Hi Nicolas, this looks good to me, please apply it. > > Done (in master). Thank you! - Carsten > > > Regards, > > -- > Nicolas Goaziou signature.asc Description: Message signed with OpenPGP using GPGMail

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 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 19:49, Nicolas Goaziou wrote: > Matt Price 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 bu

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

2013-09-12 Thread Nicolas Goaziou
Carsten Dominik 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 Michael Brand
Hi Carsten On Thu, Sep 12, 2013 at 9:13 PM, Carsten Dominik 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 better catch > this pro

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 wrote: > Matt Price 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. Matt > > -- > cheers, > Thors

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 wrote: > Hello, > > Carsten Dominik 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 wo

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

2013-09-12 Thread Nicolas Goaziou
Matt Price 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 `org-meta-return', but

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

2013-09-12 Thread Nicolas Goaziou
Correcting myself, Nicolas Goaziou 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." > (interactiv

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

2013-09-12 Thread Nicolas Goaziou
Hello, Carsten Dominik 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 org-insert-heading? Or may

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 wrote: > Hello, > > Matt Price 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 an

[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 drawer.

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

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

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

2013-09-12 Thread Nicolas Goaziou
Hello, Matt Price 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