Re: [Orgmode] Why not emacs -Q for byte-compiling org-mode in the Makefile

2009-05-05 Thread Carsten Dominik
Done, thanks. I am using -no-site-file instead of --no-site-file, this seems to works best with different Emacsen.. - Carsten On May 4, 2009, at 5:36 PM, Tassilo Horn wrote: David Bremner brem...@unb.ca writes: is there a specific reason that the Makefile uses emacs -q and not emacs -Q

Re: [Orgmode] Minor colouring (font lock) annoyance

2009-05-05 Thread Carsten Dominik
On Apr 24, 2009, at 8:29 PM, Bernt Hansen wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Apr 24, 2009, at 8:20 PM, Bernt Hansen wrote: Carsten Dominik carsten.domi...@gmail.com writes: I do not actively color these tasks, but any headlines that have been *visible* in a

Re: [Orgmode] File local variables and export?

2009-05-05 Thread Carsten Dominik
On May 4, 2009, at 9:13 PM, Jason Riedy wrote: I'm trying to change org-export-latex-image-default-option to width=.7\\linewidth in a file local variable. It's set correctly as a buffer local variable, and it's having no effect on the export. My guess is that the buffer-local property is

[Orgmode] Safari suppoprt in org-info-js

2009-05-05 Thread Rick Moynihan
Hi all, Though I don't use Safari; some of my colleagues do and they've reported that my org files published with org-info-js don't have any of the javascript features enabled. Is this a known issue? R. ___ Emacs-orgmode mailing list Remember:

Re: [Orgmode] Timeline view Headers not time-sorted

2009-05-05 Thread Francesco Pizzolante
Hi, Strange, because if I try your file, I get the correct sequence. I finally located the problem: when I add the following line to my .emacs file then the problem happens. (require 'dircolors) Without dircolors everything works fine. Maybe you have an explanation (dircolors.el is

Re: [Orgmode] Minor colouring (font lock) annoyance

2009-05-05 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Apr 24, 2009, at 8:29 PM, Bernt Hansen wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Apr 24, 2009, at 8:20 PM, Bernt Hansen wrote: Carsten Dominik carsten.domi...@gmail.com writes: I do not actively color these tasks, but

Re: [Orgmode] Timeline view Headers not time-sorted

2009-05-05 Thread Carsten Dominik
On May 5, 2009, at 2:14 PM, Francesco Pizzolante wrote: Hi, Strange, because if I try your file, I get the correct sequence. I finally located the problem: when I add the following line to my .emacs file then the problem happens. (require 'dircolors) Without dircolors everything works

[Orgmode] Suggestion for demoting collapsed branch

2009-05-05 Thread Kevin Haddock
When a branch is collapsed (e.g. invisible), demoting the header should demote all the subnodes also. For example, if I have: * a * b * c ** ca ** cb ** cd * d and I have the cursor on * c and hit alt-right it would just demote * c to ** c, but if c is collapsed ('* c...') hitting alt-right

Re: [Orgmode] org-edit-src-code font lock problem

2009-05-05 Thread Carsten Dominik
Hi Dan, On Apr 29, 2009, at 9:23 PM, Dan Davison wrote: I'm finding that the font-lock in the indirect buffer spawned by C-c ' on a source code block is not correct when there is a preceding (odd number of) apostrophes / backticks etc (depending on the language). E.g. * this works fine as

Re: [Orgmode] Minor colouring (font lock) annoyance

2009-05-05 Thread Bernt Hansen
Yes much! Thanks!! It looks perfect now :) -Bernt Carsten Dominik carsten.domi...@gmail.com writes: Better now? - Carsten On May 5, 2009, at 2:21 PM, Bernt Hansen wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Apr 24, 2009, at 8:29 PM, Bernt Hansen wrote: Carsten

[Orgmode] two questions (insert checkbox/ dired to org)

2009-05-05 Thread henry atting
What is the underlying command for this shortcut: M-S-RET Insert a new item with a checkbox It does not work for me (if cursor is in a plain list already), so I have to fill in checkboxes with C-c C-x C-b. Another question: Is it possible to do something like dired-to-org, where the

Re: [Orgmode] Feature request: inherited priorities

2009-05-05 Thread Peter Westlake
On Sun, 3 May 2009 18:14:38 +0200, Carsten Dominik carsten.domi...@gmail.com said: Hi Peter, Matt, priorities cannot be inherited. Fair enough! In that case, would it be possible to take the default priority for a new task from the parent task? Peter. - Carsten On Apr 29, 2009, at 4:40

Re: [Orgmode] Feature request: inherited priorities

2009-05-05 Thread Carsten Dominik
On May 5, 2009, at 3:12 PM, Peter Westlake wrote: On Sun, 3 May 2009 18:14:38 +0200, Carsten Dominik carsten.domi...@gmail.com said: Hi Peter, Matt, priorities cannot be inherited. Fair enough! In that case, would it be possible to take the default priority for a new task from the parent

Re: [Orgmode] Re: How to set a entry with Chinese calender?

2009-05-05 Thread Wei-Wei Guo
Leo 写道: Hi Leo, I ran into that question and have written a small package here: http://article.gmane.org/gmane.emacs.sources/3066/match=diary+chinese Your package is great! And I notice two bugs. I think it's not bugs of your package. 1. The calculation of Chinese year is right. For

[Orgmode] FR: make LaTeX export recognize LANGUAGE option

2009-05-05 Thread Kevin Brubeck Unhammer
Hi, I couldn't find any references to babel in the mailing list nor in org-latex.el. I have various latex export class headers, but I sometimes write in English and sometimes in Norwegian, and this is not bound to the classes (beamer, ps-article, pdf-article). As it is, I've had

Re: [Orgmode] two questions (insert checkbox/ dired to org)

2009-05-05 Thread Nick Dokos
henry atting nsmp...@online.de wrote: What is the underlying command for this shortcut: M-S-RET Insert a new item with a checkbox org-insert-todo-heading - it just happens to do special things in special cases. At the end of a plain list item or a checkbox item, it calls

[Orgmode] Re: two questions (insert checkbox/ dired to org)

2009-05-05 Thread Bernt Hansen
henry atting nsmp...@online.de writes: What is the underlying command for this shortcut: M-S-RET Insert a new item with a checkbox ,[ C-h k M-S-return ] | M-S-return runs the command org-insert-todo-heading | which is an interactive compiled Lisp function in `org.el'. | It is

Re: [Orgmode] Suggestion for demoting collapsed branch

2009-05-05 Thread Sebastian Rose
M-S-RIGHT M-S-LEFT I think it's better to behave the same way for collapsed and expanded trees. Regards Sebastian Kevin Haddock kevinhadd...@yahoo.com writes: When a branch is collapsed (e.g. invisible), demoting the header should demote all the subnodes also. For example, if I have:

Re: [Orgmode] org-edit-src-code font lock problem

2009-05-05 Thread Dan Davison
Carsten Dominik carsten.domi...@gmail.com writes: Hi Dan, On Apr 29, 2009, at 9:23 PM, Dan Davison wrote: I'm finding that the font-lock in the indirect buffer spawned by C-c ' on a source code block is not correct when there is a preceding (odd number of) apostrophes / backticks etc

Re: [Orgmode] Safari suppoprt in org-info-js

2009-05-05 Thread Sebastian Rose
Rick Moynihan r...@calicojack.co.uk writes: Hi all, Though I don't use Safari; some of my colleagues do and they've reported that my org files published with org-info-js don't have any of the javascript features enabled. Is this a known issue? Yes. It should be fixed now. You'll have to

Re: [Orgmode] FR: make LaTeX export recognize LANGUAGE option

2009-05-05 Thread Nick Dokos
Kevin Brubeck Unhammer p.ixiemot...@gmail.com wrote: I couldn't find any references to babel in the mailing list nor in org-latex.el. I have various latex export class headers, but I sometimes write in English and sometimes in Norwegian, and this is not bound to the classes (beamer,

[Orgmode] Re: How to set a entry with Chinese calender?

2009-05-05 Thread Leo
On 2009-05-05 14:53 +0100, Wei-Wei Guo wrote: And I notice two bugs. I think it's not bugs of your package. I assume you mean without loading cal-china-plus, the follow restults still stand. Could you investigate more and report those bugs to emacs-devel? The author of calendar.el is actually an

[Orgmode] Re: File local variables and export?

2009-05-05 Thread Jason Riedy
And Carsten Dominik writes: I can smuggle the value in by adding an entry to org-export-plist-vars referring to org-export-latex-image-default-option and pulling the value from the plist, but that feels incorrect. To me it sounds correct, actually. I have added this, and will add other

[Orgmode] Re: two questions (insert checkbox/ dired to org)

2009-05-05 Thread henry atting
On Di, Mai 05 2009, Nick Dokos wrote: henry atting nsmp...@online.de wrote: What is the underlying command for this shortcut: M-S-RET Insert a new item with a checkbox org-insert-todo-heading - it just happens to do special things in special cases. At the end of a plain list

Re: [Orgmode] org-edit-src-code font lock problem

2009-05-05 Thread Carsten Dominik
On May 5, 2009, at 4:17 PM, Dan Davison wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Dan, On Apr 29, 2009, at 9:23 PM, Dan Davison wrote: I'm finding that the font-lock in the indirect buffer spawned by C- c ' on a source code block is not correct when there is a preceding

Re: [Orgmode] Safari suppoprt in org-info-js

2009-05-05 Thread Rick Moynihan
Sebastian Rose wrote: Rick Moynihan r...@calicojack.co.uk writes: Hi all, Though I don't use Safari; some of my colleagues do and they've reported that my org files published with org-info-js don't have any of the javascript features enabled. Is this a known issue? Yes. It should be fixed

[Orgmode] LaTeX Export option for titlepage

2009-05-05 Thread Mark Elston
I am exporting a report to LaTeX and PDF and would like to modify the generated output somewhat and can't find the place I need to tweak. Currently, with the toc turned on the generated .tex file has \maketitle immediately after the \begin{document} command. I would like to change this to:

Re: [Orgmode] LaTeX Export option for titlepage

2009-05-05 Thread Russell Adams
Try redefining org-export-latex-title-command. I often blank it and make my own title page. On Tue, May 05, 2009 at 12:22:49PM -0700, Mark Elston wrote: I am exporting a report to LaTeX and PDF and would like to modify the generated output somewhat and can't find the place I need to tweak.

Re: [Orgmode] LaTeX Export option for titlepage

2009-05-05 Thread Mark Elston
Thanks, Russel. That was it. Actually, after a little playing around I, too, blanked it out and added a #+BEGIN_LaTeX/#+END_LaTeX fragment to set everything up just the way I wanted it. Mark Russell Adams wrote: Try redefining org-export-latex-title-command. I often blank it and make my own

[Orgmode] Repeated entry same time every day?

2009-05-05 Thread Piotr Zielinski
Hi, Is it possible to have a repeater (say SCHEDULED: 2009-05-05 Tue 16:00 +24h or something) that would ensure that the given entry is automatically scheduled at the same time every day? Thanks, Piotr ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Re: Repeated entry same time every day?

2009-05-05 Thread Bernt Hansen
Piotr Zielinski piotr.zielin...@gmail.com writes: Is it possible to have a repeater (say SCHEDULED: 2009-05-05 Tue 16:00 +24h or something) that would ensure that the given entry is automatically scheduled at the same time every day? Sure. Just try it :) Try +1d instead of +24h like this:

Re: [Orgmode] Repeated entry same time every day?

2009-05-05 Thread Sven Bretfeld
Piotr Zielinski piotr.zielin...@gmail.com writes: Is it possible to have a repeater (say SCHEDULED: 2009-05-05 Tue 16:00 +24h or something) that would ensure that the given entry is automatically scheduled at the same time every day? I think 2009-05-05 Tue 16:00 +1d should work. Greetings

[Orgmode] Re: Repeated entry same time every day?

2009-05-05 Thread Piotr Zielinski
On Tue, May 5, 2009 at 11:34 PM, Bernt Hansen be...@norang.ca wrote: Piotr Zielinski piotr.zielin...@gmail.com writes: Is it possible to have a repeater (say SCHEDULED: 2009-05-05 Tue 16:00 +24h or something) that would ensure that the given entry is automatically scheduled at the same time

Re: [Orgmode] Re: How to set a entry with Chinese calender?

2009-05-05 Thread Wei-Wei Guo
Leo 写道: Hi Leo, I assume you mean without loading cal-china-plus, the follow restults still stand. Could you investigate more and report those bugs to emacs-devel? The author of calendar.el is actually an expert in this field, it is good to have him reviewing this. 1. The calculation of

[Orgmode] Re: How to set a entry with Chinese calender?

2009-05-05 Thread Leo
On 2009-05-06 00:32 +0100, Wei-Wei Guo wrote: 1. The calculation of Chinese year is not right. For example, if I born in 1982.11 of *solar* calendar and my father born in 1952.12 of *lunar* calendar. My age is calculated as 27 and my father's age is calculated as 58, which should be 57.

[Orgmode] Re: How to set a entry with Chinese calender?

2009-05-05 Thread Leo
On 2009-05-06 02:57 +0100, Leo wrote: Those Chinese Characters became gibberish so I also posted it here http://paste.lisp.org/display/79735. -- .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :. ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Is org-export's hard coded dispatching on purpose?

2009-05-05 Thread eric johnson
Hi - I was looking at org-export and realized that the dispatching for that is all hardcoded in the assignment to cmds. Is that on purpose? Seems like it would be more useful if we could get some control over there. In my case, I was going to add in an option to email the html'ized version of

Re: [Orgmode] CamelCase link type

2009-05-05 Thread Samuel Wales
perl -pe 's/((?:[[:upper:]][\p{lower}_-\d]+){2,})/[[$1]]/' Very nice. Makes me want a little table comparing perl, grep/sed normal, grep/sed extended, and emacs syntax. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the

[Orgmode] possible to make loading org not make any changes?

2009-05-05 Thread Samuel Wales
I've noticed that loading org undoes some changes that I do, such as redefining keys in org-mode-hook back to what they did before. I wonder if it's possible and practical as a matter of philosophy to make loading org not have any side effects? Or is this something that cannot or should not be

[Orgmode] decimal hours for clocking

2009-05-05 Thread Samuel Wales
This is a tiny little thing, but currently org-clock-display shows hours and minutes. Perhaps it could also show decimal hours. Thus 9:30 could report as 9:30 (9.5h). I'd find it easier not to have to calculate it manually. Thanks. -- Myalgic encephalomyelitis denialism is causing death

Re: [Orgmode] decimal hours for clocking

2009-05-05 Thread Nick Dokos
Samuel Wales samolog...@gmail.com wrote: This is a tiny little thing, but currently org-clock-display shows hours and minutes. Perhaps it could also show decimal hours. Thus 9:30 could report as 9:30 (9.5h). I'd find it easier not to have to calculate it manually. Assuming that you

Re: [Orgmode] Re: How to set a entry with Chinese calender?

2009-05-05 Thread Wei-Wei Guo
Leo 写道: On 2009-05-06 00:32 +0100, Wei-Wei Guo wrote: 1. The calculation of Chinese year is not right. For example, if I born in 1982.11 of *solar* calendar and my father born in 1952.12 of *lunar* calendar. My age is calculated as 27 and my father's age is calculated as 58, which should be