[Orgmode] mtty bug?

2008-07-12 Thread anhnmncb
egards, 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

[Orgmode] column view can't display correctly when add (org-agenda-to-appt) into .emacs

2008-07-14 Thread anhnmncb
.cn/i8054 <= emacs client -- 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

[Orgmode] Re: column view can't display correctly when add (org-agenda-to-appt) into .emacs

2008-07-16 Thread anhnmncb
Carsten Dominik <[EMAIL PROTECTED]> writes: > I have not idea what might be causing this. > > - Carsten > > On Jul 14, 2008, at 9:05 PM, anhnmncb wrote: > >> Is it a bug of org-mode? When enabled (org-agenda-to-appt) in .emacs, >> when I use the colum view in

[Orgmode] Passing an option to org-file-apps?

2008-07-16 Thread anhnmncb
automatically open that page for me? Something like this: [[file:~/doc/foo.pdf 25]] So org will invoke xpdf in this way: xpdf ~/doc/foo.pdf 25. -- Regards, anhnmncb gpg key: 44A31344 ___ Emacs-orgmode mailing list Remember: use `Reply All' to

[Orgmode] Re: column view can't display correctly when add (org-agenda-to-appt) into .emacs

2008-07-16 Thread anhnmncb
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi, > > Also this should not be a problem. org-agenda-to-appt is defined in > org-agenda.el, which is also loading org.el. > > - Carsten >> On Jul 16, 2008, at 7:11 PM, anhnmncb wrote: >> >> I forgot

[Orgmode] Re: column view can't display correctly when add (org-agenda-to-appt) into .emacs

2008-07-17 Thread anhnmncb
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi, > > Also this should not be a problem. org-agenda-to-appt is defined in > org-agenda.el, which is also loading org.el. > > On Jul 16, 2008, at 7:11 PM, anhnmncb wrote: > >> Carsten Dominik <[EMAIL PROTECTED]&

[Orgmode] How to convert org file to such a plain text

2008-07-24 Thread anhnmncb
I want to export org to plan text, which pattern is: |level 1 |level 2 |- item |level 3 instead of |* level 1 |** level 2 |- item |*** level 3 -- Regards, anhnmncb gpg key: 44A31344

[Orgmode] Re: column view can't display correctly when add (org-agenda-to-appt) into .emacs

2008-07-24 Thread anhnmncb
anhnmncb <[EMAIL PROTECTED]> writes: > Is it a bug of org-mode? When enabled (org-agenda-to-appt) in .emacs, > when I use the colum view in client, every column got too long to show, > but in emacs server, display is ok. > screenshot is here: >http://past

[Orgmode] Re: column view can't display correctly when add (org-agenda-to-appt) into .emacs

2008-07-24 Thread anhnmncb
Carsten Dominik <[EMAIL PROTECTED]> writes: > Thanks for this information. A recent CVS of Emacs? of Ubuntu? of Org? I meant emacs from cvs: GNU Emacs 23.0.60.1 (i686-pc-linux-gnu) of 2008-07-25 on gentoo > On Jul 24, 2008, at 4:56 PM, anhnmncb wrote: > >> anhnmncb <[

[Orgmode] Re: How to convert org file to such a plain text

2008-07-25 Thread anhnmncb
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: > -

[Orgmode] Re: How to convert org file to such a plain text

2008-07-26 Thread anhnmncb
"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,

[Orgmode] Re: How to convert org file to such a plain text

2008-07-29 Thread anhnmncb
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? >

[Orgmode] Re: How to convert org file to such a plain text

2008-08-04 Thread anhnmncb
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 Cars

[Orgmode] Re: How to convert org file to such a plain text

2008-08-05 Thread anhnmncb
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 <[EMAIL PROTECTED]> wro

[Orgmode] Re: How to convert org file to such a plain text

2008-08-05 Thread anhnmncb
"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)) >

[Orgmode] Re: Passing an option to org-file-apps?

2008-09-11 Thread anhnmncb
ng 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 `Re

[Orgmode] Re: Passing an option to org-file-apps?

2008-09-12 Thread anhnmncb
[EMAIL PROTECTED] (Jason F. McBrayer) writes: > anhnmncb <[EMAIL PROTECTED]> writes: > >> Daniel Clemente <[EMAIL PROTECTED]> writes: >> >>> Hi, >>> >>>> Something like this: >>>> [[file:~/doc/foo.pdf 25]] >>>&g

[Orgmode] After moved diary Sexp Diary Entries to org file...

2008-10-15 Thread anhnmncb
Pardon my English :) orgmode manual recommands readers to move diary entries to org file, but a little inconvient I find is that the entries can't not be marked in calendar any more. How to fix it? ___ Emacs-orgmode mailing list Remember: use `Reply A

[Orgmode] Re: After moved diary Sexp Diary Entries to org file...

2008-10-16 Thread anhnmncb
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi ANHNMNCB (if that is you name?), > > if you want days with entries to be marked in the calendar, don't move > your diary stuff. > > - Carsten > > On Oct 16, 2008, at 5:38 AM, anhnmncb wrote: Hmm, got it, that'

[Orgmode] Remove diary file when exit agenda.

2008-10-20 Thread anhnmncb
Agenda command `x' is to exit agenda, remove the agenda buffer and all buffers loaded by Emacs for the compilation of the agenda. I have set up org-agenda to include diary entry, but when I hit `x', the diary buffer isn't removed as expected, how to do it? __

[Orgmode] Is there a hood for quiting org-agent?

2008-10-26 Thread anhnmncb
I need it to kill diary buffer when quiting org-agent. ___ 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

[Orgmode] feature request: face lock for important thing.

2008-11-22 Thread anhnmncb
Sometimes I need to bold some item so it's more notiable, for example: * I need them to achieve it. - a table which contents some important *items*. Here, I need to bold the items so when I see the list, "items" will be more noticiable. ___ Emacs-or

[Orgmode] C-c C-o bug.

2008-11-22 Thread anhnmncb
`C-c C-o' opens link at point by browse-url-generic-program without browse-url-generic-args. My relevent setting is: (setq browse-url-generic-program "firefox.exe" browse-url-generic-args (list "-P" "portable" "-profile " (concat (getenv "emacs_dir") "/../../MozillaFirefox/Profiles/aujtho

[Orgmode] How to make a todo entry in plain text?

2008-11-22 Thread anhnmncb
For example: * TODO Things I need to do - [] get foo1, foo2, foo3. * TODO foo2 is got by this way - [] do thing 2 - [] ... ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gn

[Orgmode] Re: How to make a todo entry in plain text?

2008-11-22 Thread anhnmncb
Bernt Hansen <[EMAIL PROTECTED]> writes: > "Oliver Charles" <[EMAIL PROTECTED]> writes: > >> On Sat, Nov 22, 2008 at 11:29 PM, anhnmncb <[EMAIL PROTECTED]> wrote: >>> For example: >>> >>> * TODO Things I need to do >>>

[Orgmode] Re: C-c C-o bug.

2008-11-23 Thread anhnmncb
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi, I cannot reproduce this, my browser is called with the arguments. > > - Carsten > > On Nov 22, 2008, at 2:48 PM, anhnmncb wrote: > >> `C-c C-o' opens link at point by browse-url-generic-program without >> b

[Orgmode] let repeat events show just once in agendar?

2008-12-04 Thread anhnmncb
Agenda shows daily repeatly events everyday, it makes agendar mess, and let me hardly get notice the event that not repeatly. can I control it show the repeatly event just once? -- Regards, anhnmncb ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Re: let repeat events show just once in agendar?

2008-12-04 Thread anhnmncb
On 2008-12-04, Bernt Hansen wrote: > anhnmncb <[EMAIL PROTECTED]> writes: > >> Agenda shows daily repeatly events everyday, it makes agendar mess, and let >> me >> hardly get notice the event that not repeatly. can I control it show the >> repeatly event just

[Orgmode] Re: let repeat events show just once in agendar?

2008-12-04 Thread anhnmncb
On 2008-12-04, Matthew Lundin wrote: > anhnmncb <[EMAIL PROTECTED]> writes: > >> Agenda shows daily repeatly events everyday, it makes agendar mess, and let >> me >> hardly get notice the event that not repeatly. can I control it show the >> repeatly even

[Orgmode] Re: Is it possible to export html that remains the outline feature?

2008-12-17 Thread anhnmncb
Bastien (2008-12-17 12:21 +0100) wrote: > anhnmncb writes: > >> Hi, list, as title :) > > Yes! > > Check this: http://orgmode.org/worg/code/org-info-js/ Hello Bastien, my org version is Org-mode version 6.15a, do I still need something else? I have tried your

[Orgmode] Is it possible to export html that remains the outline feature?

2008-12-17 Thread anhnmncb
Hi, list, as title :) ___ 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

[Orgmode] Re: Is it possible to export html that remains the outline feature?

2008-12-17 Thread anhnmncb
On 2008-12-17, Bastien wrote: > anhnmncb writes: > >> Bastien (2008-12-17 12:21 +0100) wrote: >> >>> anhnmncb writes: >>> >>>> Hi, list, as title :) >>> >>> Yes! >>> >>> Check this: http://orgmode.org/worg/c

[Orgmode] Re: Is it possible to export html that remains the outline feature?

2008-12-18 Thread anhnmncb
Bastien (2008-12-17 12:21 +0100) wrote: > anhnmncb writes: > >> Hi, list, as title :) > > Yes! > > Check this: http://orgmode.org/worg/code/org-info-js/ Can I use it in all documents that have enabled outline mojor/minor mode and export to the target htmls that have

[Orgmode] Re: Is it possible to export html that remains the outline feature?

2008-12-18 Thread anhnmncb
Bastien (2008-12-18 11:18 +0100) wrote: > anhnmncb writes: > >>> Check this: http://orgmode.org/worg/code/org-info-js/ >> >> Can I use it in all documents that have enabled outline mojor/minor mode >> and export to the target htmls that have such abstra

[Orgmode] Re: Is it possible to export html that remains the outline feature?

2008-12-18 Thread anhnmncb
On 2008-12-18, Bastien wrote: > anhnmncb writes: > >> I mean I want this feature can be presented for all files that have >> enabled the outline mode when exporting file to html via Htmlize.el, no >> matter wheather are org files or other types. > > Then I don&#x

[Orgmode] Bug? Changing via agenda will lost undo info

2008-12-24 Thread anhnmncb
orgmode version: Org-mode version 6.16 -- Regards, anhnmncb ___ 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