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

2011-06-26 Thread Nick Dokos
Matthew Sauer wrote: > 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 logboo

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

2011-06-26 Thread Christian Moe
Fixed, thanks. I should have guessed that might be it. Evaluating inline calls now works, but there are some ramifications for output and export that I hadn't thought about when I seconded the request. * Export The call itself should not be exported, but I'm seeing: : : Here is a callsqua

[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. N

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

2011-06-26 Thread Achim Gratz
Noorul Islam K M 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 Blofeld]>+ Factory and

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 wrote: > > > At Fri, 08 Apr 2011 12:58:06 -0400, > > Nick Dokos wrote: > > > > > > Carsten Dominik wrote: > > > > > > > Hi Nick, > > > > > > > > I have not looked closely, but maybe you can use > > > > > > > > > > > > (expand-fi

[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 Nick Dokos
David Maus wrote: > At Fri, 08 Apr 2011 12:58:06 -0400, > Nick Dokos wrote: > > > > Carsten Dominik 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

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 the

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() > org-babel-lob

[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 (expan

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 wrote: > > > When using S- 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

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 automa

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

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] 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 writes: > > > Richard Riley 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 > >> causing apache to fail. > >>

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 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] [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 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 patch? Here it is:

[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] [Bug] Doc string for org-clock-into-drawer truncated?

2011-06-26 Thread Achim Gratz
Ian Barton 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 i

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] [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 b

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

2011-06-26 Thread Karl Voit
* Michael Brand 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 bug. Same to me

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

2011-06-26 Thread Pieter Praet
Signed-off-by: Pieter Praet --- 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 files changed, 32 ins

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 Fri, 24 Jun 2011 14:28:41 +0200 On Fri, Jun 24, 2011 at 2:05 PM, Eythan Weg wrote: Thank you. True. But, I would like, if possible, to have the link

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

2011-06-26 Thread Eythan Weg
Eric Schulte 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? > Each code block