Re: [Orgmode] Can I export TODO flags in table of contents?

2010-01-03 Thread Water Lin
Carsten Dominik writes: > Hi Water, > > On Dec 31, 2009, at 4:17 AM, Water Lin wrote: > >> >> I marked my notes and tasks with TODO flags and I also want to see >> these >> TODO flags in table of contents. So I can jump and explore to >> unfinished >> task quickly. >> >> By doing this, I can give

[Orgmode] Re: Proposal Keybinding: Agenda 's' - save org-agenda files

2010-01-03 Thread Bernt Hansen
Memnon Anon writes: > I use orgmode all the time, so I found it sensible to use it as default > major mode with (setq default-major-mode 'org-mode). > > I just noticed that the 's' key in the agenda calls > org-save-all-org-buffers, which saves _all_ org buffers open in emacs. > > I found this be

[Orgmode] Proposal Keybinding: Agenda 's' - save org-agenda files

2010-01-03 Thread Memnon Anon
Hi, I use orgmode all the time, so I found it sensible to use it as default major mode with (setq default-major-mode 'org-mode). I just noticed that the 's' key in the agenda calls org-save-all-org-buffers, which saves _all_ org buffers open in emacs. I found this behaviour to be somewhat unexpe

Re: [Orgmode] Beamer support in Org-mode

2010-01-03 Thread Russell Adams
Carsten, I've seen properties and sub-headlines proposed, but what about something like this, using quoting style to separate the notes from the slide? ** Slide - Slide content - Slide content #+BEGIN_BEAMER_NOTE Here are the class notes for this slide... #+END_BEAMER_NOTE Maybe I'm coming

Re: [Orgmode] Bug: Store link to Wanderlust message fails when subject contains encoded characters [6.33trans (release_6.33f.173.g8f17)]

2010-01-03 Thread David Maus
Hi Carsten, At Sun, 3 Jan 2010 19:47:18 +0100, Carsten Dominik wrote: > > > Can I ask you to submit this as a bug report to Emacs? I'll certainly do that. I also attached a patch for org-wl.el that removes all text properties of the subject string. Regards -- David -- OpenPGP... 0x99ADB83B5

Re: [Orgmode] RFC: Syntax for page numbers in file: links?

2010-01-03 Thread Samuel Wales
If you need the syntax to be more general, take a look at extensible syntax on this list. -- Q: How many CDC "scientists" does it take to change a lightbulb? A: You only think it's dark. [CDC has denied ME/CFS for 25 years] = Retrovi

Re: [Orgmode] Problems with Org Mode which doesn't properly manage linebreaks in LaTeX export

2010-01-03 Thread Pierfranco Minsenti
Commenting out the lines about longlines mode in the .emacs file has solved the problem. Apparently the export to LaTeX seems to be the only drawback of using longlines mode authomatically charged for every file. Or, anyway, this is the only problem I've met so far. Thanks. pierfranco 2010/1/3 Car

Re: [Orgmode] HTML table export with col width

2010-01-03 Thread Rocky Road
On Sun, 2010-01-03 at 19:53 +0100, Carsten Dominik wrote: > Hi Karl, > > I still cannot reproduce this. > Anybody else? > > - Carsten > I can reproduce it from the simple input: | <35>| | | header | len | |---

Re: [Orgmode] Problems with Org Mode which doesn't properly manage linebreaks in LaTeX export

2010-01-03 Thread Carsten Dominik
On Jan 3, 2010, at 8:10 PM, Pierfranco Minsenti wrote: You are right Carsten: in my .emacs file I have put, since long, the following lines of command about longlines (following a recommendation found on the Internet and so far I have been perfectly happy with this): ;;LONGLINES: (autolo

Re: [Orgmode] Problems with Org Mode which doesn't properly manage linebreaks in LaTeX export

2010-01-03 Thread Pierfranco Minsenti
You are right Carsten: in my .emacs file I have put, since long, the following lines of command about longlines (following a recommendation found on the Internet and so far I have been perfectly happy with this): ;;LONGLINES: (autoload 'longlines-mode "longlines.el" "Minor mode for automa

Re: [Orgmode] Beamer support in Org-mode

2010-01-03 Thread Carsten Dominik
Hi everyone, after contemplating the \pnote proposal for beamer notes, I don't think that this is, in the end, the right solution. Can't we just use headings with a TODO keyword BNOTE or with property BNOTE or so as the sources of notes? Or, even simpler, Or we could use a special value "not

Re: [Orgmode] HTML table export with col width

2010-01-03 Thread Carsten Dominik
Hi Karl, I still cannot reproduce this. Anybody else? - Carsten On Dec 31, 2009, at 9:26 AM, Karl Eichwalder wrote: Carsten Dominik writes: I cannot reproduce this. Are you using XEmacs, maybe? No, but I should have mentioned that I'm using MacOSX 10.4.11 (PPC): In GNU Emacs 23.1.90.1

Re: [Orgmode] Bug: Store link to Wanderlust message fails when subject contains encoded characters [6.33trans (release_6.33f.173.g8f17)]

2010-01-03 Thread Carsten Dominik
On Jan 3, 2010, at 7:42 PM, Carsten Dominik wrote: Hi David, this is a weird bug. I'd say it is a bug in `format', which does something bad with properties because a format like "%.30s" is used to shorten a string while properties in that string exist beyond that shortened part. In fac

Re: [Orgmode] Bug: Store link to Wanderlust message fails when subject contains encoded characters [6.33trans (release_6.33f.173.g8f17)]

2010-01-03 Thread Carsten Dominik
Hi David, this is a weird bug. I'd say it is a bug in `format', which does something bad with properties because a format like "%.30s" is used to shorten a string while properties in that string exist beyond that shortened part. On Jan 3, 2010, at 7:11 PM, David Maus wrote: At Sun, 3 Jan

Re: [Orgmode] Problems with Org Mode which doesn't properly manage linebreaks in LaTeX export

2010-01-03 Thread Carsten Dominik
Hi Pierfranco, are you using longlines.el or something similar with hard and soft new lines? Bad Idea. Your best option is to switch to Emacs 23 and use is built- in facilities (visual-line-mode and word-wrap) to display long lines. - Carsten On Jan 3, 2010, at 7:30 PM, Pierfranco Minsenti

Re: [Orgmode] Problems with Org Mode which doesn't properly manage linebreaks in LaTeX export

2010-01-03 Thread Pierfranco Minsenti
Hi Carsten, thank you yor your early reply. Here is an example as you requested: some lines from my original .org file (the lines between the rows): = * ML built-in transaction monitoring facility ** Features MetaLib has a built-in t

Re: [Orgmode] Bug: Store link to Wanderlust message fails when subject contains encoded characters [6.33trans (release_6.33f.173.g8f17)]

2010-01-03 Thread David Maus
At Sun, 3 Jan 2010 14:40:58 +0100, Carsten Dominik wrote: > > Hi David, > > could you please provide a full backtrace for this bug? > Backtrace attached. My first guess on why it happens was wrong, as expected: There are messages with encoded umlauts that do not cause this error. Regards -

Re: [Orgmode] Problems with Org Mode which doesn't properly manage linebreaks in LaTeX export

2010-01-03 Thread Carsten Dominik
Hi Pierfranco, please augment your report with example input (.org file) and output (.tex file). Thanks. - Carsten On Jan 3, 2010, at 5:51 PM, Pierfranco Minsenti wrote: Hi all, this is my 1st message to the list and I am writing to ask for help. I have a problem with the LaTeX export feat

Re: [Orgmode] typo in org.texi

2010-01-03 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 3, 2010, at 5:44 PM, Manish wrote: In line# 12340 of org.texi: s/fiel/file/ Thanks -- Manish ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gn

Re: [Orgmode] Selective Export Question

2010-01-03 Thread Carsten Dominik
Hi Mark, there are about 100 hooks, see http://orgmode.org/worg/org-configs/org-hooks.php And I am very happy to add more, wherever these is a use for it. - Carsten On Jan 3, 2010, at 5:15 PM, Mark Elston wrote: Carsten Dominik wrote: On Dec 22, 2009, at 7:24 AM, Mark Elston wrote: I have

[Orgmode] Problems with Org Mode which doesn't properly manage linebreaks in LaTeX export

2010-01-03 Thread Pierfranco Minsenti
Hi all, this is my 1st message to the list and I am writing to ask for help. I have a problem with the LaTeX export features of Org Mode, version 6.27a. installed on a GNU Emacs Emacs 22.1.1 (powerpc-apple-darwin7.9.0, Carbon Version 1.6.0). The problem is the folllowing: in the header lines of t

[Orgmode] typo in org.texi

2010-01-03 Thread Manish
In line# 12340 of org.texi: s/fiel/file/ Thanks -- Manish ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Selective Export Question

2010-01-03 Thread Mark Elston
Carsten Dominik wrote: On Dec 22, 2009, at 7:24 AM, Mark Elston wrote: I have been making progress on my use of org-mode to manage both my teaching notes and handouts in a single document. However, there is something I still have not been able to make happen. That is selective exporting of t

Re: [Orgmode] FR: org-remember shortcut to customize-option org-remember-templates

2010-01-03 Thread Carsten Dominik
Hi Adam, On Dec 16, 2009, at 4:32 PM, Adam Spiers wrote: I really like the way `M-x org-agenda C' takes you straight to the *Customize Option: Org Agenda Custom Commands* buffer. Similarly, it would be nice if `M-x org-remember C' took you straight to the *Customize Option: Org Remember Templa

Re: [Orgmode] footnote: org >> latex

2010-01-03 Thread Carsten Dominik
Hi Eraldo, I believe this is fixed, now, please verify. - Carsten On Dec 16, 2009, at 7:00 PM, Eraldo Helal wrote: Org-mode source file: - OSD[fn:OSD] - OSD[fn:OSD] ... [fn:OSD] OSD: "open source definition" Resulting PDF: • OSD¹ • OSD$^1$ ... --- ¹OSD: "open

[Orgmode] Re: Agenda clock reporting

2010-01-03 Thread Carsten Dominik
On Jan 3, 2010, at 4:38 PM, Bernt Hansen wrote: Carsten Dominik writes: On Jan 3, 2010, at 3:22 PM, Bernt Hansen wrote: Carsten Dominik writes: I think the right place would be `org-clock-sum'. Right now, this looks only for complete clock lines. You could modify the regexp to check f

[Orgmode] Re: Agenda clock reporting

2010-01-03 Thread Bernt Hansen
Carsten Dominik writes: > On Jan 3, 2010, at 3:22 PM, Bernt Hansen wrote: > >> Carsten Dominik writes: >> >>> I think the right place would be `org-clock-sum'. Right now, >>> this looks only for complete clock lines. You could modify the >>> regexp >>> to check for incomplete lines (first time

[Orgmode] Re: Agenda clock reporting

2010-01-03 Thread Carsten Dominik
On Jan 3, 2010, at 3:22 PM, Bernt Hansen wrote: Carsten Dominik writes: On Dec 22, 2009, at 2:03 PM, Bernt Hansen wrote: Hi Carsten, I use the agenda clock report during the end of my day. Would it be difficult to have it include the currently clocking task if a clock is active? I cl

[Orgmode] Re: Agenda clock reporting

2010-01-03 Thread Bernt Hansen
Carsten Dominik writes: > On Dec 22, 2009, at 2:03 PM, Bernt Hansen wrote: > >> Hi Carsten, >> >> I use the agenda clock report during the end of my day. Would it be >> difficult to have it include the currently clocking task if a clock is >> active? >> >> I clock billable and nonbillable tasks

Re: [Orgmode] Bug: Store link to Wanderlust message fails when subject contains encoded characters [6.33trans (release_6.33f.173.g8f17)]

2010-01-03 Thread Carsten Dominik
Hi David, could you please provide a full backtrace for this bug? Thanks! - Carsten On Jan 1, 2010, at 9:54 PM, David Maus wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://or

Re: [Orgmode] Re: Proposal: Extended link capabilities to Wanderlust messages for Orgmode

2010-01-03 Thread Carsten Dominik
Hi David, I am not using wanderlust myself, but I'd be happy to accept a patch. Maybe contact Tokuya Kameshima directly and discuss with him? He might not be reading emacs-orgmode@gnu.org regularly. - Carsten On Jan 2, 2010, at 12:08 AM, David Maus wrote: *grml*, For the third proposal I act

[Orgmode] Re: Agenda clock reporting

2010-01-03 Thread Carsten Dominik
On Dec 22, 2009, at 2:03 PM, Bernt Hansen wrote: Hi Carsten, I use the agenda clock report during the end of my day. Would it be difficult to have it include the currently clocking task if a clock is active? I clock billable and nonbillable tasks during the day. If I want to stop working at

Re: [Orgmode] Selective Export Question

2010-01-03 Thread Carsten Dominik
On Dec 22, 2009, at 7:24 AM, Mark Elston wrote: I have been making progress on my use of org-mode to manage both my teaching notes and handouts in a single document. However, there is something I still have not been able to make happen. That is selective exporting of text *without* exporting

Re: [Orgmode] Re: Organizing a students live

2010-01-03 Thread Carsten Dominik
On Dec 28, 2009, at 10:09 PM, Daniel Martins wrote: > Interesting. But too complex for now - and I actually do prefer local control. I know it is complex. I thought about the first steps I was thinking about a variable (list?) with predefined holidays or better omit-holidays such as org

Re: [Orgmode] org-export-generic : fixed export when org-export-generic-links-to-notes is nil

2010-01-03 Thread Carsten Dominik
Applied, thanks. - Carsten On Jan 1, 2010, at 12:39 PM, Rocky Road wrote: Hi all, First, let me thank Carsten and all contributors for org-mode. I just discovered it a couple of weeks ago, it's really helpful. ** Happy 2010 ! Best wishes to org-mode, list subscribers and friends, for the new

Re: [Orgmode] Issue with remember templates

2010-01-03 Thread Carsten Dominik
On Dec 31, 2009, at 12:56 PM, Francis Moreau wrote: Hello, I'd like to note my work's holidays using remember. For this, I have a org file (work.org for example) which contains the following headline: * Holidays #+CATEGORY: Holiday %%(diary-date 12 '(4 7) 2009) Day Off I also created the fo

Re: [Orgmode] PATCH Bugfix: bulk mark/unmark selects wrong next item when restricted

2010-01-03 Thread Carsten Dominik
Hi Paul, On Jan 2, 2010, at 10:45 PM, Paul Holcomb wrote: When you are in agenda view and limit the items that are visible, such as with a tag restriction, marking and unmarking behaves incorrectly. After the item is marked or unmarked for bulk action, the point is moved to the next item, reg

Re: [Orgmode] Speeding up agenda display

2010-01-03 Thread Carsten Dominik
On Jan 3, 2010, at 4:40 AM, Andrew J. Korty wrote: On Jan 2, 2010, at 14:37 , Carsten Dominik wrote: I have been thinking about caching often but always stopped implementing it because, being a plain text system, there is always the possibility that thinks are being changed behind the back of