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
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'.
(
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
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
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
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
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 '()) ;;
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
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
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
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
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
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
13 matches
Mail list logo