[O] [PATCH] documentation for clocktable :tags syntax

2011-05-01 Thread Antti Kaihola
After some trial and error I had to dig the mailing lists to figure out the syntax of the :tags clock table option. I propose an addition to the documentation along these lines: diff --git a/doc/org.texi b/doc/org.texi index 7142ce0..bec1123 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -5892,7

Re: [Orgmode] Re: org-indent mode not indenting free text?

2010-12-03 Thread Antti Kaihola
2010/12/2 Achim Gratz : > What version of Emacs are you running? This is: GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.0) of 2009-09-27 on palmer, modified by Debian > What does C-h f with-silent-modifications result in? with-silent-modifications is a Lisp macro in `org-macs.el'. (

Re: [Orgmode] org-indent mode not indenting free text?

2010-12-03 Thread Antti Kaihola
2010/12/2 Erik Iverson : > I also don't understand the following part of > Antti's message: > > "Free text is still not indented and indents are only one space." > > That seems contradictory to me? Sorry about vague language: task items (lines with asterisks) are indented by only one space, and fr

[Orgmode] Can't close Emacs+org-mode if /tmp and /home on different partitions

2010-12-02 Thread Antti Kaihola
I have /tmp on my root partition and a separate partition for /home. When trying to close an Emacs session which is using org-mode, I get this error: move-file-to-trash: Non-regular file: Is a directory, /tmp/babel-XXX (where XXX are random characters). I tracked down the problem to

Re: [Orgmode] org-indent mode not indenting free text?

2010-12-01 Thread Antti Kaihola
Erik Iverson writes: >> > I still see the additional stars added to headlines, and they are >> > shadowed properly. But the free text lines under each headline are >> > not shown indented as they previously were. I see the same thing. Indent-mode also only indents one space at a time even though o

Re: [Orgmode] Re: [babel] [BUG] incorrect indentation when tangling with org-src-preserve-indentation

2010-10-15 Thread Antti Kaihola
2010/10/12 Dan Davison : > Thanks for the report and patches. I've just pushed a modification of > your patch, along the lines of > > -   "\n" (org-babel-trim body) "\n")) > +   "\n" (org-babel-trim body (if org-src-preserve-indentation "[\f\n\r\v]")) > "\n")) > > Thus spaces and tabs should no lo

Re: [Orgmode] Fwd: Agenda: Hide Sched. Items

2010-10-15 Thread Antti Kaihola
2010/9/13 Nathan Neff : > (setq org-agenda-custom-commands >      '(("&" "Timeline" ((agenda "" )) >         ((org-agenda-ndays 1) >          (org-agenda-show-log t) >          (org-agenda-clockreport-mode t) >          (org-agenda-log-mode-items '(clock)) >          (org-agenda-entry-types '()) ;;

[Orgmode] Re: [babel] [BUG] incorrect indentation when tangling with org-src-preserve-indentation

2010-10-09 Thread Antti Kaihola
Here's another stab at fixing the problem. This one enhances the existing trimming algorithm by preserving any leading whitespace on the first non-blank line of a block. This probably breaks tangling of other languages than Python, but someone more familiar with the babel codebase will be able to c

[Orgmode] Re: [babel] [BUG] incorrect indentation when tangling with org-src-preserve-indentation

2010-10-09 Thread Antti Kaihola
5,3 @@ form (insert (format "%s\n" (replace-regexp-in-string - "^," "" (org-babel-trim body + "^," "" body))) (when link-p 2010/10/9 Antti Kaihola : > As pointed out in

[Orgmode] [BUG] incorrect indentation when tangling with org-src-preserve-indentation

2010-10-09 Thread Antti Kaihola
As pointed out in the documentation, when tangling Python code, it's important to set org-src-preserve-indentation to a non-nil value. However, tangling still doesn't seem to work correcly: If the first line of a source code block is indented, it ends up dedented to the first column in the resultin

[Orgmode] org-open-at-point misses org headlines with statistics cookies

2010-09-14 Thread Antti Kaihola
In an .org file, I have headlines like this: * example 1 [1/2] * example 2 [5%] org-store-link/org-insert-link creates the following markup for them: [[file:test.org::*example%201%201%202][example 1]] [[file:test.org::*example%202%205][example 2]] When I invoke org-open-at-point

[Orgmode] Unrelated time of day shown in agenda for scheduled event

2009-09-30 Thread Antti Kaihola
I have the following TODO item: * TODO Confirm meeting with Alice on <2009-10-01 Thu 09:00-10:00>. SCHEDULED: <2009-09-30 Wed> It appears in the agenda view time grid for *both* 2009-09-30 and 2009-10-01 as: 9:00-10:00 Scheduled: TODO Confirm meeting with Alice on . I assumed it would ap

[Orgmode] Verse construct generates invalid LaTeX code

2009-09-24 Thread Antti Kaihola
Here's an example file: -versetest.org Test case for verse bug #+BEGIN_VERSE This is the first stanza. This is the second stanza. #+END_VERSE -versetest.org It generates the following LaTeX code with the C-c C-e L command (excerpt with l