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) (org-agenda-ent

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 dist

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 s

[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 * ❢ chec

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

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

2011-10-15 Thread Eric S Fraga
Carsten Dominik 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 sequences special. The

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

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

2011-10-15 Thread Bernt Hansen
Eric S Fraga 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 when I do use

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

[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

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 writes: > Hi, > > I’d love to have babel for python3. > > My first shot at it would just be ob-pyt

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 yo

Re: [O] Wish: babel for python3

2011-10-15 Thread Thomas S. Dye
Arne Babenhauserheide 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: http://www.g

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

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 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: > http://www.gnu

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

2011-10-15 Thread Christian Moe
Hi, I can't reproduce this. After adding your example to a test buffer and re-saving the buffer, I get the expected html export. (Before resaving, the buffer was still exported in iso-8859-1, producing garbage -- but not underscores -- in html; after resaving, in utf-8.) With point in your e