Re: [O] How do I create a drawer?

2012-01-26 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Therefore, I suggest the following draft of a patch, that mostly reverts commit splitting `org-insert-property-drawer' and makes `org-insert-drawer' more user friendly. It provides the following facilities: - headline inclusion

[O] Bug: A missing colon in the template defaults [7.8.03 (release_7.8.03.237.g674bb)]

2012-01-26 Thread Takahiro Noda
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] Bug: A missing colon in the template defaults [7.8.03 (release_7.8.03.237.g674bb)]

2012-01-26 Thread Takahiro Noda
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Bug: A missing colon in the template defaults [7.8.03 (release_7.8.03.237.g674bb)]

2012-01-26 Thread Bastien
Hi Takahiro, Takahiro Noda takahiro.n...@gmail.com writes: I found a minor error in org.el. A colon following the INCLUDE keyword shouldn't be omitted from org-structure-template-alist. Here is a patch to fix the remedy. Applied, thanks! -- Bastien

[O] org mode in press

2012-01-26 Thread Andreas Leha
Hi all, this just came into my inbox: http://www.jstatsoft.org/v46/i03 Great work! Big thanks to the authors. - Andreas

Re: [O] [PATCH] add support for configurable nested lists in org-export-generic

2012-01-26 Thread Bastien
Hi Rob, Bastien b...@altern.org writes: Rob Giardina r...@giardina.us writes: diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index 12bbcdb..97b9134 100644 --- a/contrib/lisp/org-export-generic.el +++ b/contrib/lisp/org-export-generic.el can you

[O] BUG: C-c l when file has an attachment

2012-01-26 Thread Pawan Tiwari
*Org mode version I'm using:* 7.8.03 *What's the issue:* C-c l automatically creates ID property and copies the ID instead of heading. Happens if I have another file attached to my file. * Steps to reproduce the issue:* In an org file, do C-c C-a n and save the new attachment. Now try doing C-c l

Re: [O] Wrapping of e-mail address in table when exporting to pdf through latex

2012-01-26 Thread Eric S Fraga
Johnny yggdra...@gmx.co.uk writes: Hi, I have some e-mail addresses in a table that I want to export to pdf thorugh latex. However, the e-mail addresses do not wrap nicely (not at all) in the table, is there any way to make the latex export from org enable wrapping? Example:

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-26 Thread Eric S Fraga
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: I think that your understanding of the new exporter architecture is intimate and secure. I'm happy to follow your lead here. I know for sure my way around the new exporter, but my LaTeX skills

Re: [O] Possible bug in org-cycle with property drawer

2012-01-26 Thread Eric S Fraga
Bastien b...@altern.org writes: Nick Dokos nicholas.do...@hp.com writes: I start emacs with a minimal .emacs and an empty org file, insert a headline and insert a property drawer with org-insert-property-drawer. Note that a similar problem can occur with `org-insert-drawer' if the

Re: [O] Multiple agenda buffers at g...@github.com:7max/org-mode.git

2012-01-26 Thread Carsten Dominik
Hi Max, how did you select the variables that should become buffer-local? You might have too many in your list, for example org-last-heading-marker... Cheers - Carsten On 25.1.2012, at 21:45, Max Mikhanosha wrote: I had put my initial implementation of multiple agenda buffers and sticky

Re: [O] Multiple agenda buffers at g...@github.com:7max/org-mode.git

2012-01-26 Thread Max Mikhanosha
I realize that I may have too many, my initial approach was to start with some obvious one, then test and keep adding to the list. But the bugs that shows up are hard to reproduce, and subtle, and it was slow going, and I was sure I'm missing some. So I went the other direction, and made a list

Re: [O] Multiple agenda buffers at g...@github.com:7max/org-mode.git

2012-01-26 Thread Carsten Dominik
On 26.1.2012, at 11:17, Max Mikhanosha wrote: I realize that I may have too many, my initial approach was to start with some obvious one, then test and keep adding to the list. But the bugs that shows up are hard to reproduce, and subtle, and it was slow going, and I was sure I'm missing

Re: [O] Multiple agenda buffers at g...@github.com:7max/org-mode.git

2012-01-26 Thread Max Mikhanosha
I had committed a change that activates local variables, only if org-agenda-sticky is turned on, hopefully making it completely safe to test for people.. Now if something is screwed up, and you are in a hurry, you can turn sticky agenda off and get on with normal org-mode usage, and then send bug

Re: [O] Wrapping of e-mail address in table when exporting to pdf through latex

2012-01-26 Thread Tim Burt
Eric S Fraga e.fr...@ucl.ac.uk writes: Johnny yggdra...@gmx.co.uk writes: Hi, I have some e-mail addresses in a table that I want to export to pdf thorugh latex. However, the e-mail addresses do not wrap nicely (not at all) in the table, is there any way to make the latex export from org

Re: [O] [babel][patch] BUG in inline source blocks

2012-01-26 Thread Martyn Jago
Hi, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, I experience unexpected behaviour when an inline source block is not preceded by whitespace. Example: === * Test inline This is a functional inline src_R{print(source block)}. This

[O] org-support-shift-select and aquamacs

2012-01-26 Thread Alan Schmitt
Hello, I'm trying to use shift selection in the text part of org files, so I set org-support-shift-select to t. Unfortunately it does not work: nothing happens when I try to select text using shift and arrow keys. I'm using Aquamacs 3 (compiled yesterday) and org-mode from git (compiled

Re: [O] Possible bug in org-cycle with property drawer

2012-01-26 Thread Nick Dokos
Bastien b...@altern.org wrote: Hi Nick, Nick Dokos nicholas.do...@hp.com writes: That's it: I had a #+DRAWERS: JUNK GARBAGE TRASH line in the file (and I didn't report it in the original email: blush! sorry about that). Without it, the property drawer behaves normally.

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-26 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: I think that your understanding of the new exporter architecture is intimate and secure. I'm happy to follow your lead here. I know for sure my way around the new exporter, but my LaTeX skills

Re: [O] org mode in press

2012-01-26 Thread Nick Dokos
Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Hi all, this just came into my inbox: http://www.jstatsoft.org/v46/i03 Great work! Big thanks to the authors. I remember reading it with great pleasure back when Eric posted it to the list: beautiful stuff. I look forward to

Re: [O] org-support-shift-select and aquamacs

2012-01-26 Thread Alan Schmitt
On 26 Jan 2012, at 14:41, Alan Schmitt wrote: Hello, I'm trying to use shift selection in the text part of org files, so I set org-support-shift-select to t. Unfortunately it does not work: nothing happens when I try to select text using shift and arrow keys. I'm using Aquamacs 3 (compiled

Re: [O] Multiple agenda buffers at g...@github.com:7max/org-mode.git

2012-01-26 Thread Max Mikhanosha
At Thu, 26 Jan 2012 06:39:45 -0500, Found that switching to weekly/daily view was broken, and committed removal of org-agenda-overriding-restriction and org-agenda-overriding-arguments from the local var list. Max Mikhanosha wrote: I had committed a change that activates local variables,

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-26 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: You mentioned unnumbered headlines. I wonder, would it be possible (or useful) to have the num: option take an integer (like toc:)? As I understand it now, its value is either nil or not nil. It doesn't manipulate \secnumdepth, but instead

[O] [TABLE-OF-CONTENTS] with ODT exporter?

2012-01-26 Thread Dave Marquardt
I'm using Org-mode version 7.8.02. I'd like to move the table of contents using [TABLE-OF-CONTENTS] as documented in (org)Top:: *Note Markup:: *Note Structural markup elements:: Table of contents. I'm exporting to ODT, and the table of contents always shows up just after the title

Re: [O] Possible bug in org-cycle with property drawer

2012-01-26 Thread Achim Gratz
Bastien b...@altern.org writes: Thinking again about your problem, I don't find it natural to have #+DRAWERS /replacing/ existing drawers specified in `org-drawers', instead of just adding new ones. Well, if one had defined a lot of drawers in their configuration and wanted the list to be

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-26 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: You mentioned unnumbered headlines. I wonder, would it be possible (or useful) to have the num: option take an integer (like toc:)? As I understand it now, its value is either nil or not nil. It

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-26 Thread Nicolas Goaziou
t...@tsdye.com (Thomas S. Dye) writes: Nicolas Goaziou n.goaz...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: A way to set individual headings as numbered or unnumbered would be deluxe. Perhaps this is possible, but I haven't found it? It would require to modify Org's syntax

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-26 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: But it's still new syntax. It could also be narrowed to :LATEX_NUMBERING: nil, but I think that this feature, if implemented, should be available for every major back-end, much like num:1. Unless I miss something, if num:* would be allowed in

Re: [O] [babel][patch] BUG in inline source blocks

2012-01-26 Thread Martyn Jago
Martyn Jago martyn.j...@btinternet.com writes: Hi, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, I experience unexpected behaviour when an inline source block is not preceded by whitespace. Example: === * Test inline This is a functional inline

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-26 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: Nicolas Goaziou n.goaz...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: A way to set individual headings as numbered or unnumbered would be deluxe. Perhaps this is possible, but I haven't found

[O] Marking specific elements for folding?

2012-01-26 Thread Yu
Hello! I was wondering, if there is a way to mark specific elements for staying folded unless explicitly shown. Reading the manual I only found possibilities to control the global folding of sections and blocks in general. However, what I want to do is: - Embed a table of numerical data in my

Re: [O] Marking specific elements for folding?

2012-01-26 Thread Achim Gratz
Yu yu_...@gmx.at writes: However, the calculations are usually not wanted to be seen, when looking at the file, so I'd like to specify, that this specific table and this specific gnuplot code block are to be folded by default. Is there some way to achieve this? You can put them in a drawer.

[O] how do scientists use org mode?

2012-01-26 Thread GMX Christoph 13
Hi this is my first post here and although I am evaluating org mode with great interest, I am also asking myself in which way other scientists are making use of org mode. It will take a while to get my head around how to accomplish certain things in org mode but for the moment I am intrigued by

Re: [O] how do scientists use org mode?

2012-01-26 Thread Thomas S. Dye
Aloha Christoph, Welcome to Org Mode. I'm an archaeologist who has found Org mode to be a great help in my scientific work. I use it as a laboratory notebook, a project planner, a platform for carrying out statistical analyses, and a tool for putting together compendia for reproducible research

Re: [O] export-as-hmtl fail

2012-01-26 Thread aaron barclay
Hi Martyn, thank you, this helped to track down the problem. Seems to be a conflict with flymake so have disabled that for now. aaron. On 25 January 2012 00:02, Martyn Jago martyn.j...@btinternet.com wrote: Hi Aaron aaron barclay aaron.diplo...@gmail.com writes: Hello, When I use a

[O] Export without code blocks

2012-01-26 Thread aaron barclay
Hi, I am having trouble finding the correct way to export a document without the code blocks included. Should I be using #+EXPORT_EXCLUDE_TAGS? I can't seem to get it to work, anyone have the correct syntax? cheers, aaron.

Re: [O] Export without code blocks

2012-01-26 Thread Martyn Jago
Hi Aaron aaron barclay aaron.diplo...@gmail.com writes: Hi, I am having trouble finding the correct way to export a document without the code blocks included. Should I be using #+EXPORT_EXCLUDE_TAGS? I can't seem to get it to work, anyone have the correct syntax? cheers, aaron.

Re: [O] Export without code blocks

2012-01-26 Thread Martyn Jago
Martyn Jago martyn.j...@btinternet.com writes: Hi Aaron aaron barclay aaron.diplo...@gmail.com writes: Hi, I am having trouble finding the correct way to export a document without the code blocks included. Should I be using #+EXPORT_EXCLUDE_TAGS? I can't seem to get it to work, anyone

Re: [O] [TABLE-OF-CONTENTS] with ODT exporter?

2012-01-26 Thread Jambunathan K
this means that [TABLE-OF-CONTENTS] isn't supported in the ODT exporter. Fixed. Please pull again. --