[O] To-do dependencies per-file or per-subtree?

2012-06-17 Thread James Harkins
Hi, I see that I can set org-enforce-todo-dependencies, but this is a global setting. Is it possible to have one org file with dependencies and another without? Or by subtree? Thanks. hjh -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net Come said

Re: [O] Minimal overhead Org-mode blogging system

2012-06-17 Thread Karl Voit
Sorry for the late reply. I was off the mailing list for one and a half month. Therefore I include a full quote. * Neil Smithline emacs-orgm...@neilsmithline.com wrote: Karl Voit devnull at Karl-Voit.at writes: Therefore I sat down and thought about a workflow that should be enough for

Re: [O] export to pdf tags showing

2012-06-17 Thread itm...@chrikro.net
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Dokos skrev 2012-06-17 04:12: itm...@chrikro.net itm...@chrikro.net wrote: Hi! This is about exporting to pdf and tags showing. When exporting to pdf I use #+OPTIONS tags:not-in-toc Missing colon perhaps? #+OPTIONS:

[O] latex-backslashes in link break links

2012-06-17 Thread Erich Ruff
Hello all, When I create a link from my latex-file it will not work, wenn the line contians a backslash like \textbf{attention}. I have to double the backshlash in the inserted link to make it work \\textbf{attention}. example [[file:~/git/f-tb19/f-tb_1919.tex::M%C3%BCnchen!%20\curu{Mut,}][link

Re: [O] To-do dependencies per-file or per-subtree?

2012-06-17 Thread Bernt Hansen
James Harkins jamshar...@gmail.com writes: I see that I can set org-enforce-todo-dependencies, but this is a global setting. Is it possible to have one org file with dependencies and another without? Or by subtree? Hi James, You can set the ORDERED and NOBLOCKING properties to

[O] Modify sorting order of agenda (newest scheduled todos first)?

2012-06-17 Thread M
Hi, I want to change the sorting order in the agenda (the standard seems to be that overdue items are sorted by date so that the oldest ones are shown first) to get the items listed in the following order: * as a first list: todos with a deadline today or before today, sorted by priority

Re: [O] Stupid questions. this time: org-protocol

2012-06-17 Thread Puneeth Chaganti
On Thu, Jun 14, 2012 at 8:39 PM, scrawler scraw...@gmail.com wrote: Hey guys, Maybe there can be a subject-line label just for me: [O:sq] because I have a million of them. I really don't want to clutter up the list, though. I haven't used org-protocol yet. I've been staying away from it

Re: [O] The best way to keep up-to-date with new features?

2012-06-17 Thread Puneeth Chaganti
On Thu, Jun 14, 2012 at 10:09 PM, Enda enda...@yahoo.com wrote: If you have read the manual, what is the best way to keep up-to-date with new features?, DiffPDF between the manual that was read and latest manual? There's a nice change log here -- http://orgmode.org/Changes.html Also, every

Re: [O] Cannot use #+call correctly with babel

2012-06-17 Thread William LÉCHELLE
At Sat, 16 Jun 2012 18:31:53 +0200, Benoit Bayol wrote: All the mixes on headers I tried have been failures. Here is my example source : http://pastebin.com/63uHDvZH Does anyone see why I cannot have the output of the code and the results in the last sections ? Hi Benoit, I may be

[O] [BUG] [babel] R graphics header arg :units

2012-06-17 Thread Andreas Leha
Hi all, I am having troubles in using the header argument :units which is implemented for R source blocks. Example: #+begin_src R :results graphics :file wideplot.png :width 14 :height 7 :units cm plot(1:10, 1:10) #+end_src This expands to :

[O] Table hang

2012-06-17 Thread Sergei Nosov
Hi, everyone. I'm seeing a bug that really bothers me. When writing a table, if I specify a formula which has invalid indexes Emacs hangs. E.g. consider a table | 3.4 | | 4.5 | | 5.6 | | :=vmean($1..$3) | Clearly, I wanted to type @1..@3, and everything would work just fine. But such typo

[O] [BUG] [new exporter] \cite and \ref in odt export

2012-06-17 Thread Andreas Leha
Hi all, I experience problems when using \ref and \cite in documents, and then exporting to odt. I can replace the \ref{uuu} with [[uuu]] (breaking compatibility with the legacy exporter), but how would I replace \cite? My only 'solution' momentarily is to export with #+OPTIONS: LaTeX:nil I

Re: [O] export to pdf tags showing

2012-06-17 Thread Nick Dokos
itm...@chrikro.net itm...@chrikro.net wrote: Nick Dokos skrev 2012-06-17 04:12: itm...@chrikro.net itm...@chrikro.net wrote: Hi! This is about exporting to pdf and tags showing. When exporting to pdf I use #+OPTIONS tags:not-in-toc Missing colon perhaps? #+OPTIONS:

Re: [O] [BUG] [babel] R graphics header arg :units

2012-06-17 Thread Thomas S. Dye
Hi Andreas, I believe the author of ob-R.el no longer reads the list. Perhaps you could propose a patch? All the best, Tom Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, I am having troubles in using the header argument :units which is implemented for R source blocks.

[O] [new exporter] export title for subtree

2012-06-17 Thread Andreas Leha
Hi all, is the new exporter lacking the possibility to set the title of the exported document, when the title is set in the properties? Example: , | #+title: test | | * testexport | :PROPERTIES: | :EXPORT_TITLE: Pumuckl | :END: | Some text. ` On my system, this still exports to

Re: [O] [BUG] [babel] R graphics header arg :units

2012-06-17 Thread Myles English
Hi Andreas, On Sun, 17 Jun 2012 22:19:39 +0200, Andreas Leha said: Hi all, I am having troubles in using the header argument :units which is implemented for R source blocks. Example: #+begin_src R :results graphics :file wideplot.png :width 14 :height 7 :units cm plot(1:10,

Re: [O] [new exporter] export title for subtree

2012-06-17 Thread Nicolas Goaziou
Hello, Andreas Leha andreas.l...@med.uni-goettingen.de writes: is the new exporter lacking the possibility to set the title of the exported document, when the title is set in the properties? Example: , | #+title: test | | * testexport | :PROPERTIES: | :EXPORT_TITLE: Pumuckl |

Re: [O] export to pdf tags showing

2012-06-17 Thread Nicolas Goaziou
Hello, Nick Dokos nicholas.do...@hp.com writes: itm...@chrikro.net itm...@chrikro.net wrote: Nick Dokos skrev 2012-06-17 04:12: itm...@chrikro.net itm...@chrikro.net wrote: Hi! This is about exporting to pdf and tags showing. When exporting to pdf I use #+OPTIONS

Re: [O] Inhibit converting -- to ndash;

2012-06-17 Thread Nicolas Goaziou
Hello, William Crandall bc3141...@gmail.com writes: I've not been able to get special-strings working with the new exporter, Could you elaborate? I have no problem with special strings in any back-end so far. but it should be something like:

Re: [O] export to pdf tags showing

2012-06-17 Thread suvayu ali
On Mon, Jun 18, 2012 at 1:40 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: This is not a bug. LaTeX has its own command to create the table of contents. There is no simple way to interfere with the process and remove the tags. I think this should work: \section[Section title in toc]{Section

[O] Scheduling: Finishing a task 'Yesterday' OR Repeat on the same day

2012-06-17 Thread Moritz Ulrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, I have some tasks I want to complete every day. I sometimes do these for the current day after 0 AM so logging the task (habit) as DONE schedules it for the day after tomorrow. (.+1d). This is problematic as org-mode thinks I finished it for

Re: [O] Scheduling: Finishing a task 'Yesterday' OR Repeat on the same day

2012-06-17 Thread William LÉCHELLE
org-mode thinks I finished it for 'today' because it's after 0AM and schedules it for 'tomorrow'. This way, I'll forget it for one day. Is there a simple day to say: I finished this task yesterday without me having to manually change every date in the tree, the PROPERTIES drawer, and in the

Re: [O] export to pdf tags showing

2012-06-17 Thread Nick Dokos
Nicolas Goaziou n.goaz...@gmail.com wrote: Right: it's a bug. org-html.el and org-lparse.el call org-export-cleanup-toc-line which gets rid of the tag in this case, org-ascii.el does it by hand (i.e. without calling the above function) and org-latex.el does not do it at all. It's likely

Re: [O] Scheduling: Finishing a task 'Yesterday' OR Repeat on the same day

2012-06-17 Thread Juan Pechiar
On Sun, Jun 17, 2012 at 08:12:19PM -0400, William LÉCHELLE wrote: org-mode thinks I finished it for 'today' because it's after 0AM and schedules it for 'tomorrow'. This way, I'll forget it for one day. Is there a simple day to say: I finished this task yesterday without me having to

[O] Documentation for the new exporter

2012-06-17 Thread Vikas Rawal
Where is the documentation for the new exporter that is in the works? Inspired by so much discussion of the new exporter on the list (which I have only superficially followed so far), I would like to test it out. Will be grateful for a pointer about where to start. Vikas

Re: [O] Modify sorting order of agenda (newest scheduled todos first)?

2012-06-17 Thread Bernt Hansen
M elwood...@web.de writes: Hi, I want to change the sorting order in the agenda (the standard seems to be that overdue items are sorted by date so that the oldest ones are shown first) to get the items listed in the following order: * as a first list: todos with a deadline today or before

Re: [O] To-do dependencies per-file or per-subtree?

2012-06-17 Thread James Harkins
At Sun, 17 Jun 2012 08:09:12 -0400, Bernt Hansen wrote: I see that I can set org-enforce-todo-dependencies, but this is a global setting. Is it possible to have one org file with dependencies and another without? Or by subtree? You can set the ORDERED and NOBLOCKING properties to

Re: [O] Documentation for the new exporter

2012-06-17 Thread Thorsten Jolitz
Vikas Rawal vikasli...@agrarianresearch.org writes: Where is the documentation for the new exporter that is in the works? http://orgmode.org/worg/dev/org-export-reference.html -- cheers, Thorsten