Re: [Orgmode] An another small bug with C-RET

2008-11-04 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 3, 2008, at 10:10 PM, Sergey A. wrote: Hello. This bug isn't so significant, but maybe the following steps to reproduce will help to identify more complex bugs (if those exist) based on this. Suppose we have the following file opened in your emacs: *** foo

[Orgmode] Re: Including state-changed headings in the agenda

2008-11-04 Thread Carsten Dominik
On Nov 4, 2008, at 2:09 PM, Bernt Hansen wrote: Carsten Dominik [EMAIL PROTECTED] writes: Are there people who would find it useful if log-mode in the agenda showed all logged state changes? Might get crowded - but it is certainly possible to implement that. I'm not sure if that would be

[Orgmode] Re: Including state-changed headings in the agenda

2008-11-04 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: On Nov 4, 2008, at 2:09 PM, Bernt Hansen wrote: Carsten Dominik [EMAIL PROTECTED] writes: Are there people who would find it useful if log-mode in the agenda showed all logged state changes? Might get crowded - but it is certainly possible to

Re: [Orgmode] Links to Thunderbird e-mail

2008-11-04 Thread Ian Barton
Does anyone know of a way to link to Thunderbird email similar to org-mac-message-get-link org-mac-message-insert-link? From what I can find TB doesn't seem to provide any documented way to access messages from another program, which is bad news as I would like to do this too. Ian.

Re: [Orgmode] Question about org-link-file-path-type

2008-11-04 Thread Sebastian Rose
Hi Matthew, links are always relative, if the file in the same directory as the file. 'adaptive' means, use absolute path, if file is not in same directory or below. Maybe you need to set org-link-file-path-type to 'relative'? C-h v org-link-file-path-type

Re: [Orgmode] Including state-changed headings in the agenda

2008-11-04 Thread Hsiu-Khuern Tang
* On Tue 08:47AM +, 04 Nov 2008, Carsten Dominik ([EMAIL PROTECTED]) wrote: Are there people who would find it useful if log-mode in the agenda showed all logged state changes? Might get crowded - but it is certainly possible to implement that. Since I started this thread, you can count

Re: [Orgmode] Including state-changed headings in the agenda

2008-11-04 Thread Carsten Dominik
Are there people who would find it useful if log-mode in the agenda showed all logged state changes? Might get crowded - but it is certainly possible to implement that. - Carsten On Oct 29, 2008, at 8:17 PM, Hsiu-Khuern Tang wrote: Hi, Let's say I have a repeating task like this: ** TODO

Re: [Orgmode] Links to Thunderbird e-mail

2008-11-04 Thread David A. Gershman
It's not exactly what you want, but rather a hack you may find useful. Hypermail is a program to take a mail file and convert it to HTML. Once done, you can link to the URL. For it to be really useful, I'd recommend putting the hypermail command into a cronjob. For more info:

[Orgmode] bug or user error in org-file-apps

2008-11-04 Thread Samuel Wales
I enclose a test case that can be loaded from emacs -q. I am using org 6.10. I use Carbon Emacs 22.2.1. org-open-at-point and org-open-at-point-global always open in external. This is true with and without C-u. It is true even if I set org-file-apps to ((t . emacs)). Here is an example url:

[Orgmode] feature request: more control over opening links

2008-11-04 Thread Samuel Wales
Summary: C-u C-u to force opening in an external application. Detail: My ideal settings for opening links would by default have org-open-at-point and org-open-at-point-global open everything in emacs except for anything that makes little sense to open in emacs, such as PDF (whether http:// or a

[Orgmode] Links to Thunderbird e-mail

2008-11-04 Thread Robert Goldman
I have been researching this off and on for a while. The closest I have found to a way to get at messages from outside is that Thunderbird is supposed to be able to open imap URLs if given them from the command line. However, at least for now, I have not figured out how to throw one of those

[Orgmode] Re: feature request: more control over opening links

2008-11-04 Thread Ross Patterson
Samuel Wales [EMAIL PROTECTED] writes: Summary: C-u C-u to force opening in an external application. Detail: My ideal settings for opening links would by default have org-open-at-point and org-open-at-point-global open everything in emacs except for anything that makes little sense to

[Orgmode] Re: Including state-changed headings in the agenda

2008-11-04 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: Are there people who would find it useful if log-mode in the agenda showed all logged state changes? Might get crowded - but it is certainly possible to implement that. I'm not sure if that would be useful or not for me... but it would be interesting

Re: [Orgmode] Question about org-link-file-path-type

2008-11-04 Thread Carsten Dominik
Hi Matt, I would call this a bug. It is fixed now. Thanks for your report! - Carsten On Nov 4, 2008, at 4:24 AM, Matthew Lundin wrote: Matthew Lundin [EMAIL PROTECTED] writes: I am using org 6.10c. When I set org-link-file-path-type to absolute and use C-u C-c C-l (org-insert-link with

Re: [Orgmode] Links to Thunderbird e-mail

2008-11-04 Thread Dmitri Minaev
On Tue, Nov 4, 2008 at 5:50 PM, Robert Goldman [EMAIL PROTECTED] wrote: I have been researching this off and on for a while. Me, too :). Does anybody know of a way to perform the task in another MUA with the capabilities similar to Thunderbird, like Evolution or Kmail? -- With best regards,

[Orgmode] Re: How to remove the automatically generated css codes from exported HTML file?

2008-11-04 Thread Larry . Liu
Thank you very much:) On Tue, Oct 28, 2008 at 11:40 PM, Carsten Dominik [EMAIL PROTECTED]wrote: Hi, A different and maybe slightly more convenient way is now implemented: There is a new variable `org-export-html-style-include-default'. Turning it off will exclude the default style. This

Re: [Orgmode] bug or user error in org-file-apps

2008-11-04 Thread Carsten Dominik
Hi Sam, org-file-apps and the prefix argument to C-c C-o only apply to file: links. For other link types, there are other methods. http, ftp, news, and mailto use browse-url, and so you need to configure the corresponding browse-url-... variables to configure which browser should be used.

[Orgmode] patch [Feature Addition] exporting comments on org files to html

2008-11-04 Thread Eric Schulte
Hi, I have been co-authoring an org-mode file with a co-worker, and we started to put comments in org-blocks with the following format #+begin_comment ems example comment body of the comment - a list inside - of the comment #+end_comment I made the following additions to org-exp.el (patch