Re: [O] [BUG] Inconsistency in src block hiding

2011-11-28 Thread Eric Schulte
Again, drawers are in-line with standard hiding methods. Though, their behaviour with regards to export needs to be changed (i.e. by default simply export contents of the drawer instead of ignoring it). I think we should drop any #+result: or #+name: hiding and take another route. It's not

Re: [O] [org-babel] switching off (re-)evaluation of code blocks during Org export

2011-11-28 Thread Torsten Anders
Dear Eric, Sorry for the noise, it works fine. see the manual for valid values for the eval header argument. I actually did, but only the online version so far. Of course, for such changes I had to check the doc sources... Anyway, thanks a lot!! Best wishes, Torsten On 28 Nov 2011, at

Re: [O] [ANN] Org Export in contrib

2011-11-28 Thread Carsten Dominik
On Nov 27, 2011, at 8:54 PM, Nicolas Goaziou wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: 2. The document title cannot be obtained anymore from the first line of text. It's either explicitely defined with the =TITLE= keyword, or derived from buffer's name. This

Re: [O] How to estimate effort by week?

2011-11-28 Thread Christoph LANGE
Hi Bernt, thanks a lot for your advice. Sorry, but it took some time until I found the time for trying it. I think I understood how it works. Below I just have some minor questions. 2011-11-19 16:32 Bernt Hansen: Is this to help limit you to that time per week or for estimating? Indeed

Re: [O] Open Drawer using keys or even better automatically

2011-11-28 Thread Markus Grebenstein
Dear Suvayu, at first: sorry for the late response. My last response is lost in space. I know how to export my thesis. This was just about having the ability to see nothing else but the headings and the synopsis itself, where the synopsis should be something like * The Heading

Re: [O] Bug in latex export

2011-11-28 Thread Markus Grebenstein
Nobody out there able to reproduce? I still have trouble with this on org-mode 7.7 and ubuntu 11.10. Best Markus

[O] org-refile returns 'invalid target location' when refiling to file root

2011-11-28 Thread Jonathon Anderson
org-version 7.7 If I `C-c w` and attempt to refile a tree to the root of a file, the minibuffer displays invalid target location and org-mode fails to refile the tree. This works as expected when refiling to a heading within the same file, or if I have org-refile-use-outline-path set to `file`

[O] org table spreadsheet problem

2011-11-28 Thread qkbeyond
hi,all. I have a orgtbl like the following, | # | 2 | a | | # | -2 | abc | | # | 5 | abc | | # | -3 | a | |---++-| | || | | ^ | x | | and i want to sum the second column which the corresponding third column's values=abc to variable x. (in this example $x = -2+5

Re: [O] org table spreadsheet problem

2011-11-28 Thread Juan Pechiar
Hi, Please check the following thread on a similar problem: http://thread.gmane.org/gmane.emacs.orgmode/29877/focus=29920 There is a definition for 'vsumif' function you can use to add conditionally. Regards, .j. On Mon, Nov 28, 2011 at 03:32:05PM +0800, qkbey...@gmail.com wrote: hi,all.

Re: [O] org-refile returns 'invalid target location' when refiling to file root

2011-11-28 Thread Viktor Rosenfeld
Hi Jonathon, I have this in my .emacs file, maybe it helps. (setq org-refile-allow-creating-parent-nodes (quote confirm)) Cheers, Viktor Jonathon Anderson wrote: org-version 7.7 If I `C-c w` and attempt to refile a tree to the root of a file, the minibuffer displays invalid target

Re: [O] How to estimate effort by week?

2011-11-28 Thread Bernt Hansen
Christoph LANGE ch.la...@jacobs-university.de writes: Hi Bernt, thanks a lot for your advice. Sorry, but it took some time until I found the time for trying it. I think I understood how it works. Below I just have some minor questions. Hi Christoph, The delay is not a problem at all.

Re: [O] [ANN] Org Export in contrib

2011-11-28 Thread Nicolas Goaziou
Carsten Dominik carsten.domi...@gmail.com writes: 9. Table.el tables will always use their own export back-end. In other words, no Org syntax will be recognized in such table anymore. A table.el is an extraneous element while the parser is meant to parse Org syntax. Maybe we should see

[O] noweb problem

2011-11-28 Thread Torsten Anders
Dear Org babel developers, In the simple test below I would expect that the second cope block expands to ls ~, but seemingly it instead expands to ls only. What am I missing? #+srcname: sh-test-noweb #+begin_src sh ~ #+end_src #+begin_src sh :noweb yes ls sh-test-noweb #+end_src

[O] index.org; am I doing something wrong??

2011-11-28 Thread Cameron Seader
I created an index.org file and have been using that to organize all of my org files and create an Outline of my Notes etc... Is this the correct way to do it? because when i sync with MobileOrg then MobileOrg cannot open any of my files on my mobile device. What am I doing wrong? -- Cameron

Re: [O] org-refile returns 'invalid target location' when refiling to file root

2011-11-28 Thread Jonathon Anderson
On Mon, Nov 28, 2011 at 8:44 PM, Viktor Rosenfeld listuse...@googlemail.com wrote: I have this in my .emacs file, maybe it helps.  (setq org-refile-allow-creating-parent-nodes (quote confirm)) Yeah, I have that too. Or, similar. (setq org-refile-allow-creating-parent-nodes t) ~jonathon

[O] Push files and views for MobileOrg

2011-11-28 Thread Cameron Seader
Whenever I push file and views for MobileOrg it does not setup the agendas.org file. Why?? How can I fix this? TIA, -- Cameron

Re: [O] noweb problem

2011-11-28 Thread Torsten Anders
Ah, thanks a lot! I should develop the habit of reading the documentation of the development version when using that version... Best wishes, Torsten On 28 Nov 2011, at 20:14, Eric Schulte wrote: Hi Torsten, The change here is in the naming conventions, srcname is no longer a valid

Re: [O] noweb problem

2011-11-28 Thread Eric Schulte
Hi Torsten, The change here is in the naming conventions, srcname is no longer a valid method of naming a code block, try name instead. e.g., #+name: sh-test-noweb #+begin_src sh ~ #+end_src #+begin_src sh :noweb yes ls sh-test-noweb #+end_src Best, Torsten Anders

[O] [PATCH] Lilypond: added PDF output

2011-11-28 Thread Torsten Anders
Dear all, The current implementation how org-babel calls Lilypond hard-wires the supported output file formats to EPS and PNG. Attached is a very simple patch that adds support for PDF as well, so that resulting PDF files can be directly integrated in the PDF files generated by Latex and Latex

[O] org-bibtex does not work

2011-11-28 Thread Torsten Wagner
Hi all, I finally converted all my BibTex references into a org file. Now I face the problem that I can't generate a BibTeX file. org-bibtex ask me for the filename and then it seems to be stuck in a infinite loop. Only way to get out of this is using C-g. The BibTeX file never appeared. setting

Re: [O] [ANN] Org Export in contrib

2011-11-28 Thread Robert Klein
On 11/25/2011 06:32 PM, Nicolas Goaziou wrote: Hello, I've pushed org-export.el to contrib. It's a general export engine, built on top of org-elements aiming at simplifying life of both developers and maintainers (and, therefore, of end-users). Hi Nicolas, I'd like to make same remarks

Re: [O] [ANN] Org Export in contrib

2011-11-28 Thread Robert Klein
Umm, sorry, I just found out, I was talking about the other generic exporter :( Robert On 11/29/2011 07:15 AM, Robert Klein wrote: On 11/25/2011 06:32 PM, Nicolas Goaziou wrote: Hello, I've pushed org-export.el to contrib. It's a general export engine, built on top of org-elements aiming at

Re: [O] org-refile returns 'invalid target location' when refiling to file root

2011-11-28 Thread Viktor Rosenfeld
Jonathon Anderson wrote: On Mon, Nov 28, 2011 at 8:44 PM, Viktor Rosenfeld listuse...@googlemail.com wrote: I have this in my .emacs file, maybe it helps.  (setq org-refile-allow-creating-parent-nodes (quote confirm)) Yeah, I have that too. Or, similar. Sorry, don't know how I missed