Re: [Orgmode] latex export and beamer columns

2009-11-26 Thread Eric S Fraga
At Thu, 26 Nov 2009 00:25:21 +0100, Carsten Dominik wrote: On Nov 25, 2009, at 7:03 PM, Eric S Fraga wrote: Carsten, I am puzzled. I can get this to work (and it works very well indeed) but only if I set these variables through the customisation interface in Emacs

[Orgmode] how to escape in typewriter markup

2009-11-26 Thread Stefan Vollmar
Hello, we are using org-mode for software documentation and use the usual convention that commandline input should be set in a typewriter font. This works fine in org 6.32 trans: =somescript -U input= This does not: =somescript -U my key my value= when exporting to HTML this is rendered to

Re: [Orgmode] Adding to a List With No Heading Doesn't Work as Expected

2009-11-26 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 25, 2009, at 11:39 AM, Ian Barton wrote: I am not sure if this is intended behaviour or not. If I start a new document with no headings and type: - item 1 then press M_Ret, I get: - item 1 * If my document is like: * Heading - item 1 M-Ret works as

Re: [Orgmode] Bug: Infinite loop when org-entry-put is called in buffer not in org-mode [6.33trans]

2009-11-26 Thread Carsten Dominik
On Nov 25, 2009, at 9:05 AM, 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://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the

Re: [Orgmode] How to get visual-line-mode keep indentation on extra lines?

2009-11-26 Thread Carsten Dominik
Hi Jan, this is much work to get this fixed - just get used to it is my proposal. - Carsten On Nov 24, 2009, at 12:20 AM, jan wrote: Laurent Bedubourg lbedubourg at gmail.com writes: Hello, First of all thank you very much for org-mode, it made me switch from vim to emacs and I really

Re: [Orgmode] time ranged notes on the agenda

2009-11-26 Thread Carsten Dominik
On Nov 23, 2009, at 5:16 PM, Łukasz Stelmach wrote: Hello. Isn't it wrong when a note like this: * A very interesting meeting 11:15-12:00 2009-11-30 Mon--2009-12-01 Tue Shows up in the agenda time gird only on monday while being untimed on tuesday? What is funny is that I explicitly turn

Re: [Orgmode] problem with installing org mode 6.33f on windows

2009-11-26 Thread Carsten Dominik
Hi Bostjan, I don't think anything has changed in the Makefile - so I don't know what might be causing this. - Carsten On Nov 23, 2009, at 6:56 AM, Bostjan Vilfan wrote: Hello, I use org mode on Windows and Linux machines, and with 6.33f I have encountered a problem that didn't occur

Re: [Orgmode] Export to ics, recurring events not being exported

2009-11-26 Thread Carsten Dominik
On Nov 24, 2009, at 6:35 PM, Marcelo de Moraes Serpa wrote: Hello list! I have some events that have a past date, but that have the +1w flag at the end, meaning they should repeat every week. However, they don't seem to be exported when I export using the org-export-agenda- combined

Re: [Orgmode] Sorting of Lists Beginning with a Link Does Not Work as Expected

2009-11-26 Thread Carsten Dominik
On Nov 26, 2009, at 8:19 AM, Ian Barton wrote: Carsten Dominik wrote: On Nov 25, 2009, at 12:04 PM, Ian Barton wrote: - [[./benighted_on_the_ben.html][Benighted on the Ben.]] A Winter ascent of Glover's Chimney almost leads to bed breakfast on the summit of Ben Nevis. -

Re: [Orgmode] latex export and beamer columns

2009-11-26 Thread Carsten Dominik
On Nov 26, 2009, at 9:16 AM, Eric S Fraga wrote: At Thu, 26 Nov 2009 00:25:21 +0100, Carsten Dominik wrote: On Nov 25, 2009, at 7:03 PM, Eric S Fraga wrote: Carsten, I am puzzled. I can get this to work (and it works very well indeed) but only if I set these variables through the

Re: [Orgmode] how to escape in typewriter markup

2009-11-26 Thread Carsten Dominik
On Nov 26, 2009, at 9:40 AM, Stefan Vollmar wrote: Hello, we are using org-mode for software documentation and use the usual convention that commandline input should be set in a typewriter font. This works fine in org 6.32 trans: =somescript -U input= This does not: =somescript -U my

Re: [Orgmode] Sorting of Lists Beginning with a Link Does Not Work as Expected

2009-11-26 Thread Ian Barton
Carsten Dominik wrote: On Nov 26, 2009, at 8:19 AM, Ian Barton wrote: Carsten Dominik wrote: On Nov 25, 2009, at 12:04 PM, Ian Barton wrote: - [[./benighted_on_the_ben.html][Benighted on the Ben.]] A Winter ascent of Glover's Chimney almost leads to bed breakfast on the summit of Ben

Re: [Orgmode] latex export and beamer columns

2009-11-26 Thread Eric S Fraga
At Thu, 26 Nov 2009 10:05:06 +0100, Carsten Dominik wrote: [...] However, I guess the instructions you give are actually subtly incorrect? That is, from what you say above, using setq is not going to work because that doesn't invoke any hooks for the particular variables. Therefore

Re: [Orgmode] Bug: / RET filter no longer auto-excludes FILETAGS [6.33trans (release_6.33f.34.gf806)]

2009-11-26 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Nov 25, 2009, at 7:54 PM, Bernt Hansen wrote: My auto exclude functions are inline below: (defun bh/org-auto-exclude-function (tag) (and (cond ((string= tag @home) (bh/working-p)) ((string= tag @office) (not

Re: [Orgmode] Bug: / RET filter no longer auto-excludes FILETAGS [6.33trans (release_6.33f.34.gf806)]

2009-11-26 Thread Carsten Dominik
On Nov 26, 2009, at 11:55 AM, Bernt Hansen wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Nov 25, 2009, at 7:54 PM, Bernt Hansen wrote: My auto exclude functions are inline below: (defun bh/org-auto-exclude-function (tag) (and (cond ((string= tag @home)

[Orgmode] Beamer support in Org-mode

2009-11-26 Thread Carsten Dominik
Hi, this is in response to the discussions about beamer export from Org-mode. Yesterday I had a long train ride during which I scanned the beamer documentation (smoking hot stuff!). Then I made the attached draft for Org-mode support, strongly based on the stuff Eric Fraga has put together

Re: [Orgmode] Bug: / RET filter no longer auto-excludes FILETAGS [6.33trans (release_6.33f.34.gf806)]

2009-11-26 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Nov 26, 2009, at 11:55 AM, Bernt Hansen wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Nov 25, 2009, at 7:54 PM, Bernt Hansen wrote: My auto exclude functions are inline below: (defun bh/org-auto-exclude-function (tag)

Re: [Orgmode] Beamer support in Org-mode

2009-11-26 Thread Friedrich Delgado Friedrichs
Hiho! Sounds very reasonable! Carsten Dominik schrieb: this is in response to the discussions about beamer export from Org-mode. Yesterday I had a long train ride during which I scanned the beamer documentation (smoking hot stuff!). Then I made the attached draft for Org-mode support,

Re: [Orgmode] Bug: / RET filter no longer auto-excludes FILETAGS [6.33trans (release_6.33f.34.gf806)]

2009-11-26 Thread Carsten Dominik
On Nov 26, 2009, at 12:21 PM, Bernt Hansen wrote: The docstring of org-agenda-auto-exclude-function does mention this, but it is indeed a change from John's original code - so it was not in the docstring when you wrote this function.. Ah! Oops. I was bad and didn't read the contents of

[Orgmode] Bug: Org finds footnotes in LaTeX export where none are intended [6.33trans (release_6.33f.35.g3efe)]

2009-11-26 Thread Scot Becker
I cite my references in org like this.\autocite[231]{bibtexkey_2009}, where '231' is the relevant page number.  When exporting to LaTeX, Org thinks that the value in square brackets is a footnote number and produces a document with a footnote definition not found: 231 error message at the bottom

Re: [Orgmode] Bug: / RET filter no longer auto-excludes FILETAGS [6.33trans (release_6.33f.34.gf806)]

2009-11-26 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Nov 26, 2009, at 12:21 PM, Bernt Hansen wrote: Yes, it will be in the release notes, in the incompatible changes section. Great! :) I can't find anything in the Changelog mentioning the case change. So it is me who is bad... :-)

[Orgmode] Re: Again on bookmarks

2009-11-26 Thread andrea
Samuel Wales samolog...@gmail.com writes: On 2009-11-25, andrea andrea.crott...@gmail.com wrote: That can be done with existing features, IIUC. I don't know if this is what you're considering, but I'd like to use org as the central place to store all bookmarks, for all browsers, and sync.

[Orgmode] Re: Collaborate with heretics

2009-11-26 Thread andrea
andrea andrea.crott...@gmail.com writes: Sorry for the double post, I thought I had an error and didn't listen to gnus when it was saying it was a duplicate. Anyway I did some researches and I only noticed that there are vim users looking for something equivalent to org-mode for vim. To

Re: [Orgmode] Bug: Org finds footnotes in LaTeX export where none are intended [6.33trans (release_6.33f.35.g3efe)]

2009-11-26 Thread Carsten Dominik
Hi Scott, I have fixed this for export - but the string are still highlighted as footnotes by font-lock, this is harder to solve. - Carsten On Nov 26, 2009, at 12:27 PM, Scot Becker wrote: I cite my references in org like this.\autocite[231]{bibtexkey_2009}, where '231' is the relevant

[Orgmode] Re: Again on bookmarks

2009-11-26 Thread Thierry Volpiatto
andrea andrea.crott...@gmail.com writes: Samuel Wales samolog...@gmail.com writes: On 2009-11-25, andrea andrea.crott...@gmail.com wrote: That can be done with existing features, IIUC. I don't know if this is what you're considering, but I'd like to use org as the central place to store

[Orgmode] Re: Beamer support in Org-mode

2009-11-26 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: [...] before I polish I would like comments on this outline. 1 Organization ~~~ 1.1 Sections = By default, level one headlines become sections in the beamer document. You can configure the variable org-beamer-frame-level to

Re: [Orgmode] Re: Beamer support in Org-mode

2009-11-26 Thread Carsten Dominik
Hi Sebastian, On Nov 26, 2009, at 3:01 PM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: [...] before I polish I would like comments on this outline. 1 Organization ~~~ 1.1 Sections = By default, level one headlines become sections in the beamer

Re: [Orgmode] Bug: Org finds footnotes in LaTeX export where none are intended [6.33trans (release_6.33f.35.g3efe)]

2009-11-26 Thread Scot Becker
Wonderful. I, for one don't mind the font lock problem. You have to leave some problems for your successor, (long may he wait). Gratefully, Scot On Thu, Nov 26, 2009 at 12:51 PM, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Scott, I have fixed this for export - but the string are

Re: [Orgmode] Re: Collaborate with heretics

2009-11-26 Thread Scot Becker
Yours is an interesting question, and it's one I've thought about as well. I have a friend just starting a PhD, and she was asking me how I keep my work. Org+emacs is great for me.I sometimes also think anyone who needs a robust tool and can muster the patience to learn it should try

Re: [Orgmode] Beamer support in Org-mode

2009-11-26 Thread Nick Dokos
Carsten Dominik carsten.domi...@gmail.com wrote: this is in response to the discussions about beamer export from Org-mode. Yesterday I had a long train ride during which I scanned the beamer documentation (smoking hot stuff!). Indeed - Till Tantau has a gift for documentation (among other

Re: [Orgmode] Beamer support in Org-mode

2009-11-26 Thread Carsten Dominik
On Nov 26, 2009, at 5:30 PM, Nick Dokos wrote: Carsten Dominik carsten.domi...@gmail.com wrote: this is in response to the discussions about beamer export from Org-mode. Yesterday I had a long train ride during which I scanned the beamer documentation (smoking hot stuff!). Indeed - Till

Re: [Orgmode] Beamer support in Org-mode

2009-11-26 Thread Dan Davison
Carsten Dominik carsten.domi...@gmail.com writes: Hi, this is in response to the discussions about beamer export from Org-mode. Yesterday I had a long train ride during which I scanned the beamer documentation (smoking hot stuff!). Then I made the attached draft for Org-mode support,

Re: [Orgmode] Beamer support in Org-mode

2009-11-26 Thread Carsten Dominik
On Nov 26, 2009, at 5:49 PM, Dan Davison wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi, this is in response to the discussions about beamer export from Org-mode. Yesterday I had a long train ride during which I scanned the beamer documentation (smoking hot stuff!). Then I

Re: [Orgmode] Beamer support in Org-mode

2009-11-26 Thread Thomas S. Dye
Hi Carsten, On Nov 26, 2009, at 1:17 AM, Carsten Dominik wrote: Hi, this is in response to the discussions about beamer export from Org-mode. Yesterday I had a long train ride during which I scanned the beamer documentation (smoking hot stuff!). Then I made the attached draft for Org-mode

[Orgmode] Re: Beamer support in Org-mode

2009-11-26 Thread Christoph Groth
Nice idea to create LaTeX-presentations using orgmode. Though, whenever using beamer, I always find myself having to tweak some spaces on a fairly low level. I'm curious whether it will work out to create non-trivial presentations by using orgmode only. Carsten Dominik carsten.domi...@gmail.com

[Orgmode] Re: Beamer support in Org-mode

2009-11-26 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: On Nov 26, 2009, at 3:01 PM, Sébastien Vauban wrote: Carsten Dominik wrote: [...] before I polish I would like comments on this outline. 1 Organization ~~~ 1.1 Sections = By default, level one headlines become sections in the

Re: [Orgmode] Re: latex export and beamer columns

2009-11-26 Thread Eric S Fraga
At Thu, 26 Nov 2009 02:52:04 +0100, Łukasz Stelmach wrote: I've just tried something simplier and IMHO more flexible (widths). --8---cut here---start-8--- * The Title ** The Section *** The Frame #+latex: \begin{columns}[t] #+latex:

Re: [Orgmode] Beamer support in Org-mode

2009-11-26 Thread Eric S Fraga
At Thu, 26 Nov 2009 12:17:21 +0100, Carsten Dominik wrote: Hi, this is in response to the discussions about beamer export from Org-mode. Yesterday I had a long train ride during which I scanned the beamer documentation (smoking hot stuff!). Then I made the attached draft for Org-mode

Re: [Orgmode] Beamer support in Org-mode

2009-11-26 Thread Darlan Cavalcante Moreira
I usually make my presentations in beamer as below. , | \begin{frame} | \frametitle{This is the frametitle} | \begin{itemize} | \item Some information | \begin{itemize} | \item Some information in a subitem | \end{itemize} | \item more information | \item more

Re: [Orgmode] Beamer support in Org-mode

2009-11-26 Thread Dan Davison
... On Nov 26, 2009, at 1:17 AM, Carsten Dominik wrote: ... NOW is the time to chime in. I don't know if this is helpful from someone who hasn't thought through the details of beamer support but just in case: is there any chance that we should be thinking at this stage of a generic

[Orgmode] emacs + orgmode on Ubuntu on Android G1

2009-11-26 Thread Adam Spiers
On Wed, Nov 04, 2009 at 04:01:11PM +0900, Torsten Wagner wrote: Hi Looks like fantastic work, congratulations! Thank heavens I finally got Ubuntu/emacs/orgmode/git running natively on my Android phone, otherwise I'd be green with envy ;-) That means you run a full emacs23 together

[Orgmode] Re: Again on bookmarks

2009-11-26 Thread andrea
Thierry Volpiatto thierry.volpia...@gmail.com writes: andrea andrea.crott...@gmail.com writes: See BookmarkExtension: http://www.emacswiki.org/cgi-bin/emacs/BookmarkExtension It support now nearly all: emacs-w3m bookmarks, Firefox bookmarks, Delicious bookmarks, Gnus bookmarks, Man pages

Re: [Orgmode] Re: Again on bookmarks

2009-11-26 Thread Samuel Wales
Hi Thierry, On 2009-11-26, Thierry Volpiatto thierry.volpia...@gmail.com wrote: See BookmarkExtension: http://www.emacswiki.org/cgi-bin/emacs/BookmarkExtension It support now nearly all: emacs-w3m bookmarks, Firefox bookmarks, Delicious bookmarks, Gnus bookmarks, Man pages etc... The

[Orgmode] Re: Collaborate with heretics

2009-11-26 Thread andrea
I try to be a prophet of emacs and org-mode but sometimes it's just a loss of time. Even very skilled informatics weren't convinced, sometimes they didn't like it sometimes they just didn't want to spend time on it. Once it happened that a friend of mine that was working with excel tables saw

[Orgmode] Re: Again on bookmarks

2009-11-26 Thread Thierry Volpiatto
andrea andrea.crott...@gmail.com writes: Thierry Volpiatto thierry.volpia...@gmail.com writes: andrea andrea.crott...@gmail.com writes: See BookmarkExtension: http://www.emacswiki.org/cgi-bin/emacs/BookmarkExtension It support now nearly all: emacs-w3m bookmarks, Firefox bookmarks,

Re: [Orgmode] Re: latex export and beamer columns

2009-11-26 Thread Darlan Cavalcante Moreira
Maybe a simpler notation could be used instead direct latex since we are talking about official support for beamer in org-mode. For instance , | * Teste beamer: This is a Section | *** Teste beamer: This is a Subsection | * This is the frame title | Frame content | | * This is

Re: [Orgmode] Re: Again on bookmarks

2009-11-26 Thread Samuel Wales
On 2009-11-26, Thierry Volpiatto thierry.volpia...@gmail.com wrote: reimport back to org without losing the annotations (new browser tabs (web pages) that org does not know about yet end up in a special place in the org hierarchy while existing ones sync with existing headlines). You can

[Orgmode] Re: column view face for todo keywords

2009-11-26 Thread Patrick Drechsler
Carsten Dominik wrote: On Nov 25, 2009, at 9:33 PM, Patrick Drechsler wrote: Hi, is it possible to display TODO keywords in their non-column-view-font/face while in column view? No, I don't think it is possible. OK, thanks for the feedback. I wasn't sure if I missed something in the

[Orgmode] [PATCH] Remove leftover merge separater line

2009-11-26 Thread Bernt Hansen
This was leftover from a previous merge and should be deleted --- This patch is available at git://git.norang.ca/org-mode.git for-carsten lisp/ChangeLog |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1265f2b..4acb99c 100755 ---

Re: [Orgmode] Re: Q: How to search dates within current week

2009-11-26 Thread tan....@juno.com
Hi Carsten, Sorry for taking so long to reply you. Being a newbie, it's taken me more time than usual to figure things out. I've added an update to my query Q: How to search dates within current week. Regarding updating the documentation, my suggestion would be to add to Section 10.5 Commands

[Orgmode] Re: Q: How to search dates within current week

2009-11-26 Thread Kwee Heong TAn
Hi, Problem : search for CLOSED items in current week It turns out that Orgmode has the functionality all along but being a newbie, I did not ask the right question. Bernt Hansen's suggestion to use Timeline with C-u l provided the clue. When I view the weekly agenda ( C-c a a ), I get a list

Re: [Orgmode] Bug: org-mobile Bad file encoding [6.33trans]

2009-11-26 Thread Ben Alexander
Well, the problem came back :-( I tried to go to the agendas.org file on my WebDAV server and save it in utf-8 manually (using the command M-x set-buffer-file-encoding utf-8) but because the checksums.dat don't change, the iPod doesn't reload the newly saved file. So I deleted

[Orgmode] org-babel for matlab?

2009-11-26 Thread Christopher Long
Dear All, Has anyone started on a babel mode for matlab? Or is anyone else interested in making it happen? Or have a suggestion for a good template to start from (babel-python? babel-R?) And anyone has an estimate of how time consuming such a project would be? I'd like it to work

Re: [Orgmode] Re: Again on bookmarks

2009-11-26 Thread Thierry Volpiatto
Samuel Wales samolog...@gmail.com writes: Hi Thierry, On 2009-11-26, Thierry Volpiatto thierry.volpia...@gmail.com wrote: See BookmarkExtension: http://www.emacswiki.org/cgi-bin/emacs/BookmarkExtension It support now nearly all: emacs-w3m bookmarks, Firefox bookmarks, Delicious bookmarks,

[Orgmode] Re: Emacs opens a frame for each file in agenda list on org-mobile

2009-11-26 Thread Christopher Long
Dear Steve and All, I've been able to suppress the problem by commenting out one line (line 232) in org-mobile.el (in the version of org I just recently got from git, 6.33f+). That line is: ;; (push (cons file link-name) rtn)) Unfortunately, this also suppresses the update of the

[Orgmode] Re: Beamer support in Org-mode

2009-11-26 Thread Sébastien Vauban
Christoph Groth wrote: Nice idea to create LaTeX-presentations using orgmode. Though, whenever using beamer, I always find myself having to tweak some spaces on a fairly low level. I'm curious whether it will work out to create non-trivial presentations by using orgmode only. I am sure we

Re: [Orgmode] Re: Again on bookmarks

2009-11-26 Thread Thierry Volpiatto
Samuel Wales samolog...@gmail.com writes: On 2009-11-26, Thierry Volpiatto thierry.volpia...@gmail.com wrote: reimport back to org without losing the annotations (new browser tabs (web pages) that org does not know about yet end up in a special place in the org hierarchy while existing ones

[Orgmode] Re: Beamer support in Org-mode

2009-11-26 Thread Sébastien Vauban
Dan Davison wrote: On Nov 26, 2009, at 1:17 AM, Carsten Dominik wrote: NOW is the time to chime in. I don't know if this is helpful from someone who hasn't thought through the details of beamer support but just in case: is there any chance that we should be thinking at this stage of a

Re: [Orgmode] Re: Beamer support in Org-mode

2009-11-26 Thread Russell Adams
On Thu, Nov 26, 2009 at 10:38:20PM +0100, S??bastien Vauban wrote: I just know ('ve seen it) that Russell Adams (hep!??;-)) uses Prosper, one of the old alternatives, before Beamer came on the market. Maybe he could tell us some interesting things about this planned construction? I heard my

Re: [Orgmode] Bug: Infinite loop when org-entry-put is called in buffer not in org-mode [6.33trans]

2009-11-26 Thread David Maus
Hi Carsten, At Thu, 26 Nov 2009 08:42:09 +0100, Carsten Dominik wrote: Hi David, you cannot reasonably expect that org-mode functions should work in other modes. And you cannot expect these functions to check the mode all the time. I don't know what you are up to here. But maybe the

Re: [Orgmode] Beamer support in Org-mode

2009-11-26 Thread Carsten Dominik
On Nov 26, 2009, at 7:40 PM, Dan wrote: ... On Nov 26, 2009, at 1:17 AM, Carsten Dominik wrote: ... NOW is the time to chime in. I don't know if this is helpful from someone who hasn't thought through the details of beamer support but just in case: is there any chance that we

[Orgmode] Org-mode version 6.32b; shift-tab configured wrong in xemacs

2009-11-26 Thread Kevin Haddock
Please take note: I think this patch will fix the problem: *** org.el Thu Nov 26 18:08:57 2009 --- org.el.orig Thu Nov 26 18:08:23 2009 *** *** 14416,14423 (org-defkey org-mode-map \M-\t 'org-complete) (org-defkey org-mode-map \M-\C-i 'org-complete) ;; The

[Orgmode] Bug: Before first heading error when rearranging tasks in narrow to subtree [6.33trans (release_6.33f.45.gfe96)]

2009-11-26 Thread Bernt Hansen
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://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[Orgmode] [PATCH] Stop generating superfluous clock entries

2009-11-26 Thread Bernt Hansen
Avoid closing the currently clocking entry when clocking in the same task again. Leave the clock entry open until some other task is clocked in. This allows us to clock in tasks with hooks that are called frequently without generating lots of short sequential clock entries for the same task. ---

Re: [Orgmode] Org-mode version 6.32b; shift-tab configured wrong in xemacs

2009-11-26 Thread Carsten Dominik
Hi Kevin, this is already corrected in the current version. - Carsten On Nov 27, 2009, at 3:12 AM, Kevin Haddock wrote: Please take note: I think this patch will fix the problem: *** org.el Thu Nov 26 18:08:57 2009 --- org.el.orig Thu Nov 26 18:08:23 2009 *** ***

Re: [Orgmode] [PATCH] Stop generating superfluous clock entries

2009-11-26 Thread Carsten Dominik
Thanks, Bernt, good idea! I have applied a modified version. - Carsten On Nov 27, 2009, at 3:21 AM, Bernt Hansen wrote: Avoid closing the currently clocking entry when clocking in the same task again. Leave the clock entry open until some other task is clocked in. This allows us to