[O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread James Harkins
Hi, I've decided to write my next research article using org's LaTeX export. The first problem: the journal mandates one column for the title/author heading and the abstract, while the remainder of the text should be in two columns. TeX FAQ recommends the following [1]:

[O] Exporting an article to a (very) specific formatting template

2013-04-29 Thread James Harkins
Actually, let me take a few steps back from my specific question about the title command. There are some other workflow questions that might make that question redundant. This journal (for some reason unknown to me) has designed the publication format in MS Word, and there are some specific

Re: [O] [Worg] [New Exporter] invalid time specification

2013-04-29 Thread Nicolas Goaziou
Hello, Jay Kerns gjkerns...@gmail.com writes: I've noticed people mentioning on the list that there is a problem with Worg not publishing, something about an invalid time specification. Having been publishing Worg locally myself, I noticed that I was getting a similar error when it came time

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-29 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: Tangential coding question: I've noticed that setting HTML_HTML5_FANCY to nil at the top of the export file results in `(plist-get info :html-html5-fancy)' returning the string nil, ie true. Not right, obviously, and it makes it

[O] Bug: org-archive-subtree should not include statitics counters for :ARCHIVE_OLPATH: [8.0.1 (release_8.0.1-10676-gd887b9 @ /home/mrb/dev/emacs/packages/org-mode/lisp/)]

2013-04-29 Thread Marcel van der Boom
When using org-archive-subtree, any statistic counters present in the header will be copied to the :ARCHIVE_OLPATH: property. Example: The property is set to: ':ARCHIVE_OLPATH: Development [22%] [82/358]/Openobject tasks/OpenERP 7.x Interne HSD implementatie [31%] [35/112]'

[O] Problems with agenda search and restiction enabled

2013-04-29 Thread Thomas Holst
Hello, I want to perform an agenda search with a restriction to a subtree. - C-c C-x on the subtree - org-agenda s word I get the follwing backtrace Debugger entered--Lisp error: (args-out-of-range 85127 226827) narrow-to-region(#marker at 85127 in EmacsNotes.org #marker at 226827 in

Re: [O] [Worg] [New Exporter] invalid time specification

2013-04-29 Thread Jay Kerns
On Mon, Apr 29, 2013 at 3:41 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: This should be fixed. Thanks for reporting it. Confirmed - thank you. -- Jay

Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread Thomas S. Dye
Aloha James, James Harkins jamshar...@gmail.com writes: The problem is that the org-latex-title-command variable places \maketitle before the \twocolumn[...] bit. I realize I can customize the variable and make it an empty string, but I'm not sure I want this to take effect for every

Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread James Harkins
On Apr 29, 2013 8:23 PM, Thomas S. Dye t...@tsdye.com wrote: James Harkins jamshar...@gmail.com writes: The problem is that the org-latex-title-command variable places \maketitle before the \twocolumn[...] bit. I realize I can customize the variable and make it an empty string, but I'm

Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread Thomas S. Dye
Aloha James, James Harkins jamshar...@gmail.com writes: On Apr 29, 2013 8:23 PM, Thomas S. Dye t...@tsdye.com wrote: James Harkins jamshar...@gmail.com writes: The problem is that the org-latex-title-command variable places \maketitle before the \twocolumn[...] bit. I realize I can

[O] Repeating tasks

2013-04-29 Thread Marvin Doyley
Hi there, Does anybody knows how to setup org to schedule repeated task between a specified range of dates. For example, suppose I plan to work on a grant proposal between 10 am - 1 pm every other day from May 1 to June 1, how would I do this ? My current practice is specify the start date with

Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread Nicolas Goaziou
Hello, James Harkins jamshar...@gmail.com writes: On Apr 29, 2013 8:23 PM, Thomas S. Dye t...@tsdye.com wrote: James Harkins jamshar...@gmail.com writes: The problem is that the org-latex-title-command variable places \maketitle before the \twocolumn[...] bit. I realize I can customize

Re: [O] Call for volunteer -- managing the publication setup wrt orgmode.org/worg and orgmode.org

2013-04-29 Thread Bastien
Hi Marc, that's great. Jay is also okay to help here. It's better to have one person in charge and another one as a backup, so I suggest to announce you will take this in charge and have Jay to help you in case. Does it sound good to you? Thanks! -- Bastien

Re: [O] runaway argument exporting: * _is_?

2013-04-29 Thread Greg Minshall
Nicolas, Isn't it a LaTeX limitation? What would the correct LaTeX code be in that case? this seems to be something in beamer rather than inside vanilla latex. for example, the following foo.tex file fails: \documentclass{beamer} \begin{document} \section{\underline{is}?} \end{document}

Re: [O] Exporting an article to a (very) specific formatting template

2013-04-29 Thread mohamed
James Harkins jamshark70 at gmail.com writes: Actually, let me take a few steps back from my specific question about the title command. There are some other workflow questions that might make that question redundant. This journal (for some reason unknown to me) has designed the

[O] [New Exporter] org-export-latex-after-initial-vars-hook

2013-04-29 Thread Søren Mikkelsen
Hello, I have just upgraded to the Org 8.0. Nice work! :) But I have a problem with the exporter: I have modified by org-exporter to export latex-files with the xelatex compiler. The implementation uses the org-export-latex-after-initial-vars-hook-hook to reconfigure the default process,

Re: [O] Exporting large documents

2013-04-29 Thread Lawrence Mitchell
Carsten Dominik wrote: Hi Achim, this is an interesting experiment, thank you! I think it would also be interesting to use elp to see which function are taking up the non-linear time. I did a bit of digging and here are the results. No potential fixes though. Taking the Introduction

Re: [O] Repeating tasks

2013-04-29 Thread Alexander Baier
Hi Marvin, Marvin Doyley marvin...@gmail.com writes: Hi there, Does anybody knows how to setup org to schedule repeated task between a specified range of dates. For example, suppose I plan to work on a grant proposal between 10 am - 1 pm every other day from May 1 to June 1, how would I do

Re: [O] Problems with agenda search and restiction enabled

2013-04-29 Thread Bastien
Hi Thomas, Thomas Holst thomas.ho...@de.bosch.com writes: I want to perform an agenda search with a restriction to a subtree. - C-c C-x on the subtree - org-agenda s word I get the follwing backtrace Debugger entered--Lisp error: (args-out-of-range 85127 226827)

Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Try: #+BIND: org-latex-title-command This assumes `org-export-allow-bind-keywords' is non-nil. I couldn't find a reference to this variable in the manual. I'd suggest replacing the word `Eventually' with the clause

Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: I couldn't find a reference to this variable in the manual. I'd suggest replacing the word `Eventually' with the clause before the first comma in the paragraph below, or something like it. If the variable `org-export-allow-bind-keywords'

Re: [O] Kill all items with specific tag to kill-ring.

2013-04-29 Thread Oleksandr Gavenko
On 2013-04-25, Bernt Hansen wrote: Oleksandr Gavenko gaven...@gmail.com writes: I want this feature in order to simplify precess of moving entries from job org-file to home org-file by marking entries with tag :HOME:... If all you want to do is move items why not use the agenda? Mark your

Re: [O] [New Exporter] org-export-latex-after-initial-vars-hook

2013-04-29 Thread Nicolas Goaziou
Hello, Søren Mikkelsen so...@aamikkelsen.dk writes: But I have a problem with the exporter: I have modified by org-exporter to export latex-files with the xelatex compiler. The implementation uses the org-export-latex-after-initial-vars-hook-hook to reconfigure the default process,

Re: [O] Exporting large documents

2013-04-29 Thread Achim Gratz
Lawrence Mitchell writes: I did a bit of digging and here are the results. No potential fixes though. Thanks for beating me to it, that frees up quite some processor cycles on my end! :-) Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Waldorf MIDI

Re: [O] Call for volunteer -- managing the publication setup wrt orgmode.org/worg and orgmode.org

2013-04-29 Thread Marc Ihm
Hi Jay, Great ! I am looking forward to work with you ! First task will probably be to see, how worgs publishing-mechanism fits together :-) best regards, Marc Am 29.04.2013 18:25, schrieb Jay Kerns: Hello there, On Mon, Apr 29, 2013 at 10:50 AM, Bastien b...@gnu.org wrote: Hi Marc,

[O] org-babel-chomp: Symbol's function definition is void: org-reverse-string

2013-04-29 Thread Sebastien Vauban
Hello, I don't have full details, but some friend of mine installed Org from ELPA, and got problems. He did reinstall once again version 20130422 of Org and still gets: org-babel-chomp: Symbol's function definition is void: org-reverse-string Is it something know to anybody? Best

[O] [new exporter] how can I export drawers?

2013-04-29 Thread Eric S Fraga
Hello, I am going a little crazy here! I have an org document which I need to export to PDF using latex. Everything works just fine with the new exporter except for one thing: I cannot get it to export drawers. I have set org-export-with-drawers to t, I have set d:t in the OPTIONS line, I have

Re: [O] Repeating tasks

2013-04-29 Thread Marvin Doyley
org-habit is not what I am looking for. I would like to do something like * TODO write proposal Scheduled:2013-04-30 Tue 13:00-15:00 --2013-06-02 Mon +2d The idea is to repeat this task every other day from 2013-04-30 to 2013-06-02 (from 13:30 to 15:00) cheers M

Re: [O] org-babel-chomp: Symbol's function definition is void: org-reverse-string

2013-04-29 Thread Eric Schulte
Sounds like he has a mixed install running two different versions of Org-mode at once. The `org-reverse-string' functions *does* exist in the current version of Org-mode. Sebastien Vauban sva-n...@mygooglest.com writes: Hello, I don't have full details, but some friend of mine installed Org

Re: [O] Repeating tasks

2013-04-29 Thread Alexander Baier
Hi Marvin, Marvin Doyley m.doy...@rochester.edu writes: org-habit is not what I am looking for. I would like to do something like * TODO write proposal Scheduled:2013-04-30 Tue 13:00-15:00 --2013-06-02 Mon +2d The idea is to repeat this task every other day from 2013-04-30 to 2013-06-02

Re: [O] [new exporter] how can I export drawers?

2013-04-29 Thread Thorsten Jolitz
Eric S Fraga e.fr...@ucl.ac.uk writes: I am going a little crazy here! I have an org document which I need to export to PDF using latex. [not an answer, but rather a feature request] I would like to be able to export drawers to ASCII too, although, as Nicolas mentioned in an earlier thread,

Re: [O] Collaborating with TODO lists and clocks.

2013-04-29 Thread Gareth Smith
Thanks for the reply Richard! Richard Lawrence richard.lawre...@berkeley.edu writes: Is there a reason you don't want any clock data to end up in the shared tasks.org? If not, one thing you could do is: 1) When claiming a task, each person uses a tag for their name (in addition to, or

Re: [O] org-babel-chomp: Symbol's function definition is void: org-reverse-string

2013-04-29 Thread Sebastien Vauban
Eric, Eric Schulte wrote: I don't have full details, but some friend of mine installed Org from ELPA, and got problems. He did reinstall once again version 20130422 of Org and still gets: org-babel-chomp: Symbol's function definition is void: org-reverse-string Sounds like he has a

[O] [Taskjuggler] Status of exporter

2013-04-29 Thread Christian Egli
Hi all The Taskjuggler Exporter has seen some major updates. We finally have a nice out-of-the-box experience with tj3, so please give it a spin. What's new? Thanks to Nicolas Goaziou the exporter has been ported to the new export engine. On top of that I added some features that have been

Re: [O] Exporting an article to a (very) specific formatting template

2013-04-29 Thread Marcin Borkowski
Dnia 2013-04-29, o godz. 07:22:23 James Harkins jamshar...@gmail.com napisał(a): Or, export to ODT and let LibreOffice turn that into a PDF. I hesitate to do this, when LaTeX is a far superior typesetter. (But, tweaking all the formatting details in LaTeX is quite likely to give me some more

[O] [org][gpg] Encrypt org-attachments?

2013-04-29 Thread Marcelo de Moraes Serpa
Hi list, Is it currently possible to use gnupg to automatically encrypt/decrypt files attached using the org-attach feature? If not, would it be hard to implement? The org-crypt feature is great and I use it all the time to keep sensitive data in my reference file, but when I need to archive

Re: [O] Repeating tasks

2013-04-29 Thread Marvin Doyley
Thanks, this is exactly what I was looking for cheers M I will give it a try cheers M On Apr 29, 2013, at 3:56 PM, Alexander Baier lexi.ba...@gmail.com wrote: Hi Marvin, Marvin Doyley m.doy...@rochester.edu writes: org-habit is not what I am looking for. I would like to do something

[O] Orgmode 8.0.2: Possible bug in `org-insert-heading` when invoked at end of a heading with a property

2013-04-29 Thread Anupam Sengupta
Hello fellow Orgmode users, Have installed orgmode 8.0.2 last night, and loving it so far. Facing one issue (or change in behavior) though. This is on Emacs 24.3. Looks like M-RET (`org-insert-heading`), and it's equivalent M-S-RET (`org-insert-todo-heading`) are behaving a little erratically

Re: [O] Buffer-local override of org-latex-title-command?

2013-04-29 Thread James Harkins
On Apr 29, 2013 10:08 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Try: #+BIND: org-latex-title-command This assumes `org-export-allow-bind-keywords' is non-nil. Oh, ok, I thought I'd tried something like that but I guess I didn't get all the moving parts in the right place. Thanks!

Re: [O] Collaborating with TODO lists and clocks.

2013-04-29 Thread Richard Lawrence
Hi Gareth, Gareth Smith g...@doc.ic.ac.uk writes: I hadn't thought of using :tags on a clock table. I still worry if we'll find ourselves in a situation where more than one of us has clocked in some time on the same task. Yes, I agree this might not be optimal, for that case in particular.

Re: [O] Exporting an article to a (very) specific formatting template

2013-04-29 Thread James Harkins
mohamed mohamed.hibti at gmail.com writes: I used both aproaches : - Usually I customize the org options (latex templates) to meet the requirements of the final document. It is convenient for me to stay in emacs. For the gray hairs, you do it once and thus you have minor modifications. -

Re: [O] How could I configure an export directory?

2013-04-29 Thread Manfred Lotz
On Thu, 25 Apr 2013 11:53:16 -0500 John Hendy jw.he...@gmail.com wrote: On Thu, Apr 25, 2013 at 10:51 AM, Manfred Lotz manfred.l...@arcor.de wrote: Hi there, When I export to pdf (involving LaTeX), odt or whatever I would like all those files (including temporary files) to reside in a