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 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 like for org

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

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 d

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

2012-02-20 Thread Thomas S. Dye
Nice! Nicolas Goaziou 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 test buffer. >

[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 on

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

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 #+L

[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] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Nick Dokos
Nick Dokos 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))) > (calendar-absolute-from-gregor

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

2012-02-20 Thread Nick Dokos
Rainer Stengele 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 > is a calendar rang

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-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 notic

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

2012-02-20 Thread Andreas Leha
Eric Schulte 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 on many syste

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] [0][babel][R] Undesired conversion of integers to floats in R code block output

2012-02-20 Thread Achim Gratz
Achim Gratz 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 these

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 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 -

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 writes: > Hi all

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

2012-02-20 Thread Nick Dokos
Rainer Stengele 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 "" >((org-agend

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 we

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 wrote: > Unfortunately I don't have access to a windows machine for testing of > tangle behavior. Before we delve deeper, could you confirm two

[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] 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") (

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 age

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

2012-02-20 Thread Bernt Hansen
Andreas Leha 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 version 7.8.03 (release_7.8.03.42

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

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

2012-02-20 Thread Bernt Hansen
Carsten Dominik 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 works for me

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 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: > > > >

[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] [dev] Implement "ref" link types

2012-02-20 Thread Nicolas Goaziou
Hello, Carsten Dominik 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, there may exist a bet

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 m

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/

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;

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 Clockrepor

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-

[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 co