Re: [Orgmode] FR: Using properties to customize global settings on a per-entry basis

2007-10-06 Thread Carsten Dominik
On Oct 5, 2007, at 22:34, John Wiegley wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: I think using LOGGING is a bit better. So what do I do? More votes? If you want to start using the facility for generally overriding Lisp values, then your original proposal is better. But if this

[Orgmode] Orgmode 5.11b, bug fix release

2007-10-06 Thread Carsten Dominik
Hi, Org-mode 5.11b fixes the problems reported by Bernt. http://orgmode.org A few remarks: "CLOCK" is already part of the new default value for `org-drawers'. Most people don't have to do anything to get the CLOCK drawers. However, if you have previously customized `org-drawers', you need t

[Orgmode] Re: how to "untag" subtree?

2007-10-06 Thread Maxim Loginov
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Oct 5, 2007, at 13:54, Maxim Loginov wrote: >> >> is there any mechanism to untag subtree? > > No, that is not possible. As a work-around, can create an > additonal tag "nopython" and then craft your search correspondingly. > yes, I thought abo

[Orgmode] Re: diary in agenda

2007-10-06 Thread Renzo Been
Setting: (setq holidays-in-diary-buffer nil) in my .emacs removed all the holidays from my agenda views... Ciao, Renzo Christian Egli novell.com> writes: ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emac

[Orgmode] Re: Only one org-open-at-point at a time?

2007-10-06 Thread Renzo Been
You could try using a shell link instead of a file link... Something like: [[shell:kpdf%20foo.pdf][foo.pdf] If that doesn't work, you could try to design your own hyperlink type for pdf- files. See the org-manual (pdf version): Appendix A.2 Adding hyperlink types Off-course it can also be tha

[Orgmode] Re: Html export suggestion (use of )

2007-10-06 Thread cezar
Mike Newman <[EMAIL PROTECTED]> writes: > I had wondered if there was any value in wrapping the html export in > sections to match the structure of the org file. > > For example, rather than: > > 1 Heading > Text > > 1.1 Subheading > More text > > 1.2 Further subheading > Still more text > >

[Orgmode] search for property XYZ_ALL

2007-10-06 Thread Fabian Braennstroem
Hi, I try to search for an inherited property with test_ALL="something" and test="something" but I don't get anything for an exiting :Property: :test_ALL:something :END: I just tried it with 5.11b Is there a different way to search for it? Fabian

[Orgmode] Re: Only one org-open-at-point at a time?

2007-10-06 Thread Simon Guest
At Sat, 6 Oct 2007 07:52:03 + (UTC), Renzo Been wrote: > > You could try using a shell link instead of a file link... > Something like: > > [[shell:kpdf%20foo.pdf][foo.pdf] > > If that doesn't work, you could try to design your own hyperlink type for pdf- > files. > See the org-manual (pdf

Re: [Orgmode] Export without showing tags

2007-10-06 Thread Bastien
Wanrong Lin <[EMAIL PROTECTED]> writes: > Is there a way to export an org file (to html in my case) without > showing the tags? ,[ org-export-with-tags ] | If nil, do not export tags, just remove them from headlines. | If this is the symbol `not-in-toc', tags will be removed from table of |

[Orgmode] Re: Orgmode 5.11b, bug fix release

2007-10-06 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: > Org-mode 5.11b fixes the problems reported by Bernt. > >http://orgmode.org Thanks! > > A few remarks: > > "CLOCK" is already part of the new default value for `org-drawers'. > Most people don't have to do anything to get the CLOCK drawers. > Howe

Re: [Orgmode] Re: Orgmode 5.11b, bug fix release

2007-10-06 Thread Carsten Dominik
On Oct 6, 2007, at 17:23, Bernt Hansen wrote: Further, I don't want to make C-c C-x C-r jumpt to the clocktable anymore, because there can now be many. However, C-c C-c C-x C-r will now jump to the first clocktable in the file and update it. Does that help, Bernt? I currently only have a si

Re: [Orgmode] Re: Orgmode 5.11b, bug fix release

2007-10-06 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: >> >> The key binding C-c C-c C-x C-r > > Typo. I meant C-u C-c C-x C-r, i.e. use a prefix argument for > the clocktable command. > Ah! That works much better :) Bernt ___ Emacs-orgmode mailing list Remem

Re: [Orgmode] FR: customizable fallback function for org-complete

2007-10-06 Thread Adam Spiers
On Wed, Oct 03, 2007 at 01:15:35AM +0200, Carsten Dominik wrote: > On Oct 2, 2007, at 14:00, Adam Spiers wrote: > >Here's a feature request idea which should be easy to implement. The > >docstring for org-complete ends with: > > > > At all other locations, this simply calls `ispell-complete-word'

Re: [Orgmode] another GTD question from dto

2007-10-06 Thread Jason F. McBrayer
David O'Toole <[EMAIL PROTECTED]> writes: > This gives in the agenda: > > dto: Scheduled: NEXT Chapter 5 > dto: Scheduled: NEXT Chapter 1 > > Without any indication which book the chapters are from. Can I fix > this with properties or tags or categories or something?