"Hugo Schmitt" <[EMAIL PROTECTED]> 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-*")
"Eddward DeVilla" <[EMAIL PROTECTED]> 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 '*
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
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 tex
anhnmncb <[EMAIL PROTECTED]> 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 is enough. Such like this:
>
> Org file --> txt file
> --
anhnmncb <[EMAIL PROTECTED]> writes:
> Carsten Dominik <[EMAIL PROTECTED]> writes:
>
>> On Jul 26, 2008, at 9:52 AM, anhnmncb wrote:
>>
>>> "Hugo Schmitt" <[EMAIL PROTECTED]> writes:
>>>
What are the odds that Carsten has plans to export to a format
*you* just invented?
>>> Oh, my pda ap
Carsten Dominik <[EMAIL PROTECTED]> writes:
> On Jul 26, 2008, at 9:52 AM, anhnmncb wrote:
>
>> "Hugo Schmitt" <[EMAIL PROTECTED]> 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
On Jul 26, 2008, at 9:52 AM, anhnmncb wrote:
"Hugo Schmitt" <[EMAIL PROTECTED]> 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 th
"Hugo Schmitt" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECT
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 <[EMAIL PROTECTED]> wrote:
> Carsten Dominik <[EMAIL PROTECTED]> writes:
>
> > We do not have an exporter that can do this right now.
> >
> > - Carsten
> Will it come in
Carsten Dominik <[EMAIL PROTECTED]> 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
>
11 matches
Mail list logo