* Can drawers be embedded in org-mode?
@ 2008-12-03 22:50 Jing Su
2008-12-04 8:02 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Jing Su @ 2008-12-03 22:50 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 645 bytes --]
Hi there :)
I tried embedded drawers but got weird results:
I inputted:
#+DRAWERS: REF ABSTRACT
* Topic I
:REF:
- ref A
:ABSTRACT:
blah blha
:END:
- ref B
:ABSTRACT:
blah blha
:END:
:END:
and used TAB key to fold/unfold it. I expected:
* Topic I
:REF:
- ref A
:ABSTRACT:...
- ref B
:ABSTRACT:...
:END:
and
* Topic I
:REF:...
but found out the following:
* Topic I
:REF:...
- ref B
:ABSTRACT:...
:END:
am I wrong at some where, or org-mode just does not support embedded drawers
yet? if it's not supported, is it already in the wishing list?
Thanks a lot :)
JIng
[-- Attachment #1.2: Type: text/html, Size: 1063 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Can drawers be embedded in org-mode?
2008-12-03 22:50 Can drawers be embedded in org-mode? Jing Su
@ 2008-12-04 8:02 ` Carsten Dominik
2008-12-15 7:25 ` Jing Su
0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2008-12-04 8:02 UTC (permalink / raw)
To: Jing Su; +Cc: emacs-orgmode
Hi Jing Su,
Org-mode does not allow to nest drawers. I guess you would simple use
outline structure for whay rou are tyring to do:
* Topic I
** Refs
*** ref A
**** Abstract
blah blha
*** ref B
**** Abstract
blah blha
HTH
- Carsten
On Dec 3, 2008, at 11:50 PM, Jing Su wrote:
> Hi there :)
>
> I tried embedded drawers but got weird results:
>
> I inputted:
>
> #+DRAWERS: REF ABSTRACT
>
> * Topic I
> :REF:
> - ref A
> :ABSTRACT:
> blah blha
> :END:
> - ref B
> :ABSTRACT:
> blah blha
> :END:
> :END:
>
> and used TAB key to fold/unfold it. I expected:
>
> * Topic I
> :REF:
> - ref A
> :ABSTRACT:...
> - ref B
> :ABSTRACT:...
> :END:
>
> and
>
> * Topic I
> :REF:...
>
> but found out the following:
>
> * Topic I
> :REF:...
> - ref B
> :ABSTRACT:...
> :END:
>
> am I wrong at some where, or org-mode just does not support embedded
> drawers yet? if it's not supported, is it already in the wishing list?
>
> Thanks a lot :)
>
> JIng
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Can drawers be embedded in org-mode?
2008-12-04 8:02 ` Carsten Dominik
@ 2008-12-15 7:25 ` Jing Su
2008-12-15 9:25 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Jing Su @ 2008-12-15 7:25 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1593 bytes --]
Thanks a lot, Carsten, I'm currently using your method.
I was wondering if nest drawers would be a good idea in later versions of
org-mode.
Best,
Jing
On Thu, Dec 4, 2008 at 3:02 AM, Carsten Dominik <dominik@science.uva.nl>wrote:
> Hi Jing Su,
>
> Org-mode does not allow to nest drawers. I guess you would simple use
> outline structure for whay rou are tyring to do:
>
>
> * Topic I
> ** Refs
> *** ref A
> **** Abstract
> blah blha
>
> *** ref B
> **** Abstract
> blah blha
>
> HTH
>
> - Carsten
>
>
> On Dec 3, 2008, at 11:50 PM, Jing Su wrote:
>
> Hi there :)
>>
>> I tried embedded drawers but got weird results:
>>
>> I inputted:
>>
>> #+DRAWERS: REF ABSTRACT
>>
>> * Topic I
>> :REF:
>> - ref A
>> :ABSTRACT:
>> blah blha
>> :END:
>> - ref B
>> :ABSTRACT:
>> blah blha
>> :END:
>> :END:
>>
>> and used TAB key to fold/unfold it. I expected:
>>
>> * Topic I
>> :REF:
>> - ref A
>> :ABSTRACT:...
>> - ref B
>> :ABSTRACT:...
>> :END:
>>
>> and
>>
>> * Topic I
>> :REF:...
>>
>> but found out the following:
>>
>> * Topic I
>> :REF:...
>> - ref B
>> :ABSTRACT:...
>> :END:
>>
>> am I wrong at some where, or org-mode just does not support embedded
>> drawers yet? if it's not supported, is it already in the wishing list?
>>
>> Thanks a lot :)
>>
>> JIng
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>
>
--
Jing Su
PhD, Georgia Tech & Emory
[-- Attachment #1.2: Type: text/html, Size: 2618 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Can drawers be embedded in org-mode?
2008-12-15 7:25 ` Jing Su
@ 2008-12-15 9:25 ` Carsten Dominik
0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2008-12-15 9:25 UTC (permalink / raw)
To: Jing Su; +Cc: emacs-orgmode
--Apple-Mail-1--229672533
Content-Type: text/plain;
charset=US-ASCII;
format=flowed;
delsp=yes
Content-Transfer-Encoding: 7bit
Hi Jing,
No, this is not likely to be implemented.
- Carsten
On Dec 15, 2008, at 8:25 AM, Jing Su wrote:
> Thanks a lot, Carsten, I'm currently using your method.
>
> I was wondering if nest drawers would be a good idea in later
> versions of org-mode.
>
> Best,
>
> Jing
>
>
> On Thu, Dec 4, 2008 at 3:02 AM, Carsten Dominik <dominik@science.uva.nl
> > wrote:
> Hi Jing Su,
>
> Org-mode does not allow to nest drawers. I guess you would simple
> use outline structure for whay rou are tyring to do:
>
>
> * Topic I
> ** Refs
> *** ref A
> **** Abstract
> blah blha
>
> *** ref B
> **** Abstract
> blah blha
>
> HTH
>
> - Carsten
>
>
> On Dec 3, 2008, at 11:50 PM, Jing Su wrote:
>
> Hi there :)
>
> I tried embedded drawers but got weird results:
>
> I inputted:
>
> #+DRAWERS: REF ABSTRACT
>
> * Topic I
> :REF:
> - ref A
> :ABSTRACT:
> blah blha
> :END:
> - ref B
> :ABSTRACT:
> blah blha
> :END:
> :END:
>
> and used TAB key to fold/unfold it. I expected:
>
> * Topic I
> :REF:
> - ref A
> :ABSTRACT:...
> - ref B
> :ABSTRACT:...
> :END:
>
> and
>
> * Topic I
> :REF:...
>
> but found out the following:
>
> * Topic I
> :REF:...
> - ref B
> :ABSTRACT:...
> :END:
>
> am I wrong at some where, or org-mode just does not support embedded
> drawers yet? if it's not supported, is it already in the wishing list?
>
> Thanks a lot :)
>
> JIng
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
>
>
> --
> Jing Su
> PhD, Georgia Tech & Emory
>
--Apple-Mail-1--229672533
Content-Type: text/html;
charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
<html><body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space; "><div>Hi =
Jing,</div><div><br></div>No, this is not likely to be =
implemented.<div><br></div><div>- Carsten</div><div><br><div><div>On Dec =
15, 2008, at 8:25 AM, Jing Su wrote:</div><br =
class=3D"Apple-interchange-newline"><blockquote type=3D"cite">Thanks a =
lot, Carsten, I'm currently using your method. <br><br>I was wondering =
if nest drawers would be a good idea in later versions of org-mode. =
<br><br>Best, <br><br>Jing<br><br><br><div class=3D"gmail_quote">On Thu, =
Dec 4, 2008 at 3:02 AM, Carsten Dominik <span dir=3D"ltr"><<a =
href=3D"mailto:dominik@science.uva.nl">dominik@science.uva.nl</a>></span> =
wrote:<br> <blockquote class=3D"gmail_quote" style=3D"border-left: 1px =
solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: =
1ex;">Hi Jing Su,<br> <br> Org-mode does not allow to nest drawers. =
I guess you would simple use outline structure for whay rou are =
tyring to do:<br> <br> <br> * Topic I<br> ** Refs<br> *** ref A<br> **** =
Abstract<br> blah blha<br> <br> *** ref B<br> **** =
Abstract<br> blah blha<br> <br> HTH<br> <br> - =
Carsten<div><div></div><div class=3D"Wj3C7c"><br> <br> On Dec 3, 2008, =
at 11:50 PM, Jing Su wrote:<br> <br> </div></div><blockquote =
class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, =
204); margin: 0pt 0pt 0pt 0.8ex; padding-left: =
1ex;"><div><div></div><div class=3D"Wj3C7c"> Hi there :)<br> <br> I =
tried embedded drawers but got weird results:<br> <br> I inputted:<br> =
<br> #+DRAWERS: REF ABSTRACT<br> <br> * Topic I<br> =
:REF:<br> - ref A<br> :ABSTRACT:<br> =
blah blha<br> :END:<br> - ref B<br> =
:ABSTRACT:<br> blah blha<br> =
:END:<br> :END:<br> <br> and used TAB key to fold/unfold it. I =
expected:<br> <br> * Topic I<br> :REF:<br> - ref A<br> =
:ABSTRACT:...<br> - ref B<br> =
:ABSTRACT:...<br> :END:<br> <br> and<br> <br> * Topic I<br> =
:REF:...<br> <br> but found out the following:<br> <br> * Topic =
I<br> :REF:...<br> - ref B<br> =
:ABSTRACT:...<br> :END:<br> <br> am I wrong at some where, =
or org-mode just does not support embedded drawers yet? if it's not =
supported, is it already in the wishing list?<br> <br> Thanks a lot =
:)<br> <br> JIng<br> <br></div></div> =
_______________________________________________<br> Emacs-orgmode =
mailing list<br> Remember: use `Reply All' to send replies to the =
list.<br> <a href=3D"mailto:Emacs-orgmode@gnu.org" =
target=3D"_blank">Emacs-orgmode@gnu.org</a><br> <a =
href=3D"http://lists.gnu.org/mailman/listinfo/emacs-orgmode" =
target=3D"_blank">http://lists.gnu.org/mailman/listinfo/emacs-orgmode</a><=
br> </blockquote> <br> </blockquote></div><br><br clear=3D"all"><br>-- =
<br>Jing Su<br>PhD, Georgia Tech & =
Emory<br><br></blockquote></div><br></div></body></html>=
--Apple-Mail-1--229672533--
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-12-15 9:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-03 22:50 Can drawers be embedded in org-mode? Jing Su
2008-12-04 8:02 ` Carsten Dominik
2008-12-15 7:25 ` Jing Su
2008-12-15 9:25 ` Carsten Dominik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).