Re: [O] [PATCH] org-crypt: only warn about auto-save-mode when running org-decrypt

2011-06-26 Thread Pieter Praet
On Fri, 24 Jun 2011 17:50:04 -0400, Nick Dokos nicholas.do...@hp.com wrote: Pieter Praet pie...@praet.org wrote: As auto-save-mode can only cause leakage after org-decrypt has been run, there's no need to check for it (and potentially cause annoyance) so early. Unfortunately,

Re: [O] babel: textual output and graphic results

2011-06-26 Thread Eythan Weg
Eric Schulte schulte.e...@gmail.com Fri, 24 Jun 2011 11:11:52 -0700 eythan...@gmail.com (Eythan Weg) writes: Hi, How could I effect the plot saved in a file and the output produced shown in the buffer by using a single execution of R in the following snippet?

Re: [O] babel: textual output and graphic results

2011-06-26 Thread Eythan Weg
True again. It solves the problem by bypassing a babel's weakness, I think. Eythan Rainer M Krug r.m.k...@gmail.com Fri, 24 Jun 2011 14:28:41 +0200 On Fri, Jun 24, 2011 at 2:05 PM, Eythan Weg eythan...@gmail.com wrote: Thank you. True. But, I would

[O] [PATCH] org-crypt: make org-decrypt disable auto-save-mode (configurable)

2011-06-26 Thread Pieter Praet
Signed-off-by: Pieter Praet pie...@praet.org --- This is appears to be the only solution that doesn't cause the production of inordinate amounts of cortisol. I've also added a warning re the broken state of `auto-save-hook'. lisp/org-crypt.el | 36 1

Re: [O] Bug: org-time-stamp loses repeater interval

2011-06-26 Thread Karl Voit
* Michael Brand michael.ch.br...@gmail.com wrote: If it is a DEADLINE or SCHEDULED you can also use C-c C-d . or C-c C-s . as a workaround to preserve the repeater. Therefore I consider loosing the repeater with just C-c . on any active timestamp, no matter if a DEADLINE, SCHEDULED or not, a

Re: [O] [babel] using #+call for inline results

2011-06-26 Thread Christian Moe
Hi, Eric, Very nice, thanks! I note the turnover on your long-term low-priority stack is about two days. :) But I seem to have a problem (running your example): Debugger entered--Lisp error: (invalid-function (nonempty (a b) (let ((it (match-string a))) (if (= (length it) 0) (match-string

Re: [O] org and microsoft exchange

2011-06-26 Thread Matthieu Lemerre
Hi, After some digging I found the following setup to share my calendar with people using outlook. One problem is that org-mode produces ics files, but they are calendar snapshots, and outlook does import them well (if you import them twice, your calendar items will appear twice) This problem

Re: [O] [Bug] Doc string for org-clock-into-drawer truncated?

2011-06-26 Thread Achim Gratz
Ian Barton li...@wilkesley.net writes: The default for this variable is the value of `org-log-into-drawer', which see. … I can't make much sense of the last sentence which looks truncated. It means, please look at the variable org-log-into-drawer for more information. I have seen this

[O] a window with my agenda at all times

2011-06-26 Thread D M German
Hi everybody, I struggle to keep (in emacs) a window with the agenda at all times. If anybody has any pointers on how to get a window or a frame to stick at all times with the contents of a frame, and basically be ignored from any window-related command (split, kill, etc), I would be grateful.

Re: [O] [PATCH] Introduce CLOCK_INTO_DRAWER property like the existing LOG_INTO_DRAWER (was: [Bug] Doc string for org-clock-into-drawer truncated?)

2011-06-26 Thread Achim Gratz
Carsten Dominik carsten.domi...@gmail.com writes: For symmetry it seems that one should be able to specify a property CLOCK_INTO_DRAWER specifically for clocking or fall back onto LOG_INTO DRAWER, just like the customization variables allow one to do. This does make sense, can you make a

Re: [O] [BUG] bug in org-publish and a (wrong) patch

2011-06-26 Thread David Maus
At Fri, 08 Apr 2011 12:58:06 -0400, Nick Dokos wrote: Carsten Dominik carsten.domi...@gmail.com wrote: Hi Nick, I have not looked closely, but maybe you can use (expand-file-name (file-name-directory filename)) to fix this patch? Not sure, I have not spent any time on it.

Re: [O] xml statement in html and apache error

2011-06-26 Thread David Maus
At Thu, 07 Apr 2011 11:18:27 +0200, Richard Riley wrote: Nick Dokos nicholas.do...@hp.com writes: Richard Riley rile...@googlemail.com wrote: I cant really give too many details or suggestions as to why it failed, but the default xml string at the top of export to html files was

Re: [O] Time zone support for agenda item timestamps

2011-06-26 Thread David Maus
At Sat, 9 Apr 2011 20:23:38 +1000, Matt Curtis wrote: Hello, I would like agenda timestamps to support time zones somehow, and I'm after some guidance from org-mode developers. Nothing Org mode specific but with regards to the problem of representing time I recently stumbled across Erik

Re: [O] Bug: Backtrace [7.5 (release_7.5.135.g7021f.dirty)]

2011-06-26 Thread David Maus
At Wed, 13 Apr 2011 18:38:38 -0400, Dave Abrahams wrote: At Thu, 14 Apr 2011 00:17:46 +0200, Carsten Dominik wrote: I think I have fixed this bug - along with a few more issues in this bulk command. Please try the latest git version. Thanks; I will! Did Carsten's patches fix the

Re: [O] Automatic title generation for capture mode

2011-06-26 Thread David Maus
At Tue, 12 Apr 2011 22:25:53 +0200, Jae Hee Lee wrote: Hi all, the default remember-mode generates a title automatically from the text input. For example, if I enter the command M-x org-remember and input the content of this e-mail followed by C-c C-c, the title (Hi all) is automatically

Re: [O] Bug: symbol function's definition is null : signum [7.5]

2011-06-26 Thread David Maus
At Fri, 15 Apr 2011 18:40:51 -0400, Nick Dokos wrote: Sylvain Beucler b...@beuc.net wrote: When using S-up to modify a date with an our range in Org 7.5, I get symbol function's definition is null : signum. E.g. 2011-03-10 jeu. 10:30-11:30 It appears that (org-modify-ts-extra) is

[O] Problem with autoloads

2011-06-26 Thread suvayu ali
Hi, After I updated yesterday I have been having this problem. This is how I compile: $ make cleanall make all and I load org from my init file like this: ;; the org repo is at ~/build/org-mode (add-to-list 'load-path (expand-file-name ~/build/org-mode/lisp)) (add-to-list 'load-path

Re: [O] [babel] using #+call for inline results

2011-06-26 Thread Eric Schulte
But I seem to have a problem (running your example): Debugger entered--Lisp error: (invalid-function (nonempty (a b) (let ((it (match-string a))) (if (= (length it) 0) (match-string b) it (nonempty (a b) (let (...) (if ... ... it)))() org-babel-lob-get-info()

Re: [O] [Use Question] Capture and long lines

2011-06-26 Thread Matthew Sauer
I can refile into the longlines format buffer and it looks fine until I close and reopen the buffer, then it is all drawn out into one long line, the headline instead of broken up. One other behavior I have noticed is that when I change state it generates the logbook and changes the state but

Re: [O] [BUG] bug in org-publish and a (wrong) patch

2011-06-26 Thread Nick Dokos
David Maus dm...@ictsoc.de wrote: At Fri, 08 Apr 2011 12:58:06 -0400, Nick Dokos wrote: Carsten Dominik carsten.domi...@gmail.com wrote: Hi Nick, I have not looked closely, but maybe you can use (expand-file-name (file-name-directory filename)) to fix this

[O] [PATCH] Minor doc fix.

2011-06-26 Thread Noorul Islam K M
When compiling from latest pull I got error when generating doc. The attached patch fixes that. Log [[[ * doc/org.texi: Minor doc fix. ]]] Thanks and Regards Noorul diff --git a/doc/org.texi b/doc/org.texi index a397a7e..9802bc4 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -8951,7 +8951,7

Re: [O] [BUG] bug in org-publish and a (wrong) patch

2011-06-26 Thread David Maus
At Mon, 27 Jun 2011 00:12:11 -0400, Nick Dokos wrote: David Maus dm...@ictsoc.de wrote: At Fri, 08 Apr 2011 12:58:06 -0400, Nick Dokos wrote: Carsten Dominik carsten.domi...@gmail.com wrote: Hi Nick, I have not looked closely, but maybe you can use

Re: [O] [PATCH] Minor doc fix.

2011-06-26 Thread Achim Gratz
Noorul Islam K M noo...@noorul.com writes: [...] My patch for CLOCK_INTO_DRAWER already includes a fix for that, albeit a different one — using @pxref instead of @xref, as seems to have been intended all along. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk

[O] [BUG] doc/org.texi:org-crypt.el

2011-06-26 Thread Nick Dokos
The headings for the org-crypt.el section of org.texi contain spurious plus signs (possibly from a bad patch application): +@node org-crypt.el, , Interaction, Miscellaneous +@section org-crypt.el +@cindex @file{org-crypt.el} +@cindex @code{org-decrypt-entry} The plus signs should be deleted.