[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 attach

Re: [Orgmode] Custom filtering the agenda by (file) tag

2008-11-04 Thread Carsten Dominik
Hi Rick, you would need to write your own skip function, using a call to (member "PERSONAL" (org-get-tags-at)) HTH - Carsten On Nov 5, 2008, at 12:18 AM, Rick Moynihan wrote: Hi all, I've been setting up a whole bunch of org-agenda-custom-commands and am having trouble setting up a filter

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] 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 styl

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] Custom filtering the agenda by (file) tag

2008-11-04 Thread Rick Moynihan
Hi all, I've been setting up a whole bunch of org-agenda-custom-commands and am having trouble setting up a filter to display ONLY items in the agenda view which are tagged PERSONAL across all my org-agenda-files. I tried several ways to do this and ended up trying the following: (org-add-agenda

[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 > s

[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 l

[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: h

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: http://w

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

[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 certainl

[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] 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 URLs

[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 interes

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] An another small bug with C-

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 **

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] 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 Do