Re: [Orgmode] org-mode and erc

2007-10-01 Thread Richard G Riley
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Sep 30, 2007, at 2:39, Richard G Riley wrote: > >> >> Is there a customisation somewhere to support adding links to ERC >> buffers? > > Not yet, but you are welcome to write one. The appendix of the manual > shows how (Adding link types...), and I

Re: [Orgmode] Search for tags in TODO item in certain states

2007-10-01 Thread Bastien
Wanrong Lin <[EMAIL PROTECTED]> writes: > For example, I want to have a list of TODO items with "buy" tag, but > not those in "DONE" or "CANCELED" state. C-c a m buy/-DONE-CANCELED (assuming C-c a calls the `org-agenda' command) The slash separates tags from TODO keywords, as explained here:

Re: [Orgmode] Re: export all linked images with a certain property or tag

2007-10-01 Thread Bastien
Fabian Braennstroem <[EMAIL PROTECTED]> writes: > Sounds good for me, maybe it would be good to add some kind off > 'comment-region', which will not be exported by default. Org already knows about comments. You can comment entire regions by selecting them, then pressing M-;. Whenever asked, enter

[Orgmode] Search for tags in TODO item in certain states

2007-10-01 Thread Wanrong Lin
Hi, Can anyone please show me how to search for a tag in TODO items that are in certain states only? For example, I want to have a list of TODO items with "buy" tag, but not those in "DONE" or "CANCELED" state. I don't see how to do it by reading the documentation for org-agenda-custom-comman

[Orgmode] Unschedule a TODO

2007-10-01 Thread Wanrong Lin
Hi, Instead of manually delete the "SCHUDLED" line for a TODO item, is there any org command to do it? If not, I think it would be useful to do it by using "nil" in the org-schedule date/time input, or using a prefix in the command. Wanrong ___ E

Re: [Orgmode] org-mode and erc

2007-10-01 Thread Carsten Dominik
On Sep 30, 2007, at 2:39, Richard G Riley wrote: Is there a customisation somewhere to support adding links to ERC buffers? Not yet, but you are welcome to write one. The appendix of the manual shows how (Adding link types...), and I think planner.el has erc links, so you could study how t

Re: [Orgmode] Set priority by S- or S- does not seem to work in an indirect buffer in the first todo headline

2007-10-01 Thread Carsten Dominik
On Sep 30, 2007, at 20:10, Rainer Stengele wrote: as the subjct already says ... S-up does not do in the indirect buffer what it does in the "direct" buffer. Instead of a priority I get "Beginning of buffer". Is this a bug? It sure is. Fixed for next version, thanks. - Carsten

[Orgmode] Re: export all linked images with a certain property or tag

2007-10-01 Thread Fabian Braennstroem
Hi Bastien, Bastien schrieb am 10/01/2007 05:05 PM: > Fabian Braennstroem <[EMAIL PROTECTED]> writes: > >> I am looking for a way to export linked images with a certain property >> to html. > > More generally, we could implement a way to restrict the exported text > to some headlines, given cert

Re: [Orgmode] org-mode and erc

2007-10-01 Thread Richard G Riley
Bastien <[EMAIL PROTECTED]> writes: > Richard G Riley <[EMAIL PROTECTED]> writes: > >> Is there a customisation somewhere to support adding links to ERC >> buffers? > > What would be the expected behavior when opening such links? Opening the > ERC with the right server/channel information? Yes. I

Re: [Orgmode] export all linked images with a certain property or tag

2007-10-01 Thread Bastien
Fabian Braennstroem <[EMAIL PROTECTED]> writes: > I am looking for a way to export linked images with a certain property > to html. More generally, we could implement a way to restrict the exported text to some headlines, given certain conditions on the headline itself (and its text properties) a

Re: [Orgmode] org-mode and erc

2007-10-01 Thread Bastien
Richard G Riley <[EMAIL PROTECTED]> writes: > Is there a customisation somewhere to support adding links to ERC > buffers? What would be the expected behavior when opening such links? Opening the ERC with the right server/channel information? -- Bastien ___

Re: [Orgmode] Set priority by S- or S- does not seem to work in an indirect buffer in the first todo headline

2007-10-01 Thread Bastien
Rainer Stengele <[EMAIL PROTECTED]> writes: > as the subjct already says ... S-up does not do in the indirect buffer > what it does in the "direct" buffer. > > Instead of a priority I get "Beginning of buffer". Is this a bug? Yes. `org-shiftup' calls `org-at-timestamp-p' (among others) which t