[Orgmode] ``repairing'' time logging/clocks

2010-04-24 Thread Martin Steffen
Hi, I got a question about time logging. Sometimes I forget/had forgotten to clock-out. If I clock out correctly, it entries look for instance as CLOCK: [2010-04-24 Sat 06:56]--[2010-04-24 Sat 06:58] = 0:02 To repair dangling clocks, one can use, it seems, M-x org-resolve-clocks

Re: [Orgmode] due today notification

2010-04-24 Thread Bastien
Hi, Buck Brody buckbr...@gmail.com writes: Is there a way to know if an item is due today by only looking at the headline or at an agenda? The is the agenda custom command I use for this: , | (d Due today agenda | ((org-agenda-ndays 1) | (org-deadline-warning-days 0) |

Re: [Orgmode] A table formula bug: incremental column fill with negative values

2010-04-24 Thread Carsten Dominik
Hi William, On Apr 24, 2010, at 6:03 AM, William Henney wrote: Hi all The following is using today's git trunk of org-mode with emacs 23.1.94.1 (aquamacs 2.0preview5) Consider the following table | -8 | || || || #+TBLFM: $...@-1 - 1::@1$1=-8 Evaluate formulas

Re: [Orgmode] org-mode CSS property export bug

2010-04-24 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On Apr 23, 2010, at 1:00 PM, Rick Moynihan wrote: On 23 April 2010 11:46, Sebastian Rose sebastian_r...@gmx.de wrote: Very old browsers. Do we have to support them? I personally don't care for older browsers, though others may differ here.

Re: [Orgmode] Shift-Arrow Pass Through for windmove?

2010-04-24 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On Apr 24, 2010, at 1:19 AM, Sebastian Rose wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Apr 23, 2010, at 6:12 PM, Sebastian Rose wrote: Daniel E. Doherty ded-...@ddoherty.net writes: All, I make *very* frequent use of the

Re: [Orgmode] org-mode CSS property export bug

2010-04-24 Thread Sebastian Rose
Hi everyone, here's a patch for org-html.el to fix those IDs. sec-1.2= sec-1_2 sec-1.2.3 = sec-1_2_3 diff --git a/lisp/org-html.el b/lisp/org-html.el index 71f62eb..133bffa 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -871,7 +871,9 @@ lang=\%s\ xml:lang=\%s\

Re: [Orgmode] org-mode CSS property export bug

2010-04-24 Thread Carsten Dominik
Hi Sebastian, I need to ask: What exactly are we changing? just the class names? of the id and names as well? Will links have to be changed? - Carsten On Apr 24, 2010, at 1:25 PM, Sebastian Rose wrote: Hi everyone, here's a patch for org-html.el to fix those IDs. sec-1.2=

Re: [Orgmode] export problem

2010-04-24 Thread charles snyder
I think that problem seemed to be localized to one machine, probably from the tex installation. Thanks On Fri, Apr 23, 2010 at 2:32 AM, Nick Dokos nicholas.do...@hp.com wrote: Nick Dokos nicholas.do...@hp.com wrote: charles snyder clsny...@gmail.com wrote: Thanks Nick! Glad to

Re: [Orgmode] org-mode CSS property export bug

2010-04-24 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, I need to ask: What exactly are we changing? just the class names? of the id and names as well? Will links have to be changed? We are changing the values of the `id' attributes inside html tags. - in headlines (h3

[Orgmode] Re: due today notification

2010-04-24 Thread Matt Lundin
Buck Brody buckbr...@gmail.com writes: Is there a way to know if an item is due today by only looking at the headline or at an agenda?  For instance, could a tag today be triggered based upon a deadline? Basically, when looking at a sparse tree or an agenda, I would like to know what is due

[Orgmode] Re: mobile org

2010-04-24 Thread charles snyder
My earlier post was in regard to problems with sync from mobile org on a iphone to a webdav folder on a remote server (in this case a dreamhost account). I got it to work, and though perhaps this overly simplistic description of the steps would be helpful to someone else. The instructions are

[Orgmode] Re: ``repairing'' time logging/clocks

2010-04-24 Thread Bernt Hansen
Martin Steffen mstef...@ifi.uio.no writes: However, in my orgfile, I have a quite number of time-log entries of the form CLOCK: [2010-04-24 Sat 06:56]--[2010-04-24 Sat 06:58](***) i.e., the sum is missing. The reason why I have those is because I repaired non-finished clocks

Re: [Orgmode] org-mode CSS property export bug

2010-04-24 Thread Carsten Dominik
He Sebastian, I believe we need a bit more - here is my patch - can you please take a look? Thanks! - Carsten Modified lisp/org-docbook.el diff --git a/lisp/org-docbook.el b/lisp/org-docbook.el index de9ffcc..bb8d048 100644 --- a/lisp/org-docbook.el +++ b/lisp/org-docbook.el @@

[Orgmode] Put latex export buffer in latex-mode?

2010-04-24 Thread Dan Davison
C-e H brings up the exported html in an html-mode buffer, but C-e L brings up a fundamental-mode buffer rather than latex-mode. Is this an oversight or is there a reason for this? Dan p.s. I could use org-export-latex-after-save-hook, or a change to the source could be something like this

[Orgmode] a couple of questions about org-mime

2010-04-24 Thread Xiao-Yong Jin
Hi, I'm using org-mode from git repository at commit , | commit 830e0cfe407b42060c3adc490baa7c3104589435 | Author: Carsten Dominik carsten.domi...@gmail.com | Date: Thu Apr 22 18:04:13 2010 +0200 ` I have 2 questions regarding `org-mime-htmlize'. 1. How do I quote verbatim code?

Re: [Orgmode] a couple of questions about org-mime

2010-04-24 Thread Eric Schulte
Hi, Xiao-Yong Jin xj2...@columbia.edu writes: Hi, I'm using org-mode from git repository at commit , | commit 830e0cfe407b42060c3adc490baa7c3104589435 | Author: Carsten Dominik carsten.domi...@gmail.com | Date: Thu Apr 22 18:04:13 2010 +0200 ` I have 2 questions regarding