* How to convert org file to such a plain text @ 2008-07-24 23:59 anhnmncb 2008-07-25 14:24 ` Carsten Dominik 0 siblings, 1 reply; 13+ messages in thread From: anhnmncb @ 2008-07-24 23:59 UTC (permalink / raw) To: emacs-orgmode I want to export org to plan text, which pattern is: -------------------- |level 1 |<tab>level 2 |<tab>- item |<tab><tab>level 3 -------------------- instead of -------------------- |* level 1 |** level 2 |<tab>- item |*** level 3 -------------------- -- Regards, anhnmncb gpg key: 44A31344 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: How to convert org file to such a plain text 2008-07-24 23:59 How to convert org file to such a plain text anhnmncb @ 2008-07-25 14:24 ` Carsten Dominik 2008-07-25 18:47 ` anhnmncb 0 siblings, 1 reply; 13+ messages in thread From: Carsten Dominik @ 2008-07-25 14:24 UTC (permalink / raw) To: anhnmncb; +Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 665 bytes --] We do not have an exporter that can do this right now. - Carsten On Jul 24, 2008, at 4:59 PM, anhnmncb wrote: > I want to export org to plan text, which pattern is: > -------------------- > |level 1 > |<tab>level 2 > |<tab>- item > |<tab><tab>level 3 > -------------------- > instead of > -------------------- > |* level 1 > |** level 2 > |<tab>- item > |*** level 3 > -------------------- > -- > Regards, > > anhnmncb > gpg key: 44A31344 > > > > _______________________________________________ > 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 [-- Attachment #1.2: Type: text/html, Size: 1030 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] 13+ messages in thread
* Re: How to convert org file to such a plain text 2008-07-25 14:24 ` Carsten Dominik @ 2008-07-25 18:47 ` anhnmncb 2008-07-26 15:43 ` Hugo Schmitt 0 siblings, 1 reply; 13+ messages in thread From: anhnmncb @ 2008-07-25 18:47 UTC (permalink / raw) To: emacs-orgmode Carsten Dominik <dominik@uva.nl> writes: > We do not have an exporter that can do this right now. > > - Carsten Will it come in furture? > > On Jul 24, 2008, at 4:59 PM, anhnmncb wrote: > > I want to export org to plan text, which pattern is: > -------------------- > |level 1 > |<tab>level 2 > |<tab>- item > |<tab><tab>level 3 > -------------------- > instead of > -------------------- > |* level 1 > |** level 2 > |<tab>- item > |*** level 3 > -------------------- > -- > Regards, > > anhnmncb > gpg key: 44A31344 > > _______________________________________________ > 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 > > _______________________________________________ > 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 -- Regards, anhnmncb gpg key: 44A31344 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Re: How to convert org file to such a plain text 2008-07-25 18:47 ` anhnmncb @ 2008-07-26 15:43 ` Hugo Schmitt 2008-07-26 16:52 ` anhnmncb 0 siblings, 1 reply; 13+ messages in thread From: Hugo Schmitt @ 2008-07-26 15:43 UTC (permalink / raw) To: anhnmncb; +Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 1554 bytes --] What are the odds that Carsten has plans to export to a format *you* just invented? On Fri, Jul 25, 2008 at 3:47 PM, anhnmncb <anhnmncb@gmail.com> wrote: > Carsten Dominik <dominik@uva.nl> writes: > > > We do not have an exporter that can do this right now. > > > > - Carsten > Will it come in furture? > > > > On Jul 24, 2008, at 4:59 PM, anhnmncb wrote: > > > > I want to export org to plan text, which pattern is: > > -------------------- > > |level 1 > > |<tab>level 2 > > |<tab>- item > > |<tab><tab>level 3 > > -------------------- > > instead of > > -------------------- > > |* level 1 > > |** level 2 > > |<tab>- item > > |*** level 3 > > -------------------- > > -- > > Regards, > > > > anhnmncb > > gpg key: 44A31344 > > > > _______________________________________________ > > 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 > > > > _______________________________________________ > > 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 > > -- > Regards, > > anhnmncb > gpg key: 44A31344 > > > > _______________________________________________ > 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 > [-- Attachment #1.2: Type: text/html, Size: 2837 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] 13+ messages in thread
* Re: How to convert org file to such a plain text 2008-07-26 15:43 ` Hugo Schmitt @ 2008-07-26 16:52 ` anhnmncb 2008-07-28 17:40 ` Carsten Dominik 0 siblings, 1 reply; 13+ messages in thread From: anhnmncb @ 2008-07-26 16:52 UTC (permalink / raw) To: emacs-orgmode "Hugo Schmitt" <hugows@gmail.com> writes: > What are the odds that Carsten has plans to export to a format *you* just invented? Oh, my pda app projekt can import this format of file, but if all of you think it's no use, nervermind. > > On Fri, Jul 25, 2008 at 3:47 PM, anhnmncb <anhnmncb@gmail.com> wrote: > > Carsten Dominik <dominik@uva.nl> writes: > > > We do not have an exporter that can do this right now. > > > > - Carsten > Will it come in furture? > > > > On Jul 24, 2008, at 4:59 PM, anhnmncb wrote: > > > > I want to export org to plan text, which pattern is: > > -------------------- > > |level 1 > > |<tab>level 2 > > |<tab>- item > > |<tab><tab>level 3 > > -------------------- > > instead of > > -------------------- > > |* level 1 > > |** level 2 > > |<tab>- item > > |*** level 3 > > -------------------- > > -- > > Regards, > > > > anhnmncb > > gpg key: 44A31344 > > > > _______________________________________________ > > 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 > > > > _______________________________________________ > > 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 > > -- > Regards, > > anhnmncb > gpg key: 44A31344 > > _______________________________________________ > 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 > > _______________________________________________ > 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 -- Regards, anhnmncb gpg key: 44A31344 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Re: How to convert org file to such a plain text 2008-07-26 16:52 ` anhnmncb @ 2008-07-28 17:40 ` Carsten Dominik 2008-07-30 5:06 ` anhnmncb 0 siblings, 1 reply; 13+ messages in thread From: Carsten Dominik @ 2008-07-28 17:40 UTC (permalink / raw) To: anhnmncb; +Cc: emacs-orgmode On Jul 26, 2008, at 9:52 AM, anhnmncb wrote: > "Hugo Schmitt" <hugows@gmail.com> writes: > >> What are the odds that Carsten has plans to export to a format >> *you* just invented? > Oh, my pda app projekt can import this format of file, but if all of > you > think it's no use, nervermind. Hey, why the huff? The point is, you have not given us any chance at all to think it might be of any use! Here is the thing: This is an open source project, everyone who is in it, is in there for the fun of it and in his/her free time. So how to trigger other people to do work for you? Here is what triggers me: 1. BUGS Bugs are like a bad itch, and its very hard for me to not keep scratching until they are gone. 2. Logical gaps in the Org-mode framework If an idea or feature fits obviously into what Org should do, so obvious that once you hear it, you can't say why you have not thought about it before. 3. Interesting ideas and feature requests that do make sense in the Org-mode framework. For this the proposer needs to take the time and energy to make a good case for it. Why is this interesting and useful for me, why for others, how can it be used and configured? 4. Cool stuff I want Org-mode to be the coolest thing out there, and cool ideas can occasionally trigger me to implement them even if their usefulness is not yet clear or well established. 5. Requests from people who have shown their interest in Org-mode over a longer period and have contributed in one way or another. I will be more inclined to listen to ideas from those people, even if something is badly explained or does not make sense to me immediately. Let me make an example: Had you come and explained that you are writing a really cool PDA application that will finally allow two-way synching between Org-mode and a PDA, and that you will make this program freely available to everyone, and that you need a certain input format to make sure that entries can be identified in a unique way, you would very likely have your exporter by now. Hope this makes things clearer. Happy hacking! - Carsten > >> >> On Fri, Jul 25, 2008 at 3:47 PM, anhnmncb <anhnmncb@gmail.com> wrote: >> >> Carsten Dominik <dominik@uva.nl> writes: >> >>> We do not have an exporter that can do this right now. >>> >>> - Carsten >> Will it come in furture? >>> >>> On Jul 24, 2008, at 4:59 PM, anhnmncb wrote: >>> >>> I want to export org to plan text, which pattern is: >>> -------------------- >>> |level 1 >>> |<tab>level 2 >>> |<tab>- item >>> |<tab><tab>level 3 >>> -------------------- >>> instead of >>> -------------------- >>> |* level 1 >>> |** level 2 >>> |<tab>- item >>> |*** level 3 >>> -------------------- >>> -- >>> Regards, >>> >>> anhnmncb >>> gpg key: 44A31344 >>> >>> _______________________________________________ >>> 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 >>> >>> _______________________________________________ >>> 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 >> >> -- >> Regards, >> >> anhnmncb >> gpg key: 44A31344 >> >> _______________________________________________ >> 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 >> >> _______________________________________________ >> 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 > > -- > Regards, > > anhnmncb > gpg key: 44A31344 > > > > _______________________________________________ > 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] 13+ messages in thread
* Re: How to convert org file to such a plain text 2008-07-28 17:40 ` Carsten Dominik @ 2008-07-30 5:06 ` anhnmncb 2008-08-04 17:39 ` anhnmncb 0 siblings, 1 reply; 13+ messages in thread From: anhnmncb @ 2008-07-30 5:06 UTC (permalink / raw) To: emacs-orgmode Carsten Dominik <dominik@science.uva.nl> writes: > On Jul 26, 2008, at 9:52 AM, anhnmncb wrote: > >> "Hugo Schmitt" <hugows@gmail.com> writes: >> >>> What are the odds that Carsten has plans to export to a format >>> *you* just invented? >> Oh, my pda app projekt can import this format of file, but if all of >> you >> think it's no use, nervermind. > > Hey, why the huff? > > The point is, you have not given us any chance at all to > think it might be of any use! > > Here is the thing: This is an open source project, everyone > who is in it, is in there for the fun of it and in his/her > free time. So how to trigger other people to do work for you? > Here is what triggers me: > > 1. BUGS > Bugs are like a bad itch, and its very hard for me to not > keep scratching until they are gone. > > 2. Logical gaps in the Org-mode framework > If an idea or feature fits obviously into what Org should do, > so obvious that once you hear it, you can't say why you > have not thought about it before. > > 3. Interesting ideas and feature requests that do make sense > in the Org-mode framework. > For this the proposer needs to take the time and energy to > make a good case for it. Why is this interesting and > useful for me, why for others, how can it be used > and configured? > > 4. Cool stuff > I want Org-mode to be the coolest thing out there, and cool > ideas can occasionally trigger me to implement them even > if their usefulness is not yet clear or well established. > > 5. Requests from people who have shown their interest in Org-mode > over a longer period and have contributed in one way or another. > I will be more inclined to listen to ideas from those people, > even if something is badly explained or does not make sense to > me immediately. > > Let me make an example: Had you come and explained that you are > writing a really cool PDA application that will finally allow > two-way synching between Org-mode and a PDA, and that you will make > this program freely available to everyone, and that you need a > certain input format to make sure that entries can be identified > in a unique way, you would very likely have your exporter by now. > > Hope this makes things clearer. > > Happy hacking! > > - Carsten > Sorry for delay, I can't reach the app website[1] right now, when it can, I will provide the relavent information. [1] http://www.kylom.com/ >> >>> >>> On Fri, Jul 25, 2008 at 3:47 PM, anhnmncb <anhnmncb@gmail.com> wrote: >>> >>> Carsten Dominik <dominik@uva.nl> writes: >>> >>>> We do not have an exporter that can do this right now. >>>> >>>> - Carsten >>> Will it come in furture? >>>> >>>> On Jul 24, 2008, at 4:59 PM, anhnmncb wrote: >>>> >>>> I want to export org to plan text, which pattern is: >>>> -------------------- >>>> |level 1 >>>> |<tab>level 2 >>>> |<tab>- item >>>> |<tab><tab>level 3 >>>> -------------------- >>>> instead of >>>> -------------------- >>>> |* level 1 >>>> |** level 2 >>>> |<tab>- item >>>> |*** level 3 >>>> -------------------- >>>> -- >>>> Regards, >>>> >>>> anhnmncb >>>> gpg key: 44A31344 >>>> >>>> _______________________________________________ >>>> 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 >>>> >>>> _______________________________________________ >>>> 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 >>> >>> -- >>> Regards, >>> >>> anhnmncb >>> gpg key: 44A31344 >>> >>> _______________________________________________ >>> 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 >>> >>> _______________________________________________ >>> 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 >> >> -- >> Regards, >> >> anhnmncb >> gpg key: 44A31344 >> >> >> >> _______________________________________________ >> 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 > > > > _______________________________________________ > 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 > -- Regards, anhnmncb gpg key: 44A31344 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: How to convert org file to such a plain text 2008-07-30 5:06 ` anhnmncb @ 2008-08-04 17:39 ` anhnmncb 2008-08-04 21:21 ` Peter Jones 2008-08-05 1:43 ` Eddward DeVilla 0 siblings, 2 replies; 13+ messages in thread From: anhnmncb @ 2008-08-04 17:39 UTC (permalink / raw) To: emacs-orgmode anhnmncb <anhnmncb@gmail.com> writes: > Carsten Dominik <dominik@science.uva.nl> writes: > >> On Jul 26, 2008, at 9:52 AM, anhnmncb wrote: >> >>> "Hugo Schmitt" <hugows@gmail.com> writes: >>> >>>> What are the odds that Carsten has plans to export to a format >>>> *you* just invented? >>> Oh, my pda app projekt can import this format of file, but if all of >>> you >>> think it's no use, nervermind. >> >> Hey, why the huff? >> >> The point is, you have not given us any chance at all to >> think it might be of any use! >> >> - Carsten >> > Sorry for delay, I can't reach the app website[1] right now, when it > can, I will provide the relavent information. > > [1] http://www.kylom.com/ Sorry, I can't find more useful info, the app just says it can import the txt file which has different level of indents. So I think replace star(*) with <tab> is enough. Such like this: Org file --> txt file -------------------- -------------------- |* level 1 |level 1 |** level 2 --> |<tab>level 2 |<tab>- item |<tab>- item |*** level 3 |<tab><tab>level 3 -------------------- -------------------- I'm not a programmer, so if my request is stupid and easy to achieve by any other way, please let me know. > >>> >>>> >>>> On Fri, Jul 25, 2008 at 3:47 PM, anhnmncb <anhnmncb@gmail.com> wrote: >>>> >>>> Carsten Dominik <dominik@uva.nl> writes: >>>> >>>>> We do not have an exporter that can do this right now. >>>>> >>>>> - Carsten >>>> Will it come in furture? >>>>> >>>>> On Jul 24, 2008, at 4:59 PM, anhnmncb wrote: >>>>> >>>>> I want to export org to plan text, which pattern is: >>>>> -------------------- >>>>> |level 1 >>>>> |<tab>level 2 >>>>> |<tab>- item >>>>> |<tab><tab>level 3 >>>>> -------------------- >>>>> instead of >>>>> -------------------- >>>>> |* level 1 >>>>> |** level 2 >>>>> |<tab>- item >>>>> |*** level 3 >>>>> -------------------- >>>>> -- >>>>> Regards, >>>>> >>>>> anhnmncb >>>>> gpg key: 44A31344 >>>>> >>>>> _______________________________________________ >>>>> 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 >>>>> >>>>> _______________________________________________ >>>>> 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 >>>> >>>> -- >>>> Regards, >>>> >>>> anhnmncb >>>> gpg key: 44A31344 >>>> >>>> _______________________________________________ >>>> 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 >>>> >>>> _______________________________________________ >>>> 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 >>> >>> -- >>> Regards, >>> >>> anhnmncb >>> gpg key: 44A31344 >>> >>> >>> >>> _______________________________________________ >>> 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 >> >> >> >> _______________________________________________ >> 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 >> -- Regards, anhnmncb gpg key: 44A31344 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: How to convert org file to such a plain text 2008-08-04 17:39 ` anhnmncb @ 2008-08-04 21:21 ` Peter Jones 2008-08-05 1:43 ` Eddward DeVilla 1 sibling, 0 replies; 13+ messages in thread From: Peter Jones @ 2008-08-04 21:21 UTC (permalink / raw) To: emacs-orgmode anhnmncb <anhnmncb@gmail.com> writes: > Sorry, I can't find more useful info, the app just says it can import > the txt file which has different level of indents. So I think replace > star(*) with <tab> is enough. Such like this: > > Org file --> txt file > -------------------- -------------------- > |* level 1 |level 1 > |** level 2 --> |<tab>level 2 > |<tab>- item |<tab>- item > |*** level 3 |<tab><tab>level 3 > -------------------- -------------------- > > I'm not a programmer, so if my request is stupid and easy to achieve by > any other way, please let me know. For the time being, it might make sense to create a keyboard macro that exports to ASCII, and then replaces stars with tabs. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Re: How to convert org file to such a plain text 2008-08-04 17:39 ` anhnmncb 2008-08-04 21:21 ` Peter Jones @ 2008-08-05 1:43 ` Eddward DeVilla 2008-08-05 11:28 ` Hugo Schmitt 2008-08-05 16:18 ` anhnmncb 1 sibling, 2 replies; 13+ messages in thread From: Eddward DeVilla @ 2008-08-05 1:43 UTC (permalink / raw) To: anhnmncb; +Cc: emacs-orgmode I don't know if you use perl at all. My first guess is: perl -pe's/^(\*+)(\s+.*)$/("\t"x length$1).$2/e' < TODO.org > TODO.txt Having tried it on a live file, I don't think the results are very pleasing Replacing a single character '*' with a tab creates a formatting mess with any other text in the file. Edd On Mon, Aug 4, 2008 at 12:39 PM, anhnmncb <anhnmncb@gmail.com> wrote: > anhnmncb <anhnmncb@gmail.com> writes: > >> Carsten Dominik <dominik@science.uva.nl> writes: >> >>> On Jul 26, 2008, at 9:52 AM, anhnmncb wrote: >>> >>>> "Hugo Schmitt" <hugows@gmail.com> writes: >>>> >>>>> What are the odds that Carsten has plans to export to a format >>>>> *you* just invented? >>>> Oh, my pda app projekt can import this format of file, but if all of >>>> you >>>> think it's no use, nervermind. >>> >>> Hey, why the huff? >>> >>> The point is, you have not given us any chance at all to >>> think it might be of any use! >>> >>> - Carsten >>> >> Sorry for delay, I can't reach the app website[1] right now, when it >> can, I will provide the relavent information. >> >> [1] http://www.kylom.com/ > > Sorry, I can't find more useful info, the app just says it can import > the txt file which has different level of indents. So I think replace > star(*) with <tab> is enough. Such like this: > > Org file --> txt file > -------------------- -------------------- > |* level 1 |level 1 > |** level 2 --> |<tab>level 2 > |<tab>- item |<tab>- item > |*** level 3 |<tab><tab>level 3 > -------------------- -------------------- > > I'm not a programmer, so if my request is stupid and easy to achieve by > any other way, please let me know. > >> >>>> >>>>> >>>>> On Fri, Jul 25, 2008 at 3:47 PM, anhnmncb <anhnmncb@gmail.com> wrote: >>>>> >>>>> Carsten Dominik <dominik@uva.nl> writes: >>>>> >>>>>> We do not have an exporter that can do this right now. >>>>>> >>>>>> - Carsten >>>>> Will it come in furture? >>>>>> >>>>>> On Jul 24, 2008, at 4:59 PM, anhnmncb wrote: >>>>>> >>>>>> I want to export org to plan text, which pattern is: >>>>>> -------------------- >>>>>> |level 1 >>>>>> |<tab>level 2 >>>>>> |<tab>- item >>>>>> |<tab><tab>level 3 >>>>>> -------------------- >>>>>> instead of >>>>>> -------------------- >>>>>> |* level 1 >>>>>> |** level 2 >>>>>> |<tab>- item >>>>>> |*** level 3 >>>>>> -------------------- >>>>>> -- >>>>>> Regards, >>>>>> >>>>>> anhnmncb >>>>>> gpg key: 44A31344 >>>>>> >>>>>> _______________________________________________ >>>>>> 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 >>>>>> >>>>>> _______________________________________________ >>>>>> 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 >>>>> >>>>> -- >>>>> Regards, >>>>> >>>>> anhnmncb >>>>> gpg key: 44A31344 >>>>> >>>>> _______________________________________________ >>>>> 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 >>>>> >>>>> _______________________________________________ >>>>> 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 >>>> >>>> -- >>>> Regards, >>>> >>>> anhnmncb >>>> gpg key: 44A31344 >>>> >>>> >>>> >>>> _______________________________________________ >>>> 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 >>> >>> >>> >>> _______________________________________________ >>> 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 >>> > > -- > Regards, > > anhnmncb > gpg key: 44A31344 > > > > _______________________________________________ > 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] 13+ messages in thread
* Re: Re: How to convert org file to such a plain text 2008-08-05 1:43 ` Eddward DeVilla @ 2008-08-05 11:28 ` Hugo Schmitt 2008-08-05 16:19 ` anhnmncb 2008-08-05 16:18 ` anhnmncb 1 sibling, 1 reply; 13+ messages in thread From: Hugo Schmitt @ 2008-08-05 11:28 UTC (permalink / raw) To: Eddward DeVilla; +Cc: emacs-orgmode, anhnmncb [-- Attachment #1.1: Type: text/plain, Size: 5805 bytes --] anhnmncb, this helps you? (defun org-to-anhnmncb () (interactive) (goto-char (point-min)) (let ((curlevel 0)) (while (< (point) (point-max)) (goto-char (point-at-bol)) (cond ((looking-at "\\(\\*+\\)\\s-*") (setq curlevel (1- (length (match-string 1)))) (replace-match (make-string curlevel ?\t))) ((looking-at "\\s-*") (replace-match (concat (make-string curlevel ?\t) "- ")))) (forward-line 1)))) my test was this: * level1 item ** level2 item item *** level3 item item ** level2 again item item which gets converted into: level1 - item level2 - item - item level3 - item - item level2 again - item - item hope this helps, hugo On Mon, Aug 4, 2008 at 10:43 PM, Eddward DeVilla <eddward@gmail.com> wrote: > I don't know if you use perl at all. My first guess is: > > perl -pe's/^(\*+)(\s+.*)$/("\t"x length$1).$2/e' < TODO.org > TODO.txt > > Having tried it on a live file, I don't think the results are very > pleasing Replacing a single character '*' with a tab creates a > formatting mess with any other text in the file. > > Edd > > On Mon, Aug 4, 2008 at 12:39 PM, anhnmncb <anhnmncb@gmail.com> wrote: > > anhnmncb <anhnmncb@gmail.com> writes: > > > >> Carsten Dominik <dominik@science.uva.nl> writes: > >> > >>> On Jul 26, 2008, at 9:52 AM, anhnmncb wrote: > >>> > >>>> "Hugo Schmitt" <hugows@gmail.com> writes: > >>>> > >>>>> What are the odds that Carsten has plans to export to a format > >>>>> *you* just invented? > >>>> Oh, my pda app projekt can import this format of file, but if all of > >>>> you > >>>> think it's no use, nervermind. > >>> > >>> Hey, why the huff? > >>> > >>> The point is, you have not given us any chance at all to > >>> think it might be of any use! > >>> > >>> - Carsten > >>> > >> Sorry for delay, I can't reach the app website[1] right now, when it > >> can, I will provide the relavent information. > >> > >> [1] http://www.kylom.com/ > > > > Sorry, I can't find more useful info, the app just says it can import > > the txt file which has different level of indents. So I think replace > > star(*) with <tab> is enough. Such like this: > > > > Org file --> txt file > > -------------------- -------------------- > > |* level 1 |level 1 > > |** level 2 --> |<tab>level 2 > > |<tab>- item |<tab>- item > > |*** level 3 |<tab><tab>level 3 > > -------------------- -------------------- > > > > I'm not a programmer, so if my request is stupid and easy to achieve by > > any other way, please let me know. > > > >> > >>>> > >>>>> > >>>>> On Fri, Jul 25, 2008 at 3:47 PM, anhnmncb <anhnmncb@gmail.com> > wrote: > >>>>> > >>>>> Carsten Dominik <dominik@uva.nl> writes: > >>>>> > >>>>>> We do not have an exporter that can do this right now. > >>>>>> > >>>>>> - Carsten > >>>>> Will it come in furture? > >>>>>> > >>>>>> On Jul 24, 2008, at 4:59 PM, anhnmncb wrote: > >>>>>> > >>>>>> I want to export org to plan text, which pattern is: > >>>>>> -------------------- > >>>>>> |level 1 > >>>>>> |<tab>level 2 > >>>>>> |<tab>- item > >>>>>> |<tab><tab>level 3 > >>>>>> -------------------- > >>>>>> instead of > >>>>>> -------------------- > >>>>>> |* level 1 > >>>>>> |** level 2 > >>>>>> |<tab>- item > >>>>>> |*** level 3 > >>>>>> -------------------- > >>>>>> -- > >>>>>> Regards, > >>>>>> > >>>>>> anhnmncb > >>>>>> gpg key: 44A31344 > >>>>>> > >>>>>> _______________________________________________ > >>>>>> 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 > >>>>>> > >>>>>> _______________________________________________ > >>>>>> 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 > >>>>> > >>>>> -- > >>>>> Regards, > >>>>> > >>>>> anhnmncb > >>>>> gpg key: 44A31344 > >>>>> > >>>>> _______________________________________________ > >>>>> 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 > >>>>> > >>>>> _______________________________________________ > >>>>> 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 > >>>> > >>>> -- > >>>> Regards, > >>>> > >>>> anhnmncb > >>>> gpg key: 44A31344 > >>>> > >>>> > >>>> > >>>> _______________________________________________ > >>>> 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 > >>> > >>> > >>> > >>> _______________________________________________ > >>> 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 > >>> > > > > -- > > Regards, > > > > anhnmncb > > gpg key: 44A31344 > > > > > > > > _______________________________________________ > > 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 > > > > > _______________________________________________ > 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 > [-- Attachment #1.2: Type: text/html, Size: 10648 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] 13+ messages in thread
* Re: How to convert org file to such a plain text 2008-08-05 11:28 ` Hugo Schmitt @ 2008-08-05 16:19 ` anhnmncb 0 siblings, 0 replies; 13+ messages in thread From: anhnmncb @ 2008-08-05 16:19 UTC (permalink / raw) To: emacs-orgmode "Hugo Schmitt" <hugows@gmail.com> writes: > anhnmncb, this helps you? > > (defun org-to-anhnmncb () > (interactive) > (goto-char (point-min)) > (let ((curlevel 0)) > (while (< (point) (point-max)) > (goto-char (point-at-bol)) > (cond > ((looking-at "\\(\\*+\\)\\s-*") > (setq curlevel (1- (length (match-string 1)))) > (replace-match (make-string curlevel ?\t))) > ((looking-at "\\s-*") > (replace-match (concat (make-string curlevel ?\t) "- ")))) > (forward-line 1)))) > > my test was this: > > * level1 > item > ** level2 > item > item > *** level3 > item > item > ** level2 again > item > item > > which gets converted into: > > level1 > - item > level2 > - item > - item > level3 > - item > - item > level2 again > - item > - item > > hope this helps, > hugo Really great, it helps me a lot! Thank you! > > On Mon, Aug 4, 2008 at 10:43 PM, Eddward DeVilla <eddward@gmail.com> wrote: > > I don't know if you use perl at all. My first guess is: > > perl -pe's/^(\*+)(\s+.*)$/("\t"x length$1).$2/e' < TODO.org > TODO.txt > > Having tried it on a live file, I don't think the results are very > pleasing Replacing a single character '*' with a tab creates a > formatting mess with any other text in the file. > > Edd > > On Mon, Aug 4, 2008 at 12:39 PM, anhnmncb <anhnmncb@gmail.com> wrote: > > anhnmncb <anhnmncb@gmail.com> writes: > > > >> Carsten Dominik <dominik@science.uva.nl> writes: > >> > >>> On Jul 26, 2008, at 9:52 AM, anhnmncb wrote: > >>> > >>>> "Hugo Schmitt" <hugows@gmail.com> writes: > >>>> > >>>>> What are the odds that Carsten has plans to export to a format > >>>>> *you* just invented? > >>>> Oh, my pda app projekt can import this format of file, but if all of > >>>> you > >>>> think it's no use, nervermind. > >>> > >>> Hey, why the huff? > >>> > >>> The point is, you have not given us any chance at all to > >>> think it might be of any use! > >>> > >>> - Carsten > >>> > >> Sorry for delay, I can't reach the app website[1] right now, when it > >> can, I will provide the relavent information. > >> > >> [1] http://www.kylom.com/ > > > > Sorry, I can't find more useful info, the app just says it can import > > the txt file which has different level of indents. So I think replace > > star(*) with <tab> is enough. Such like this: > > > > Org file --> txt file > > -------------------- -------------------- > > |* level 1 |level 1 > > |** level 2 --> |<tab>level 2 > > |<tab>- item |<tab>- item > > |*** level 3 |<tab><tab>level 3 > > -------------------- -------------------- > > > > I'm not a programmer, so if my request is stupid and easy to achieve by > > any other way, please let me know. > > > >> > >>>> > >>>>> > >>>>> On Fri, Jul 25, 2008 at 3:47 PM, anhnmncb <anhnmncb@gmail.com> wrote: > >>>>> > >>>>> Carsten Dominik <dominik@uva.nl> writes: > >>>>> > >>>>>> We do not have an exporter that can do this right now. > >>>>>> > >>>>>> - Carsten > >>>>> Will it come in furture? > >>>>>> > >>>>>> On Jul 24, 2008, at 4:59 PM, anhnmncb wrote: > >>>>>> > >>>>>> I want to export org to plan text, which pattern is: > >>>>>> -------------------- > >>>>>> |level 1 > >>>>>> |<tab>level 2 > >>>>>> |<tab>- item > >>>>>> |<tab><tab>level 3 > >>>>>> -------------------- > >>>>>> instead of > >>>>>> -------------------- > >>>>>> |* level 1 > >>>>>> |** level 2 > >>>>>> |<tab>- item > >>>>>> |*** level 3 > >>>>>> -------------------- > >>>>>> -- > >>>>>> Regards, > >>>>>> > >>>>>> anhnmncb > >>>>>> gpg key: 44A31344 > >>>>>> > >>>>>> _______________________________________________ > >>>>>> 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 > >>>>>> > >>>>>> _______________________________________________ > >>>>>> 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 > >>>>> > >>>>> -- > >>>>> Regards, > >>>>> > >>>>> anhnmncb > >>>>> gpg key: 44A31344 > >>>>> > >>>>> _______________________________________________ > >>>>> 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 > >>>>> > >>>>> _______________________________________________ > >>>>> 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 > >>>> > >>>> -- > >>>> Regards, > >>>> > >>>> anhnmncb > >>>> gpg key: 44A31344 > >>>> > >>>> > >>>> > >>>> _______________________________________________ > >>>> 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 > >>> > >>> > >>> > >>> _______________________________________________ > >>> 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 > >>> > > > > -- > > Regards, > > > > anhnmncb > > gpg key: 44A31344 > > > > > > > > _______________________________________________ > > 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 > > > > _______________________________________________ > 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 > > _______________________________________________ > 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 -- Regards, anhnmncb gpg key: 44A31344 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: How to convert org file to such a plain text 2008-08-05 1:43 ` Eddward DeVilla 2008-08-05 11:28 ` Hugo Schmitt @ 2008-08-05 16:18 ` anhnmncb 1 sibling, 0 replies; 13+ messages in thread From: anhnmncb @ 2008-08-05 16:18 UTC (permalink / raw) To: emacs-orgmode "Eddward DeVilla" <eddward@gmail.com> writes: > I don't know if you use perl at all. My first guess is: > > perl -pe's/^(\*+)(\s+.*)$/("\t"x length$1).$2/e' < TODO.org > TODO.txt > > Having tried it on a live file, I don't think the results are very > pleasing Replacing a single character '*' with a tab creates a > formatting mess with any other text in the file. > > Edd Yes, it's a bit mess, thank you anyway. > > On Mon, Aug 4, 2008 at 12:39 PM, anhnmncb <anhnmncb@gmail.com> wrote: >> anhnmncb <anhnmncb@gmail.com> writes: >> >>> Carsten Dominik <dominik@science.uva.nl> writes: >>> >>>> On Jul 26, 2008, at 9:52 AM, anhnmncb wrote: >>>> >>>>> "Hugo Schmitt" <hugows@gmail.com> writes: >>>>> >>>>>> What are the odds that Carsten has plans to export to a format >>>>>> *you* just invented? >>>>> Oh, my pda app projekt can import this format of file, but if all of >>>>> you >>>>> think it's no use, nervermind. >>>> >>>> Hey, why the huff? >>>> >>>> The point is, you have not given us any chance at all to >>>> think it might be of any use! >>>> >>>> - Carsten >>>> >>> Sorry for delay, I can't reach the app website[1] right now, when it >>> can, I will provide the relavent information. >>> >>> [1] http://www.kylom.com/ >> >> Sorry, I can't find more useful info, the app just says it can import >> the txt file which has different level of indents. So I think replace >> star(*) with <tab> is enough. Such like this: >> >> Org file --> txt file >> -------------------- -------------------- >> |* level 1 |level 1 >> |** level 2 --> |<tab>level 2 >> |<tab>- item |<tab>- item >> |*** level 3 |<tab><tab>level 3 >> -------------------- -------------------- >> >> I'm not a programmer, so if my request is stupid and easy to achieve by >> any other way, please let me know. >> >>> >>>>> >>>>>> >>>>>> On Fri, Jul 25, 2008 at 3:47 PM, anhnmncb <anhnmncb@gmail.com> wrote: >>>>>> >>>>>> Carsten Dominik <dominik@uva.nl> writes: >>>>>> >>>>>>> We do not have an exporter that can do this right now. >>>>>>> >>>>>>> - Carsten >>>>>> Will it come in furture? >>>>>>> >>>>>>> On Jul 24, 2008, at 4:59 PM, anhnmncb wrote: >>>>>>> >>>>>>> I want to export org to plan text, which pattern is: >>>>>>> -------------------- >>>>>>> |level 1 >>>>>>> |<tab>level 2 >>>>>>> |<tab>- item >>>>>>> |<tab><tab>level 3 >>>>>>> -------------------- >>>>>>> instead of >>>>>>> -------------------- >>>>>>> |* level 1 >>>>>>> |** level 2 >>>>>>> |<tab>- item >>>>>>> |*** level 3 >>>>>>> -------------------- >>>>>>> -- >>>>>>> Regards, >>>>>>> >>>>>>> anhnmncb >>>>>>> gpg key: 44A31344 >>>>>>> >>>>>>> _______________________________________________ >>>>>>> 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 >>>>>>> >>>>>>> _______________________________________________ >>>>>>> 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 >>>>>> >>>>>> -- >>>>>> Regards, >>>>>> >>>>>> anhnmncb >>>>>> gpg key: 44A31344 >>>>>> >>>>>> _______________________________________________ >>>>>> 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 >>>>>> >>>>>> _______________________________________________ >>>>>> 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 >>>>> >>>>> -- >>>>> Regards, >>>>> >>>>> anhnmncb >>>>> gpg key: 44A31344 >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> 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 >>>> >>>> >>>> >>>> _______________________________________________ >>>> 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 >>>> >> >> -- >> Regards, >> >> anhnmncb >> gpg key: 44A31344 >> >> >> >> _______________________________________________ >> 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 >> > > > _______________________________________________ > 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 > -- Regards, anhnmncb gpg key: 44A31344 ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2008-08-05 16:20 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-07-24 23:59 How to convert org file to such a plain text anhnmncb 2008-07-25 14:24 ` Carsten Dominik 2008-07-25 18:47 ` anhnmncb 2008-07-26 15:43 ` Hugo Schmitt 2008-07-26 16:52 ` anhnmncb 2008-07-28 17:40 ` Carsten Dominik 2008-07-30 5:06 ` anhnmncb 2008-08-04 17:39 ` anhnmncb 2008-08-04 21:21 ` Peter Jones 2008-08-05 1:43 ` Eddward DeVilla 2008-08-05 11:28 ` Hugo Schmitt 2008-08-05 16:19 ` anhnmncb 2008-08-05 16:18 ` anhnmncb
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.