[O] refiling, ido-mode, and creating projects

2012-11-20 Thread Alan Schmitt
Hello, I found out that using ido-mode is very useful for refiling. However there is one thing I don't know how to do: how to create a parent node in this setup. Here is my configuration (straight from the usual http://doc.norang.ca/org-mode.html) #+BEGIN_SRC elisp ; Use full outline paths for

Re: [O] Bug in publishing to LaTeX

2012-11-20 Thread Giovanni Ridolfi
Da: Harri Kiiskinen harki...@gmail.com Inviato: Lunedì 19 Novembre 2012 20:45 Hi, Harri, it seems that there is a bug in publishing to LaTeX: org-publish-org-to calls org-export-as -functions with six arguments: but org-export-as-latex accepts only five: thanks for catching, however

Re: [O] Bug: Generation of pdf when using OPTIONS: H: faulty [7.9.2 (release_7.9.2-588-g8fb2cb @ /home/rkrug/.emacs.d/org-mode/lisp/)]

2012-11-20 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/11/12 18:35, Achim Gratz wrote: Rainer M Krug writes: Use the option H:4. I did - the headers get formated as paragraph, so they become part of the outline and headers, but they are not numbered. Check the style file from LaTeX, you

Re: [O] replace-disputed-keys by default; but not for calendar

2012-11-20 Thread Miro
Miro Bezjak bezjak.miro at gmail.com writes: Hi all,I configured (setq org-replace-disputed-keys t) since I'm used to windmove.el. I would, however, like to use shift+arrow keys just for calendar. Does anyone have a suggestion how to accomplish such a feat?I'm looking at source code for

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-20 Thread Alan Schmitt
Eric Abrahamsen e...@ericabrahamsen.net writes: Alan Schmitt alan.schm...@polytechnique.org writes: Hello, I'm implementing some of the ideas of the great norang page (http://doc.norang.ca/org-mode.html), but there is one thing that is failing me. I can see that org-agenda-ignore-scheduled

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-20 Thread Samuel Wales
Partly to avoid trouble like this, I use the general search instead of the specialized ones. On 11/20/12, Alan Schmitt alan.schm...@polytechnique.org wrote: I decided to dig into this, and it's not a bug. One should set: (setq org-agenda-tags-todo-honor-ignore-options t) The trick was that

Re: [O] [PATCH] Separate clocksum format for durations = 1 day

2012-11-20 Thread Mike McLean
On Sat, Nov 17, 2012 at 11:02 AM, Toby Cubitt ts...@cantab.net wrote: On Sat, Nov 17, 2012 at 03:42:24PM +0100, Nicolas Goaziou wrote: Toby Cubitt ts...@cantab.net writes: I've replaced the cons cells with additional plist properties, as you suggested. The resulting customization ui

Re: [O] Bug in publishing to LaTeX

2012-11-20 Thread Achim Gratz
Giovanni Ridolfi writes: org-export-as-latex is an interactive autoloaded Lisp function in `org-latex.el'. This export engine will be dropped and replaced by the new exporter, so I don't think it will be fixed. Still, reverting 7a9d3457073 should solve that problem. The alternative would be

Re: [O] [PATCH] Separate clocksum format for durations = 1 day

2012-11-20 Thread Toby Cubitt
On Tue, Nov 20, 2012 at 11:12:10AM -0500, Mike McLean wrote: On Sat, Nov 17, 2012 at 11:02 AM, Toby Cubitt ts...@cantab.net wrote: On Sat, Nov 17, 2012 at 03:42:24PM +0100, Nicolas Goaziou wrote: Toby Cubitt ts...@cantab.net writes: I've replaced the cons cells with additional plist

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-20 Thread Alan Schmitt
Samuel Wales samolog...@gmail.com writes: Partly to avoid trouble like this, I use the general search instead of the specialized ones. What are those general searches? On 11/20/12, Alan Schmitt alan.schm...@polytechnique.org wrote: I decided to dig into this, and it's not a bug. One should

Re: [O] [PATCH] Separate clocksum format for durations = 1 day

2012-11-20 Thread Nicolas Goaziou
Toby Cubitt ts...@cantab.net writes: Instead of changing org-hours-to-clocksum-string, it's probably preferable to make org-minutes-to-clocksum-string more robust, so it copes correctly with floating point arguments. The attached patch does this. Sorry for letting this slip through.

[O] [PATCH] org-log-note-headings buffer-local value

2012-11-20 Thread John J Foerch
Hello, I am exploring org-mode's potential for collaborative editing, and I found that the main difficulty with this is that different users editing the same document may have different org-mode configurations. Most of the important options that I have found so far can be dealt with by setting

[O] new exporter - noweb substitution issues

2012-11-20 Thread cberry
When I tried to export a large subtree, it took over *5 minutes* to export with release_7.9.2-597-gd4b739. Using the contrib/lisp/*.el files from org-mode-7.8.11 it took *5 seconds*. The subtree has a couple dozen '...'s in src blocks with ':noweb yes' and the file itself is 9600 lines long. If

[O] org-e-latex: ignoreheading is not working any more.

2012-11-20 Thread Yagnesh Raghava Yakkala
Hi, I have been using example setting suggested by Nicolas (http://article.gmane.org/gmane.emacs.orgmode/55972) to tell exporter to skip particular headline (with ignoreheading tag). It seems recent commit made this setup obsolete. could anybody suggest me the alternative setting for this.?

[O] including emphasis characters as word characters?

2012-11-20 Thread Eric Abrahamsen
Would it make sense to add the markup characters (ie, the car of every item in `org-emphasis-alist') to the list of word characters, so that as we're moving/deleting/transposing by word in org, the markup characters are included? I mean with a sentence like: #+BEGIN_SRC org I read a book called

Re: [O] new exporter - noweb substitution issues

2012-11-20 Thread cberry
cbe...@tajo.ucsd.edu writes: When I tried to export a large subtree, it took over *5 minutes* to export with release_7.9.2-597-gd4b739. Using the contrib/lisp/*.el files from org-mode-7.8.11 it took *5 seconds*. The subtree has a couple dozen '...'s in src blocks with ':noweb yes' and the

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-20 Thread Alan Schmitt
Samuel Wales samolog...@gmail.com writes: Or I just misunderstood everything and got it to work by mistake ;-) That is my guess. :) tags-todo is not a general tag search. The manual shows the different search types. If I'm reading org-agenda.el correctly, tags-todo is a tags search

[O] problem while producing odt pdf file

2012-11-20 Thread Supriya Sawant
hello, I am using Org-version (7.8.02) I have some problems while exporting the org file: 1. org-export-as-pdf output: pdf file not produced. 2. org-export-as-odt output: Cannot find factory styles file. Check package dir layout Auto-saving... -- Thanks Regards, Supriya Pravin Sawant