[Orgmode] bug? no newline at beginning of file

2008-11-22 Thread Arun Persaud
Hi found a possible bug and a quick search in google didn't return any results, so I thought I send an email to the list (although I'm not subscribed), but I couldn't find any other place to report it. So here we go: My version of the emacs and org: GNU Emacs 22.2.1 (x86_64-suse-linux-gnu, GTK+

Re: [Orgmode] change maxlevel for agenda view

2008-11-22 Thread Carsten Dominik
Hi Flavio, I have answered your question here: http://orgmode.org/worg/org-customize.php HTH - Carsten On Nov 22, 2008, at 3:07 AM, Flávio de Souza wrote: Hi everybody! Here I am with another question... I started trying to use org-mode for logging my work. Basically a I have one org fil

[Orgmode] Re: change maxlevel for agenda view

2008-11-22 Thread Flávio de Souza
I don't have words!! What I can say... JUST PERFECT!! By the way Carsten, don't you ever sleep?? I am just kidding... thanks for the fast support. Awesome! I think the secret of org-mode is flexibility. It is a tool full of features, even if you don't find what you need you can easily customi

[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] [Patch] Fixes elisp links in org files

2008-11-22 Thread Christopher Suckling
Following elisp links in org files has been broken since commit 4954225ce37. This small patch fixes them. Best wishes, Christopher diff --git a/lisp/org.el b/lisp/org.el index 395..6d52dd9 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -6877,8 +6877,8 @@ application the system uses for this f

[Orgmode] Writing in Org Mode - line wrap and tables

2008-11-22 Thread Graham Smith
I am really enjoying Org Mode / Emacs but find the line wrap issue a bit irritating and wondering if I am missing an obvious solution. When I am just writing I use longlines mode, which is fine, but I also use a lot of tables, and the tables feature is great, but tables wrap unusably when longline

Re: [Orgmode] Writing in Org Mode - line wrap and tables

2008-11-22 Thread Eric Schulte
"Graham Smith" <[EMAIL PROTECTED]> writes: > I am really enjoying Org Mode / Emacs but find the line wrap issue a > bit irritating and wondering if I am missing an obvious solution. > > When I am just writing I use longlines mode, which is fine, but I also > use a lot of tables, and the tables fea

Re: [Orgmode] Writing in Org Mode - line wrap and tables

2008-11-22 Thread Graham Smith
Eric > Have you tried `auto-fill-mode'? I have now :-) Thanks this seems to do the job Graham ___ 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-org

[Orgmode] Agenda view logging time summary problem

2008-11-22 Thread Flávio de Souza
I 'd like to report a small problem. When I write a org file and put a header level 1 in the first line, then level 2 and 3 in second and third lines, like this: * Header 1 ** Header 2 *** Header 3 Then I log work time under "Header 3". If I go to agenda view and press S-R, the summary will lo

[Orgmode] Archiving according to the CLOSED timestamp

2008-11-22 Thread Samuel Wales
Is there a command that will archive all headlines that were CLOSED more than a certain number of days ago? I read the manual and every customizable variable, and looked at archiving and expiry. Thanks. -- Professional myalgic encephalomyelitis denialists are knowingly causing further suffering

[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

Re: [Orgmode] Archiving according to the CLOSED timestamp

2008-11-22 Thread Carsten Dominik
No, but it is straight forward to write such a function using the mapping API, described in appendix B6 in the manual. - Carsten On Nov 22, 2008, at 9:50 PM, Samuel Wales wrote: Is there a command that will archive all headlines that were CLOSED more than a certain number of days ago? I read

Re: [Orgmode] [Patch] Fixes elisp links in org files

2008-11-22 Thread Carsten Dominik
Indeed, thank you very much. Fixed, thanks. - Carsten On Nov 22, 2008, at 5:22 PM, Christopher Suckling wrote: Following elisp links in org files has been broken since commit 4954225ce37. This small patch fixes them. Best wishes, Christopher diff --git a/lisp/org.el b/lisp/org.el index

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

2008-11-22 Thread Oliver Charles
You haven't made your question very clear here... and I don't really understand what you're asking. On Sat, Nov 22, 2008 at 11:29 PM, anhnmncb <[EMAIL PROTECTED]> wrote: > For example: > > * TODO Things I need to do > - [] get foo1, foo2, foo3. > * TODO foo2 is got by this way > - [] do thing 2

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

2008-11-22 Thread Bernt Hansen
"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 >> - [] get foo1, foo2, foo3. >> * TODO foo2 is got by this way >> - [] do thing 2 >> - [] ... >> > You haven't made your questi

[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 >>> - [] get foo1, foo2, foo3. >>> * TODO foo2 is got by this way >>> - [] do th

[Orgmode] org-browse-url.el: Bookmark from a browser into org links

2008-11-22 Thread Ross Patterson
For some time now I've been wanting to put pages from FF into the org stored links where the page title is used as the description. I ran across org-annotation-helper.el but I don't use remember and didn't like it's approach of automatically inserting the link somewhere or popping up a buffer. I

Re: [Orgmode] Agenda view logging time summary problem

2008-11-22 Thread Carsten Dominik
Hi Flavio, I have fixed his issue - note however, that there are a few more occasions where Org does not seem to work perfectly when the first line is a headline. It is safer to avoid this, many people have a #+STARTUP line or so at the beginning. - Carsten On Nov 22, 2008, at 8:15 PM, Flávio

[Orgmode] Release 6.13

2008-11-22 Thread Carsten Dominik
Hi, I have released Org-mode 6.13. Enjoy! - Carsten Changes in Version 6.13 === Overview - Keybindings in Remember buffers can be configured - Support for ido completion - New face for date lines in agenda column view - Invisible targets become now

[Orgmode] Re: org-browse-url.el: Bookmark from a browser into org links

2008-11-22 Thread Ross Patterson
Ross Patterson <[EMAIL PROTECTED]> writes: > For some time now I've been wanting to put pages from FF into the org > stored links where the page title is used as the description. I ran > across org-annotation-helper.el but I don't use remember and didn't like > it's approach of automatically inse

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

2008-11-22 Thread Carsten Dominik
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 browse-url-generic-args. My relevent setting is: (setq browse-url-generic-program "firefox.exe"

[Orgmode] Re: org-browse-url.el: Bookmark from a browser into org links

2008-11-22 Thread Ross Patterson
Ross Patterson <[EMAIL PROTECTED]> writes: > Ross Patterson <[EMAIL PROTECTED]> writes: > >> For some time now I've been wanting to put pages from FF into the org >> stored links where the page title is used as the description. I ran >> across org-annotation-helper.el but I don't use remember and