Re: [Orgmode] Hooks and publishing

2009-08-27 Thread Carsten Dominik
On Aug 27, 2009, at 12:37 AM, Sebastian Rose wrote: Hi, I have this in one of my setup files: (add-hook 'text-mode-hook 'turn-on-flyspell) ;; (add-hook 'org-mode-hook 'turn-on-flyspell) (add-hook 'message-mode-hook 'turn-on-flyspell) As you can see, the second line is already

Re: [Orgmode] Re: POLL: Change of keys to move agenda through time

2009-08-27 Thread Peter Frings
On 27 Aug 2009, at 06:47, Charles Philip Chan wrote: Carsten Dominik domi...@uva.nl writes: [snip] 5. The cursor keys left and right are remapped to a function that does nothing, except showing a message that you should now use f/b to move through time. Looks good, but like others

[Orgmode] There was no year zero, agenda -bug/feature

2009-08-27 Thread Jacob Toft Pedersen
Hi I had kept a backup of my .emacs file in an orgfile. But running the org-agenda, would malfuntion, stating byte-code: There was no year zero and the agenda view would not work. I have been able to track it down to the following offending piece of code. Its a piece of my .emacs

Re: [Orgmode] Custom agenda question

2009-08-27 Thread Carsten Dominik
On Aug 26, 2009, at 7:09 PM, Phil Rooke wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Aug 26, 2009, at 2:04 PM, Daniel Clemente wrote: I saw something strange: Emacs seems to beep with each C-n on that view. Not with C-p. The following (ding) is being run on next-line due to

Re: [Orgmode] Re: POLL: Change of keys to move agenda through time

2009-08-27 Thread Carsten Dominik
On Aug 27, 2009, at 3:05 AM, Samuel Wales wrote: Looks good. However, you might want to have cursor movement work, if the keys will not be functional, so that people can mark text (nobody mentioned that yet). Did you get a chance to look at my proposal for right and left arrow keys? Yes, I

Re: [Orgmode] Strange tag search behavior

2009-08-27 Thread Carsten Dominik
Hi Scott, this has to do with the fact that these searched create a view as compact as possible, and do not unhide the headline after a matching line. So this leave an invisibility overlay just after the exposed headline and table. The TAB causes a table-realignment, and the process of

Re: [Orgmode] Hooks and publishing

2009-08-27 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 27, 2009, at 12:37 AM, Sebastian Rose wrote: Hi, I have this in one of my setup files: (add-hook 'text-mode-hook 'turn-on-flyspell) ;; (add-hook 'org-mode-hook 'turn-on-flyspell) (add-hook 'message-mode-hook

Re: [Orgmode] LaTeX export: problem with emphasis

2009-08-27 Thread Valentin Wüstholz
Great! Thanks! Valentin 2009/8/27 Carsten Dominik carsten.domi...@gmail.com: I have reverted this commit, thanks. - Carsten ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Re: POLL: Change of keys to move agenda through time

2009-08-27 Thread Carsten Dominik
On Aug 26, 2009, at 8:22 AM, Bastien wrote: Carsten Dominik domi...@uva.nl writes: 1. n/p remain as they where 2. Moving forward/backward though time will be `f' and `b' 3. Follow mode goes to the F key, a capital letter does make sense here given that some other modes like [G]rid and

[Orgmode] ATTENTION: New keys in the agenda

2009-08-27 Thread Carsten Dominik
Dear all, please note that in the latest git version, the way to switch the agenda to earlier and later times are `f' and `b'. The cursor keys now do normal cursor motion in the agenda. Toggling follow-mode is now on `F' (was `f') For a discussion about this change, see

[Orgmode] Re: There was no year zero, agenda -bug/feature

2009-08-27 Thread Bernt Hansen
Jacob Toft Pedersen ja...@rotand.dk writes: I had kept a backup of my .emacs file in an orgfile. But running the org-agenda, would malfuntion, stating byte-code: There was no year zero and the agenda view would not work. I have been able to track it down to the following offending

[Orgmode] Unable to compile using Emacs 23 in Windows

2009-08-27 Thread Paul Mead
I had everything working fine using NT Emacs v22.xxx but now that I've completely upgraded to 23 I'm getting numerous warnings comiling org.el, org-agenda.el, and it just hangs on org-attach.el. Not even an error to work with. If there's one thing I can't stand it's silent failure :-) I tried

[Orgmode] Changing the heading separator from ** to ---** (twiki topic edition)

2009-08-27 Thread Al
Hello, I generally use org-mode to edit twiki topics as it's full of marvelous features. One of the main feature of org-mode I can't use is the outline capability as the heading syntax is choosen by twiki not me, which forbids to use '' for level 4 (this will be '---'). There was a

Re: [Orgmode] Unable to compile using Emacs 23 in Windows

2009-08-27 Thread Manish
On Thu, Aug 27, 2009 at 8:18 PM, Paul Mead wrote: I had everything working fine using NT Emacs v22.xxx but now that I've completely upgraded to 23 I'm getting numerous warnings comiling org.el, org-agenda.el, and it just hangs on org-attach.el. Not even an error to work with. If there's one

Re: [Orgmode] Unable to compile using Emacs 23 in Windows

2009-08-27 Thread Paul Mead
2009/8/27 Manish mailtomanish.sha...@gmail.com: On Thu, Aug 27, 2009 at 8:18 PM, Paul Mead wrote: I had everything working fine using NT Emacs v22.xxx but now that I've completely upgraded to 23 I'm getting numerous warnings comiling org.el, org-agenda.el, and it just hangs on org-attach.el.

[Orgmode] Re: Unable to compile using Emacs 23 in Windows

2009-08-27 Thread Paul Mead
Manish mailtomanish.sha...@gmail.com writes: On Thu, Aug 27, 2009 at 8:18 PM, Paul Mead wrote: I had everything working fine using NT Emacs v22.xxx but now that I've completely upgraded to 23 I'm getting numerous warnings comiling org.el, org-agenda.el, and it just hangs on org-attach.el. Not

Re: [Orgmode] [misc-new-features 1/5] Add two new special properties, SINCE and SINCE_IA.

2009-08-27 Thread Manish
On Sat, Jul 18, 2009 at 3:05 PM, Bastien wrote: Hi James, this small patch against current org-colview.el lets you have a custom function for computing a summary of a property and displaying it in the column. To compute the time since the timestamp, you can use this patch and some of your

[Orgmode] Re: Gnus link bug

2009-08-27 Thread Leo
Hi Bastien, On 2009-08-25 03:43 +0100, Bastien wrote: I feel there's something we can simplify. Also the old code for handling gnus-article-mode moves the cursor around. So I simplified org-gnus-store-link as follows: As long as (header (with-current-buffer gnus-summary-buffer

[Orgmode] Refiling goes to the wrong place

2009-08-27 Thread Bernt Hansen
Hi Carsten, I thought I should mention this sooner rather than later to postpone any up-coming release you might be thinking about :) I'm assuming this is an org-mode bug and not some inconsistency in my setup but that's not proven yet. I have an issue with refile going to the wrong place

[Orgmode] Re: Custom agenda question

2009-08-27 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 25, 2009, at 3:57 PM, Bernt Hansen wrote: Lots of my tasks have website links which are exposed by this. It would be even more useful if I can click on the links to go there as in the regular org file. Even without that this hack

[Orgmode] Re: Refiling goes to the wrong place

2009-08-27 Thread Benjamin Andresen
Hey, Bernt Hansen be...@norang.ca writes: [snip] I have the same behavior from time to time. But whenever I try to find a reproducible scenario it disappears. It also never happens twice in a row, same as with Bernt. br, benny ___ Emacs-orgmode

[Orgmode] Re: Subversion for backups?

2009-08-27 Thread Robert Goldman
Matt Lundin mdl at imapmail.org writes: Kyle Sexton ks at mocker.org writes: At Wed, 26 Aug 2009 14:49:41 +0200, Rainer Stengele rainer.stengele at online.de wrote: I use subversion to backup and track my org files. I have a server in my office running the subversion server.

[Orgmode] [PATCH] Minor documentation patch

2009-08-27 Thread Gregory J. Grubbs
When wrestling with org-remember, I got stuck on %i: I thought it would display content, then create an active region ... org-version: Org-mode version 6.29trans (release_6.29c.86.gfa36.dirty) diff --git a/lisp/org-remember.el b/lisp/org-remember.el index 5cfb217..191b678 100644 ---

Re: [Orgmode] Mode line colour under a clocked item

2009-08-27 Thread Carsten Dominik
On Aug 26, 2009, at 7:35 PM, Phil Rooke wrote: I have customised the background colour of my mode line face. However, when I clock into a task the background colour under the clocked task button on the mode line reverts to the default grey. That grey background also extends one character

Re: [Orgmode] agenda other frame

2009-08-27 Thread Carsten Dominik
On Aug 26, 2009, at 7:51 AM, henry atting wrote: If org agenda is displayed in an other frame then windows aren*t restored when quitting, I have to kill the frame manually. I really would like it to behave like e.g. gnus-other-frame which automatically kills his frame on quitting. Hi Henry,

Re: [Orgmode] Changing the heading separator from ** to ---** (twiki topic edition)

2009-08-27 Thread Carsten Dominik
On Aug 27, 2009, at 5:04 PM, Al wrote: Hello, I generally use org-mode to edit twiki topics as it's full of marvelous features. One of the main feature of org-mode I can't use is the outline capability as the heading syntax is choosen by twiki not me, which forbids to use '' for

Re: [Orgmode] Column view and faces

2009-08-27 Thread Carsten Dominik
Hi Christian, On Aug 25, 2009, at 9:44 PM, christ...@lasarczyk.de wrote: Dear orgmode developers and users, I have some issues concerning column view and faces. 1. If I increase text scale manually using C-x C-+ or M-x text-scale-increase the faces of my normal text increase, but not the

Re: [Orgmode] numbered figures and tables?

2009-08-27 Thread Carsten Dominik
On Aug 15, 2009, at 9:53 PM, Stefan Vollmar wrote: Hello, org-mode has a powerful capability to support the creation of footnotes. We are currently working on software documentation using org-mode and find that some similar features to support numbering of figures would be very useful,

Re: [Orgmode] org-exp-blocks: what about previewing blocks ?

2009-08-27 Thread Carsten Dominik
Hi Nicolas, while this would be great, I don't see any movement in this direction, so for now I am closing this thread in my TODO folder - Carsten On Jun 18, 2009, at 11:32 AM, Nicolas Girard wrote: 2009/6/18 Carsten Dominik carsten.domi...@gmail.com On Jun 17, 2009, at 2:40 AM, Nicolas

[Orgmode] Re: Refiling goes to the wrong place

2009-08-27 Thread Bernt Hansen
Benjamin Andresen be...@in-ulm.de writes: I have the same behavior from time to time. But whenever I try to find a reproducible scenario it disappears. It also never happens twice in a row, same as with Bernt. I think I have something that is reproducible. ,[ /tmp/x.org ] | | * Refile

[Orgmode] about table width mark in html export

2009-08-27 Thread waterloo
when export to html , tabel width 10 appears. I think 10 should disappear in html exporting. | 10 | 45 | | *LANG* | A catch-all setting which identifies the locale for all possible features. However, individual topics can be overridden using one

[Orgmode] Re: Refiling goes to the wrong place

2009-08-27 Thread Bernt Hansen
Bernt Hansen be...@norang.ca writes: ,[ /tmp/x.org ] | | * Refile Targets... | * Refile Tasks | *** TODO Refile Me ` The task 'TODO Refile Me' should only have 2 leading stars. This was a cut/paste error on my part. -Bernt ___

Re: [Orgmode] org-exp-blocks: what about previewing blocks ?

2009-08-27 Thread Eric Schulte
I don't have any plans to add previewing to org-exp-blocks, however there is an alternative. Org-babel provides for the evaluation and viewing of the results of blocks in Org-mode documents. As such, it is possible to use Org-babel to preview the output of blocks. For example, with Org-babel

Re: [Orgmode] about table width mark in html export

2009-08-27 Thread Nick Dokos
waterloo waterloo2...@gmail.com wrote: when export to html , tabel width 10 appears. I think 10 should disappear in html exporting. | 10 | 45 | | *LANG* | A catch-all setting which identifies the locale for all possible features.

Re: [Orgmode] Re: Refiling goes to the wrong place

2009-08-27 Thread Nick Dokos
Bernt Hansen be...@norang.ca wrote: I think I have something that is reproducible. ...reproduction case elided... I'll be _really_ happy when Carsten squashes this bug :) Wow! I just *had* to try it for myself: works exactly as you describe. Nick

[Orgmode] longlines, wrap, auto-fill

2009-08-27 Thread Sean Sieger
I recently switched to Org-Mode---haven't used it in three years as I had wanted to get back to the simplicity of Outline Mode. Now I think I know how to keep it simple in Org-Mode Anyway, something that bugs me is that when I hit SPC or RET, auto-fill is effected but I'm left out in columns in

Re: [Orgmode] Strange tag search behavior

2009-08-27 Thread Scott Randby
Carsten Dominik wrote: Hi Scott, this has to do with the fact that these searched create a view as compact as possible, and do not unhide the headline after a matching line. So this leave an invisibility overlay just after the exposed headline and table. The TAB causes a table-realignment,

Re: [Orgmode] Re: PATCH: proposed improvements to org-src-mode

2009-08-27 Thread Dan Davison
Carsten Dominik carsten.domi...@gmail.com writes: Hi Dan, I am now finally looking at your patch. A few questions: On Aug 19, 2009, at 1:03 PM, Dan Davison wrote: Dan Davison davi...@stats.ox.ac.uk writes: Carsten Dominik carsten.domi...@gmail.com writes: Hi Dan, thank you for

Re: [Orgmode] about table width mark in html export

2009-08-27 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: waterloo waterloo2...@gmail.com wrote: when export to html , tabel width 10 appears. I think 10 should disappear in html exporting. | 10 | 45 | | *LANG* | A catch-all setting which