[O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Rainer Stengele
Hi! Last week I archived lots of headlines in order to speed up the agenda refresh. This week I am checking my monthly clock report in the agenda with v R (Toggle Clockreport mode). What I find is that org-agenda-clockreport-mode does not seem to include archived entries, which seems to be a

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Carsten Dominik
On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote: Hi! Last week I archived lots of headlines in order to speed up the agenda refresh. This week I am checking my monthly clock report in the agenda with v R (Toggle Clockreport mode). What I find is that org-agenda-clockreport-mode

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Rainer Stengele
Am 20.02.2012 09:36, schrieb Carsten Dominik: On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote: Hi! Last week I archived lots of headlines in order to speed up the agenda refresh. This week I am checking my monthly clock report in the agenda with v R (Toggle Clockreport mode).

Re: [O] [babel] problem with sh blocks

2012-02-20 Thread Sebastien Vauban
Hi Andreas Leha, Andreas Leha wrote: Hi all, why is it, that I can not use this code in sh blocks (I get sh: 2: Bad substitution), even though it is valid when I run the tangled script? Is this a known thing? #+begin_src sh :shebang #!/bin/bash :tangle test.sh for i in *.org; do

Re: [O] [babel] problem with sh blocks

2012-02-20 Thread Andreas Leha
Hi Seb why is it, that I can not use this code in sh blocks (I get sh: 2: Bad substitution), even though it is valid when I run the tangled script? Is this a known thing? #+begin_src sh :shebang #!/bin/bash :tangle test.sh for i in *.org; do echo cp $i ${i/%.org/.bak.org} done

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Carsten Dominik
On Feb 20, 2012, at 9:39 AM, Rainer Stengele wrote: Am 20.02.2012 09:36, schrieb Carsten Dominik: On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote: Hi! Last week I archived lots of headlines in order to speed up the agenda refresh. This week I am checking my monthly clock report

Re: [O] [dev] Implement ref link types

2012-02-20 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: On Feb 20, 2012, at 1:51 AM, Nicolas Goaziou wrote: There are still a few limitations. For example, you cannot reference a precise list item since items do not accept affiliated keywords. Ah, yes, this is right. Thinking about it,

[O] error when completing in org-contacts

2012-02-20 Thread Tamas Papp
Hi, I started using org-contacts (from the contrib directory of the org-mode git repo, with the emacs-snapshot package in Debian), with the following configuration: (require 'org-contacts) (setq org-contacts-files '(~/org/contacts.org) org-capture-templates '((c contacts entry (file

Re: [O] Setting multiple variables for code blocks in one property drawer

2012-02-20 Thread Viktor Rosenfeld
Hi Eric, Eric Schulte wrote: Viktor Rosenfeld listuse...@googlemail.com writes: Hi Eric, thanks for your input. I just pulled the latest code from git and while my original example works, the following does not: :PROPERTIES: :var: foo=1 :var+: bar=2 :var+: baz=3 :END:

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: Can I do a v c including the archived entries? You could try to do first `v a' or even `v A' to add archived stuff, and then `v c' to get to the clock issues. Not sure if it will work, but it may be worth a try. - Carsten v A v c

Re: [O] [babel] problem with sh blocks

2012-02-20 Thread Sebastien Vauban
Hi Andreas Leha, Andreas Leha wrote: Hi Seb why is it, that I can not use this code in sh blocks (I get sh: 2: Bad substitution), even though it is valid when I run the tangled script? Is this a known thing? #+begin_src sh :shebang #!/bin/bash :tangle test.sh for i in *.org; do

Re: [O] [babel] problem with sh blocks

2012-02-20 Thread Bernt Hansen
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Org-mode version 7.8.03, pulled last week (how do I get the release info as well?) If you are running from a git repository then M-x org-version should show the results of 'git describe' automatically. C-u M-x org-version RET Org-mode

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Rainer Stengele
Am 20.02.2012 11:09, schrieb Carsten Dominik: On Feb 20, 2012, at 9:39 AM, Rainer Stengele wrote: Am 20.02.2012 09:36, schrieb Carsten Dominik: On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote: Hi! Last week I archived lots of headlines in order to speed up the agenda refresh. This

Re: [O] orgmode and auctex

2012-02-20 Thread Christopher Witte
Hi all, (setq TeX-auto-save t) (setq TeX-parse-self t) (setq-default TeX-master nil) (make-variable-buffer-local 'TeX-master) ;; I think this is need because the variable is not buffer local until Auctex is active (defun org-mode-reftex-setup () (setq TeX-master t) (load-library reftex)

[O] org-mode code / verbatim delimiters don't work with quotation marks

2012-02-20 Thread Leo Alekseyev
I noticed that strings like ='foo'= or =di= don't get recognized by org as code, which is somewhat unfortunate because it forces me to edit exported HTML by hand. Are there any workarounds for this behavior? --Leo

Re: [O] requesting help debugging tangle on windows

2012-02-20 Thread Andrew Cheng
#1 worked. My assumption about how I could get the latest org was wrong. Thanks very much for the help! On Sat, Feb 18, 2012 at 10:16 AM, Eric Schulte eric.schu...@gmx.com wrote: Unfortunately I don't have access to a windows machine for testing of tangle behavior. Before we delve deeper,

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Rainer Stengele
Am 20.02.2012 13:53, schrieb Rainer Stengele: Am 20.02.2012 11:09, schrieb Carsten Dominik: On Feb 20, 2012, at 9:39 AM, Rainer Stengele wrote: Am 20.02.2012 09:36, schrieb Carsten Dominik: On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote: Hi! Last week I archived lots of headlines

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Nick Dokos
Rainer Stengele rainer.steng...@online.de wrote: A custom agenda command like this does show the logs and the clock report, but why do I only get a weeks overview, not a month? ... (0m agenda + no todos - whole month - log-mode - ARCHIVE included - clock report agenda

Re: [O] [babel] problem with sh blocks

2012-02-20 Thread Eric Schulte
Hi, As with the other recent sh-block email, the problem is likely due to the interpreter used (e.g., bash as compared to dash). See the value of `org-babel-sh-command' which defaults to sh which defaults to a POSIX rather than bash shell on many systems. Best, Andreas Leha

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Rainer Stengele
Am 20.02.2012 17:32, schrieb Nick Dokos: Rainer Stengele rainer.steng...@online.de wrote: A custom agenda command like this does show the logs and the clock report, but why do I only get a weeks overview, not a month? ... (0m agenda + no todos - whole month - log-mode - ARCHIVE

Re: [O] [0][babel][R] Undesired conversion of integers to floats in R code block output

2012-02-20 Thread Achim Gratz
Achim Gratz strom...@nexgo.de writes: On my 32-bit Arch machine: (string-to-number 123456789): 123456789 (#o726746425, #x75bcd15) (string-to-number 987654321): 987654321.0 Since that latter number is not representable as an integer in Emacs (it loses 4 bit due to the way Lisp represents

Re: [O] org-mode code / verbatim delimiters don't work with quotation marks

2012-02-20 Thread Michael Hannon
I noticed that strings like ='foo'= or =di= don't get recognized by org as code, which is somewhat unfortunate because it forces me to edit exported HTML by hand.  Are there any workarounds for this behavior? Hi, Leo.  You might try inserting a null character before and after the quotation

Re: [O] [babel] problem with sh blocks

2012-02-20 Thread Andreas Leha
Eric Schulte eric.schu...@gmx.com writes: Hi Eric, Hi, As with the other recent sh-block email, the problem is likely due to the interpreter used (e.g., bash as compared to dash). See the value of `org-babel-sh-command' which defaults to sh which defaults to a POSIX rather than bash shell

Re: [O] org-mode code / verbatim delimiters don't work with quotation marks

2012-02-20 Thread Viktor Rosenfeld
Hi, this behavior is controlled by the contents of the 3rd element of org-emphasis-regexp-components. See this post: http://thread.gmane.org/gmane.emacs.orgmode/20915/focus=20922 I've removed \ a while ago and haven't noticed any problems so far. Cheers, Viktor Leo Alekseyev wrote: I

Re: [O] org-mode code / verbatim delimiters don't work with quotation marks

2012-02-20 Thread Leo Alekseyev
Null character /sort of/ works: it makes org-mode insert the code delimiters on export, but the presence of null characters breaks export down the road, at least in my case. This time, I could intercept the exported text and remove the null characters by hand, but it might not always be the case.

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Nick Dokos
Rainer Stengele rainer.steng...@online.de wrote: Having configured 'month in org-agenda-soan how can I start my agenda at the beginning of the month? I only find org-agenda-start-on-weekday and org-agenda-start-day, but no possibility to set the 1st of the current month. What I really want

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Adding ... (org-agenda-start-day (ndk/org-first-of-month)) (org-agenda-span 'month) ... to your custom agenda command, with (defun ndk/org-first-of-month () (let ((d (calendar-current-date)))

[O] agenda view for TODOs without deadline and a certain tag

2012-02-20 Thread Renato
Hi, how can I make C-c a M (org-tags-view) respect the variable org-agenda-todo-ignore-deadlines? What I want to do is list my active TODOs which do not have a deadline and which do not have a certain tag. kind regards, renato

Re: [O] [dev] Implement ref link types

2012-02-20 Thread Nicolas Goaziou
Completing myself, here is a patch implementing the previous suggestion, along with example output obtained with it. You may need to (fmakunbound 'org-e-ascii-target) to avoid an error, since this patch removes the function. First, the test buffer. #+begin_src org #+TITLE: Cross-references

Re: [O] Bug: Remote state change of repeating TODO fails with calendar open [7.8.03]

2012-02-20 Thread Thomas Morgan
Hi, David, Thanks, that fixes it for me. Best wishes, Thomas

[O] Bug: ^:{} option, underscore in inline task, latex export

2012-02-20 Thread mylesenglish
Hello, If an underscore appears in an inline task then there are problems for latex export, as below. Myles #+TITLE: Underscore bug #+OPTIONS: ^:{} * This works as expected Here is an under_score that is escaped upon latex export *** TODO Fix buggy_bug That

Re: [O] [dev] Implement ref link types

2012-02-20 Thread Thomas S. Dye
Nice! Nicolas Goaziou n.goaz...@gmail.com writes: Completing myself, here is a patch implementing the previous suggestion, along with example output obtained with it. You may need to (fmakunbound 'org-e-ascii-target) to avoid an error, since this patch removes the function. First, the

Re: [O] [dev] Implement ref link types

2012-02-20 Thread David Maus
At Mon, 20 Feb 2012 23:06:32 +0100, Nicolas Goaziou wrote: Completing myself, here is a patch implementing the previous suggestion, along with example output obtained with it. You may need to (fmakunbound 'org-e-ascii-target) to avoid an error, since this patch removes the function. I don't

[O] Inheriting timestamps

2012-02-20 Thread James Harkins
Not sure of the right terminology, but a reasonable description of what I'm hoping to do is to have some TODO items inherit their timestamp from a parent level. This is mainly for things that I need to do soon, but not on a specific day, and they might roll over to the next day (especially [#C]

Re: [O] agenda view for TODOs without deadline and a certain tag

2012-02-20 Thread Renato
On Mon, 20 Feb 2012 22:41:21 +0100 Renato renn...@gmail.com wrote: Hi, how can I make C-c a M (org-tags-view) respect the variable org-agenda-todo-ignore-deadlines? What I want to do is list my active TODOs which do not have a deadline and which do not have a certain tag. better still, I'd