Re: [O] Hiding future tasks in tags-todo agenda view

2011-10-15 Thread Matthew Sauer
Neilen, One of my favorite agenda custom commands is the following: ---snipstart--snip-- ((s Startup View ((agenda ((org-agenda-ndays 3) (org-deadline-warning-days 1))) (agenda ((org-agenda-time-grid nil) (org-deadline-warning-days 365)

Re: [O] Can not export to LaTeX anymore

2011-10-15 Thread Daniel Brunner
Hi! Well, in the meantime I found the error and a workaround. It resulted from an (require 'org-export-latex) somewhere in my .emacs because I wanted to add some LaTeX export definitions to org-export-latex-classes. The effect was the the very old org-latex.el (v 6.21) from the original Emacs

Re: [O] Hiding future tasks in tags-todo agenda view

2011-10-15 Thread Carsten Dominik
On 14.10.2011, at 22:09, Neilen Marais wrote: Hi, I've recently switched from using tracks (http://getontracks.org/) to org mode for GTD task management. One neat tracks feature that I am struggling to reproduce is the show task from date. If you add a task with no date set, they show up

[O] Wish: babel for python3

2011-10-15 Thread Arne Babenhauserheide
Hi, I’d love to have babel for python3. My first shot at it would just be ob-python.el with each mention of python replaced by python3, but I hope that there is a more elegant way… Is there a way to get python3 support for Babel into org-mode cleanly? Best wishes, Arne

[O] Export as HTML does not preserve nonstandard entities as TODO signs

2011-10-15 Thread Arne Babenhauserheide
Hi, I started using ✔ and ❢ as replacement for DONE und TODO and I realized that they get replaced by an underscore (_) in HTML output. Since I really like using symbols for TODO and DONE¹, I wanted to ask, if this is a bug. Best wishes, Arne ¹: Just compare: * ✔ Sent bug question * ❢

[O] Cannot insert a footnote after certain verbatim text?

2011-10-15 Thread CS Fuu
I am using org to write a document correcting some of my students' more common LaTeX blunders, and I keep running into places where I am not able to insert a footnote (Cannot insert a footnote here.). Some of these problems I am unable to reproduce consistently, but I think it usually occurs when

[O] Background color for literal examples in LaTeX export

2011-10-15 Thread Chris Malone
Hi all, I would like to include some lines in an example block and upon LaTeX export give the block a colored background, analogous to HTML export. For src blocks, this is easy using =listings=, but the lines I want to include are not necessarily source code. By default an example block is

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-15 Thread Eric S Fraga
Carsten Dominik carsten.domi...@gmail.com writes: On 14.10.2011, at 13:31, Nicolas Goaziou wrote: [...] I have nothing against (1) as item bullets, as it doesn't interfere with any existing Org syntax. That is not the only criterion. Adding new syntax elements make more ASCII

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-15 Thread Marius Hofert
I'm 100% with Eric, just that I would say - and (1) are enough. On 2011-10-15, at 16:14 , Eric S Fraga wrote: Carsten Dominik carsten.domi...@gmail.com writes: On 14.10.2011, at 13:31, Nicolas Goaziou wrote: [...] I have nothing against (1) as item bullets, as it doesn't interfere

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-15 Thread Bernt Hansen
Eric S Fraga e.fr...@ucl.ac.uk writes: I am in the keep it simple school. So long as org allows me to distinguish between numbered and unnumbered itemised lists, I am happy. I actually would prefer less choices than there are currently because I would like to get to my choice more quickly

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-15 Thread Carsten Dominik
On 15.10.2011, at 16:14, Eric S Fraga wrote: Carsten Dominik carsten.domi...@gmail.com writes: On 14.10.2011, at 13:31, Nicolas Goaziou wrote: [...] I have nothing against (1) as item bullets, as it doesn't interfere with any existing Org syntax. That is not the only criterion.

[O] Invisible Blocked Tasks and Tag Searches

2011-10-15 Thread Florian Beck
Hello! I just spent nearly two hours figuring out why (setq org-stuck-projects '(/PROJECT nil nil (SCHEDULED\\|DEADLINE\\): )) wouldn't work for me. It would only display some projects. In fact, it would only show projects without any subentries. Turns out, that is

Re: [O] Wish: babel for python3

2011-10-15 Thread Eric Schulte
Hi Arne, I think you can simply add the following to your configuration to use python3 as your python executable. (setq org-babel-python-command python3) Best -- Eric Arne Babenhauserheide arne_...@web.de writes: Hi, I’d love to have babel for python3. My first shot at it would just

Re: [O] Wish: babel for python3

2011-10-15 Thread Arne Babenhauserheide
Hi Eric, Can I then still use babel for python 2.x? I need it for both, because I have python3 and python2 projects. Best wishes, Arne Am Samstag, 15. Oktober 2011, 12:36:52 schrieb Eric Schulte: Hi Arne, I think you can simply add the following to your configuration to use python3 as your

Re: [O] Wish: babel for python3

2011-10-15 Thread Thomas S. Dye
Arne Babenhauserheide arne_...@web.de writes: Hi Eric, Can I then still use babel for python 2.x? I need it for both, because I have python3 and python2 projects. Best wishes, Arne Aloha Arne, If your projects are in different files, then you should be able to use file variables:

[O] [DEV] New package org-refer-by-number

2011-10-15 Thread Marc-Oliver Ihm
Hello All ! I would like to present the new package org-refer-by-number. The package allows to refer to things outside of Org, that cannot be linked to directly. An example would be a piece of paper, you get handed over. Within Org you write something about it and want to refer to it in an

Re: [O] Wish: babel for python3

2011-10-15 Thread Arne Babenhauserheide
Hi Tom, Am Samstag, 15. Oktober 2011, 10:09:24 schrieb Thomas S. Dye: Arne Babenhauserheide arne_...@web.de writes: Is there a way to get python3 support for Babel into org-mode cleanly? If your projects are in different files, then you should be able to use file variables: