Re: [Orgmode] due today notification

2010-04-24 Thread Bastien
Hi, Buck Brody 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) | (org-agenda-skip-schedu

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 o

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

2010-04-24 Thread Sebastian Rose
Carsten Dominik writes: > On Apr 23, 2010, at 1:00 PM, Rick Moynihan wrote: > >> On 23 April 2010 11:46, Sebastian Rose wrote: >>> Very old browsers. Do we have to support them? >> >> I personally don't care for older browsers, though others may differ here. >> >>> The appended testfile works in

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

2010-04-24 Thread Sebastian Rose
Carsten Dominik writes: > On Apr 24, 2010, at 1:19 AM, Sebastian Rose wrote: > >> Carsten Dominik writes: >>> On Apr 23, 2010, at 6:12 PM, Sebastian Rose wrote: >>> Daniel E. Doherty writes: > All, > > I make *very* frequent use of the shift-arrow keys to move from window >

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=> sec-

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 wrote: > Nick Dokos wrote: > > > charles snyder wrote: > > > > > Thanks Nick! > > > > > Glad to help! > > > > BTW, I forgot that you originally re

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

2010-04-24 Thread Sebastian Rose
Carsten Dominik 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 ( and similar) - in the con

[Orgmode] Re: due today notification

2010-04-24 Thread Matt Lundin
Buck Brody 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 today without u

[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 for

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

2010-04-24 Thread Bernt Hansen
Martin Steffen 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 > > CL

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 @@ -1228

[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 | Date: Thu Apr 22 18:04:13 2010 +0200 ` I have 2 questions regarding `org-mime-htmlize'. 1. How do I quote verbatim code? BEGIN_SRC/END_SRC or BEGIN

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

2010-04-24 Thread Eric Schulte
Hi, Xiao-Yong Jin writes: > Hi, > > I'm using org-mode from git repository at commit > > , > | commit 830e0cfe407b42060c3adc490baa7c3104589435 > | Author: Carsten Dominik > | Date: Thu Apr 22 18:04:13 2010 +0200 > ` > > I have 2 questions regarding `org-mime-htmlize'. > > 1. How do I