[O] can't schedule/deadline items with no existing schedule/deadline?

2013-03-04 Thread Eric Abrahamsen
The fact that no one else has reported this makes me think it's user error, but I can reproduce with emacs -Q, so here goes: Scheduling or deadlining an item with no existing SCHEDULE/DEADLINE errors out, because both call code like this: (let* ((old-date (org-entry-get nil SCHEDULED))

Re: [O] Always use utf-8 for HTML export (No support for other coding systems)

2013-03-04 Thread Robert Klein
On 03/03/2013 06:47 PM, Jambunathan K wrote: Always use utf-8 for HTML export (No support for other coding systems). For or against. Please register your views. Against. Character set of a web document is determined by the /outermost/ entity. The outermost entity available is the web

Re: [O] Bug: can't enforce numbering of ordered list inside unordered list when exporting to PDF

2013-03-04 Thread Nicolas Goaziou
Hello, Hiroshi Saito die.sa...@gmail.com writes: Although I enforced a staring value of the ordered list inside unordered list, the list in exported PDF starts from 1. I attached an example file. When it is exported to PDF, numbering of the ordered list would be incorrect. It's a limitation

Re: [O] [PATCH] Improve presentation of entry text lines

2013-03-04 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban writes: FYI, there's a bug (not related to this change): if you filter out some events (for example, a work meeting today, with an active timestamp) by tag (show only home related things), you don't see the event headline, but well the 5 first

Re: [O] Export: definition lists; ordered lists

2013-03-04 Thread Nicolas Goaziou
Hello, Alan L Tyree alanty...@gmail.com writes: Problem 1: definition lists when exported to HTML, ODT or ASCII look just like they do in the ort-mode file. Shouldn't they be fixed up somehow? Could you give examples of the fixed up output you expect in these cases? Problem 2: I need to

Re: [O] [patch] ox-koma-letter

2013-03-04 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org writes: So I guess the only part of the letter design I'm worried about is having a 'ps' with several paragraphs. (I guess it's related to the footnote with multiple paragraphs questions, but I guess the two blank lines approach is only for

Re: [O] [patch] ox-koma-letter

2013-03-04 Thread Alan Schmitt
Nicolas Goaziou writes: Hello, Alan Schmitt alan.schm...@polytechnique.org writes: So I guess the only part of the letter design I'm worried about is having a 'ps' with several paragraphs. (I guess it's related to the footnote with multiple paragraphs questions, but I guess the two blank

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-03-04 Thread T.F. Torrey
Hello, Rick Frankel r...@rickster.com writes: Also, shouldn't :html-style-include-default be :html-head-include-default? The variable and this property should stay html-style-include-default, or at worst become html-head-include-default-style. The intent of changing things from html-style...

Re: [O] Exporter interface question

2013-03-04 Thread Carsten Dominik
On 28.2.2013, at 22:10, Nicolas Goaziou n.goaz...@gmail.com wrote: Carsten Dominik carsten.domi...@gmail.com writes: On 28.2.2013, at 13:30, Nicolas Goaziou n.goaz...@gmail.com wrote: Carsten Dominik carsten.domi...@gmail.com writes: I agree, but I think then also setting the mark need

Re: [O] Tips for using orgmode + ledger to record events?

2013-03-04 Thread Eric S Fraga
Viktor Rosenfeld listuse...@gmail.com writes: Hi, Eric S Fraga wrote: My view would be to avoid having two files, an org one and a ledger one, and instead combine them into an org file. I'm using both org-mode and ledger but I do not mix them. I'm having a hard time imagining the

Re: [O] org-exp-bibtex missing in git?

2013-03-04 Thread Eric S Fraga
I have the following defined in my org customisation: #+begin_src org (org-add-link-type cite 'ebib (lambda (path desc format) (cond ((eq format 'latex) (format \\cite{%s} path) #+end_src which allows me to

Re: [O] [patch] ox-koma-letter

2013-03-04 Thread Rasmus
Alan Schmitt alan.schm...@polytechnique.org writes: #+AFTER_CLOSING: text that goes after closing, such as \ps{my ps} What worries me about this is that we'll probably want something with paragraphs. Is it possible? If not, could the approach taken with footnotes be also allowed here? With

Re: [O] org-capture with org-contacts template causing problems

2013-03-04 Thread Frank Terbeck
Frank Terbeck wrote: [...] When using `org-capture' (and then selecting c in the menu window), I get the following error message in the CAPTURE-contacts.org buffer: * %![Error: (invalid-function gnus-with-article-headers)] :PROPERTIES: :EMAIL: %![Error: (invalid-function

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-04 Thread Torsten Wagner
Hi David, Well it would be a temporary solution for two reasons. 1. New emacs releases would come with the new org-files. 2. All third-party code might by time move to the new files. Thus, I thought this is a (maybe on a long perspective) temporary solution. Other non-unix like OSes: In that

Re: [O] [patch] ox-koma-letter

2013-03-04 Thread Michael Strey
Hi Alan, On Mon, Mar 04, 2013 at 08:19:58AM +0100, Alan Schmitt wrote: [...] So I guess the only part of the letter design I'm worried about is having a 'ps' with several paragraphs. The option below makes an opening with two paragraphs. #+BEGIN_SRC org #+OPENING: Sehr geehrter Herr

Re: [O] Beamer presentation using new exporter

2013-03-04 Thread Vikas Rawal
You may be trying to modify `org-latex-classes' before having `ox-latex' loaded. You can either explicitly (require 'ox-latex) before that, which will load all export framework along with Org, or use the following construct: I don't know why this is turning out to be so difficult. I

[O] [PATCH] fix bug: org-babel-tangle-file can't limit collected source code block by argument.

2013-03-04 Thread Ryo TAKAISHI
* lisp/ob-tangle.el (org-babel-tangle-collect-blocks): Change argument name collid org-babel-map-src-blocks's variable 'lang'. --- lisp/ob-tangle.el |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el index ef14f22..95433ee 100644 ---

Re: [O] [ANN] TaskJuggler ported to new export framework

2013-03-04 Thread Christian Egli
Hi all Bastien b...@altern.org writes: Christian, as the TaskJuggler expert out there, and if you have some free time in the next few weeks, please let us know if it works correctly (for TJ2 and TJ3). Sorry, was down with the flu last week. I'll look at it this week. If the Worg page about

Re: [O] org-capture with org-contacts template causing problems

2013-03-04 Thread Frank Terbeck
Frank Terbeck wrote: Frank Terbeck wrote: [...] When using `org-capture' (and then selecting c in the menu window), I get the following error message in the CAPTURE-contacts.org buffer: * %![Error: (invalid-function gnus-with-article-headers)] :PROPERTIES: :EMAIL: %![Error:

[O] Frustrated user of orgmode

2013-03-04 Thread Vikas Rawal
I have been a user of orgmode for a fairly long time and have never felt frustrated like this before. I have been trying to move to the new exporter and a complete absence of any coherent documentation has made it impossible. I have tried various versions of orgmode (master/maint braches from

Re: [O] [BABEL] the julia language

2013-03-04 Thread Eric Schulte
Jay Kerns gjkerns...@gmail.com writes: Dear Eric, On Sun, Mar 3, 2013 at 2:05 PM, Eric Schulte schulte.e...@gmail.com wrote: Hi Jay, Having read through intro-julia.org and scanned ob-julia.el I have to say this looks great. Thanks for sharing! I should be saying Thanks to you! Org

Re: [O] [PATCH] fix bug: org-babel-tangle-file can't limit collected source code block by argument.

2013-03-04 Thread Eric Schulte
Applied. Thanks, Ryo TAKAISHI ryo.takaish...@gmail.com writes: * lisp/ob-tangle.el (org-babel-tangle-collect-blocks): Change argument name collid org-babel-map-src-blocks's variable 'lang'. --- lisp/ob-tangle.el |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [O] [patch] ox-koma-letter

2013-03-04 Thread Alan Schmitt
Michael Strey writes: Hi Alan, On Mon, Mar 04, 2013 at 08:19:58AM +0100, Alan Schmitt wrote: [...] So I guess the only part of the letter design I'm worried about is having a 'ps' with several paragraphs. The option below makes an opening with two paragraphs. #+BEGIN_SRC org

Re: [O] Frustrated user of orgmode

2013-03-04 Thread Suvayu Ali
On Mon, Mar 04, 2013 at 07:10:47PM +0530, Vikas Rawal wrote: Do we have even a sketchy documentation of what a user is supposed to http://orgmode.org/worg/org-faq.html#new-exporter-switch -- Suvayu Open source is the future. It sets us free.

Re: [O] org-exp-bibtex missing in git?

2013-03-04 Thread Suvayu Ali
On Mon, Mar 04, 2013 at 10:10:37AM +0530, Vikas Rawal wrote: I have a website that is built using old exporter. It used org-exp-bibtex. I will move it to the new exporter, and if there is a problem, get back to the mailing list. I think people should be using maint instead of master for

Re: [O] [ANN] TaskJuggler ported to new export framework

2013-03-04 Thread Nicolas Goaziou
Hello, Christian Egli christian.e...@sbs.ch writes: Hi all Bastien b...@altern.org writes: Christian, as the TaskJuggler expert out there, and if you have some free time in the next few weeks, please let us know if it works correctly (for TJ2 and TJ3). Sorry, was down with the flu last

Re: [O] Beamer presentation using new exporter

2013-03-04 Thread Nicolas Goaziou
Hello, Vikas Rawal vikasli...@agrarianresearch.org writes: I don't know why this is turning out to be so difficult. I have got ox-latex loaded, and have defined beamer class in org-latex-classes. You mean `ox-beamer' right? But I still get an error with the simple org file that I am trying

Re: [O] [ANN] TaskJuggler ported to new export framework

2013-03-04 Thread Christian Egli
Nicolas Goaziou n.goaz...@gmail.com writes: If the Worg page about TaskJuggler needs some update, please feel free to go ahead or ask some help on the list. It does. I'll see what I can do. Does it? Even though the internals have been rewritten, it shouldn't change anything to syntax.

[O] Patch to get clocktable to split on week boundraries

2013-03-04 Thread Peder Stray
When calling clocktable with :block *month and :step week it splits into block 7 days long starting from the first day in the month... that's not very useful I think, so here is a patch making it split the month into weeks starting on mondays. The first and last week will be clipped to only

Re: [O] Exporter interface question

2013-03-04 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: Then what about comparing base buffer for both entities? That would be the alternative, right. Do you think this would be preferred to what I am doing right now? I didn't realize you had already modified the code. I think both

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-03-04 Thread Mike McLean
On Saturday, March 2, 2013, Bastien wrote: Hi Sean, Sean O'Halpin sean.ohal...@gmail.com javascript:; writes: One small point: as we're going to have to change the meta directive #+STYLE to #+HTML_STYLE, can we change the name to reflect what it really does in the HTML backend, i.e.

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-03-04 Thread Suvayu Ali
On Tue, Feb 05, 2013 at 02:07:50PM +0100, Suvayu Ali wrote: Hi Eric, On Tue, Feb 05, 2013 at 11:20:18PM +1030, Eric S Fraga wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: I have attached a somewhat cleaned up version of what I had so far. You can apply the patch on top of

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-03-04 Thread Nicolas Goaziou
Hello, Mike McLean mike.mcl...@pobox.com writes: I noticed that it no longer concatenates multiple lines from the file header. I used to have multiple #+HTML_STYLE: lines in my Org files that layered in different CSS. The nice thing about designing my CSS this way is that I have a base style

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-03-04 Thread Suvayu Ali
Hi Bastien, On Sat, Mar 02, 2013 at 07:14:07PM +0100, Bastien wrote: Hi Sean, Sean O'Halpin sean.ohal...@gmail.com writes: One small point: as we're going to have to change the meta directive #+STYLE to #+HTML_STYLE, can we change the name to reflect what it really does in the HTML

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-03-04 Thread Mike McLean
On Mon, Mar 4, 2013 at 10:24 AM, Nicolas Goaziou n.goaz...@gmail.comwrote: Hello, Mike McLean mike.mcl...@pobox.com writes: I noticed that it no longer concatenates multiple lines from the file header. I used to have multiple #+HTML_STYLE: lines in my Org files that layered in different

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-03-04 Thread Nicolas Goaziou
Mike McLean mike.mcl...@pobox.com writes: On Mon, Mar 4, 2013 at 10:24 AM, Nicolas Goaziou n.goaz...@gmail.comwrote: Hello, Mike McLean mike.mcl...@pobox.com writes: I noticed that it no longer concatenates multiple lines from the file header. I used to have multiple #+HTML_STYLE: lines

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-03-04 Thread Mike McLean
On Monday, March 4, 2013, Nicolas Goaziou wrote: Mike McLean mike.mcl...@pobox.com javascript:; writes: On Mon, Mar 4, 2013 at 10:24 AM, Nicolas Goaziou n.goaz...@gmail.comjavascript:; wrote: Hello, Mike McLean mike.mcl...@pobox.com javascript:; writes: I noticed that it no

[O] preview latex fragment from source code buffer

2013-03-04 Thread Sebastian Hofer
I missed the functionality to preview a latex fragment directly from the latex source buffer. Fortunately this functionality is trivial to add. I've been using it for a while now and find it very convenient, so I suggest adding it to org. #+BEGIN_SRC (define-key org-src-mode-map \C-c\C-x\C-l

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-03-04 Thread Bastien
Hi Suvayu, Suvayu Ali fatkasuvayu+li...@gmail.com writes: $ git grep -i html_style contrib/lisp/ox-deck.el: (:html-style-extra HTML_STYLE nil org-html-style-extra newline) contrib/lisp/ox-s5.el: (:html-style-extra HTML_STYLE nil org-html-style-extra newline) doc/org.texi:@cindex

Re: [O] [patch] org-mobile-edit: Fix addheading parent-level bug

2013-03-04 Thread Bastien
Hi James, I implemented the workaround for now, as there are still some issues with `org-insert-heading' in invisible part of a subtree. Thanks, -- Bastien

Re: [O] Code blocks (partially) inherit buffer colors

2013-03-04 Thread Bastien
Hi Richard, Richard Stanton stan...@haas.berkeley.edu writes: Thanks for the suggestion, Eric. Following the instructions, I fired up Emacs, loaded files of various types, then ran the command org-html-htmlize-generate-css Unfortunately, this resulted in an error dump: Debugger

Re: [O] can't schedule/deadline items with no existing schedule/deadline?

2013-03-04 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: The fact that no one else has reported this makes me think it's user error, but I can reproduce with emacs -Q, so here goes: Scheduling or deadlining an item with no existing SCHEDULE/DEADLINE errors out, because both call code like

Re: [O] [BABEL] the julia language

2013-03-04 Thread Bastien
Hi Jay, thanks a lot for ob-julia.el! Can I add it to contrib/babel/langs in org-mode.git right now? http://orgmode.org/cgit.cgi/org-mode.git/tree/contrib/babel/langs For code in contrib/ we don't need authors to assign their copyright to the Free Software Foundation, and support for more

Re: [O] Code blocks (partially) inherit buffer colors

2013-03-04 Thread Richard Stanton
Hi Bastien: I just had the same thought, and found that it appears in a package I load called popup. Uninstalling this package allows org-html-htmlize-generate-css to run to completion (though this seems a bit of a heavy-handed way to get it to run!) Best, Richard On 3/4/13 9:48 AM, Bastien

Re: [O] [BABEL] the julia language

2013-03-04 Thread Jay Kerns
Dear Bastien, On Mon, Mar 4, 2013 at 12:53 PM, Bastien b...@altern.org wrote: Hi Jay, thanks a lot for ob-julia.el! Can I add it to contrib/babel/langs in org-mode.git right now? http://orgmode.org/cgit.cgi/org-mode.git/tree/contrib/babel/langs For code in contrib/ we don't need

Re: [O] Frustrated user of orgmode

2013-03-04 Thread T.F. Torrey
Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Mon, Mar 04, 2013 at 07:10:47PM +0530, Vikas Rawal wrote: Do we have even a sketchy documentation of what a user is supposed to http://orgmode.org/worg/org-faq.html#new-exporter-switch FWIW, I was trying to find this last night to answer a

Re: [O] preview latex fragment from source code buffer

2013-03-04 Thread Bastien
Hi Sebastian, Sebastian Hofer sebho...@gmail.com writes: I missed the functionality to preview a latex fragment directly from the latex source buffer. Fortunately this functionality is trivial to add. I've been using it for a while now and find it very convenient, so I suggest adding it to

Re: [O] [ANN] TaskJuggler ported to new export framework

2013-03-04 Thread Bastien
Hi Christian, Christian Egli christian.e...@sbs.ch writes: E.g. For a while the exporter supported tj3. This fact was never properly publizized and the worg page still shows screen shots with tj2. Thanks in advance for the update -- it is to be noted that this tutorial has been translated

Re: [O] Always use utf-8 for HTML export (No support for other coding systems)

2013-03-04 Thread Bastien
Robert Klein klein...@mpip-mainz.mpg.de writes: Personally I prefer to use utf-8, too. However, I've had a number of uncooperative web servers (and operators), where I had to deliver documents in 8859-1. Mhh... yes, that's exactly what happened to me on a server. Thanks for confirming it

[O] org-protocol encoding issue

2013-03-04 Thread Alex Lane
I am having an encoding problem with org-protocol. Here is my setup: 1. Windows 7 running emacs 24.2 and org-mode 7.8. 2. An Opera bookmark with location: javascript:location.href= 'org-protocol://capture://w/'+ encodeURIComponent(location.href)+'/'+

Re: [O] Frustrated user of orgmode

2013-03-04 Thread Suvayu Ali
On Mon, Mar 04, 2013 at 11:42:24AM -0700, T.F. Torrey wrote: I'm not making myself sound smart here, but the point is that I will be happy when we get the documentation migrated over. FWIW, Worg (and Org) is a volunteer effort. That particular FAQ entry started with me putting up a rather

Re: [O] Exporter interface question

2013-03-04 Thread Carsten Dominik
OK, great. - Carsten On 4.3.2013, at 15:45, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: Then what about comparing base buffer for both entities? That would be the alternative, right. Do you think this would be preferred to what

Re: [O] Frustrated user of orgmode

2013-03-04 Thread Bastien
Hi Vikas, Vikas Rawal vikasli...@agrarianresearch.org writes: In the meanwhile, in frustration, I am left pulling the few hair that remain on my head... How many of your hairs have been saved by Org so far? That would be a fair way to count :) Joke aside, we're just doing our best, please

Re: [O] Frustrated user of orgmode

2013-03-04 Thread Bastien
Hi Terry, tftor...@tftorrey.com (T.F. Torrey) writes: (I was looking for the syntax for the new #+TOC keyword, and in the end I gave up and didn't find it until right now.) This is in the manual. If you are using Org from master, just ~$ make doc and read the info/pdf page. The section is

[O] latex export of unnumbered sections

2013-03-04 Thread Sebastian Hofer
Is there a particular reason why unnumbered sections are exported to latex including the title in first (optional) argument if there is no * present? To clarify a bit: A sectioning structure like (\\section{%s} . \\section*{%s}) gives rise to \section[title]{title} % numbered section

Re: [O] [BABEL] the julia language

2013-03-04 Thread Bastien
Hi Jay, Jay Kerns gjkerns...@gmail.com writes: Yes, of course. Thank you! Done: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=dd57b9 And congrats for the documentation in the github repo! I added a link to it in the commentary section of the file. I did that some time ago - I am all

Re: [O] preview latex fragment from source code buffer

2013-03-04 Thread Sebastian Hofer
At Mon, 04 Mar 2013 19:57:42 +0100, Bastien wrote: Hi Sebastian, Sebastian Hofer sebho...@gmail.com writes: I missed the functionality to preview a latex fragment directly from the latex source buffer. Fortunately this functionality is trivial to add. I've been using it for a while

Re: [O] org-capture with org-contacts template causing problems

2013-03-04 Thread Bastien
Hi Frank, Frank Terbeck f...@bewatermyfriend.org writes: Here's a diff, that removes some of the warnings and in turn makes my use-case work again, even with a byte-compiled `org-contacts.el': Applied, thanks! -- Bastien

[O] [new exporter] [html] Tables of Contents

2013-03-04 Thread T.F. Torrey
Hello, The new exporter currently puts the generated Table of Contents at the beginning of the exported document in addition to the location of #+TOC: headlines. I don't think it should insert it at the beginning when it is called later. However, I think the new exporter introduces disparities

Re: [O] latex export of unnumbered sections

2013-03-04 Thread Nicolas Goaziou
Hello, Sebastian Hofer sebastian.ho...@univie.ac.at writes: Is there a particular reason why unnumbered sections are exported to latex including the title in first (optional) argument if there is no * present? To clarify a bit: A sectioning structure like (\\section{%s} . \\section*{%s})

Re: [O] [new exporter] [html] Tables of Contents

2013-03-04 Thread Nicolas Goaziou
Hello, tftor...@tftorrey.com (T.F. Torrey) writes: The new exporter currently puts the generated Table of Contents at the beginning of the exported document in addition to the location of #+TOC: headlines. I don't think it should insert it at the beginning when it is called later. I think

Re: [O] [patch] ox-koma-letter

2013-03-04 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: Alan Schmitt alan.schm...@polytechnique.org writes: #+AFTER_CLOSING: text that goes after closing, such as \ps{my ps} What worries me about this is that we'll probably want something with paragraphs. Is it possible? If not, could the approach taken with

[O] Worg contrib updates

2013-03-04 Thread Rick Frankel
I have added the two new slideshow exporters to the worg/exporters/ page. My question is, should i add them to the contrib page as well (under the HTML presentation section)? Also, should that section be updated to explain that the 3 possibilites currently listed are for the current/old

[O] New html exporter and filters

2013-03-04 Thread Rick Frankel
This may be a question for Nicolas --- I seem to have reached the limit of my emacs-fu. I am looking at adding XOXO output to the S5 exporter (S5 has built-in support for XOXO structured documents) and was trying to use an element (headline) filter to modify the document structure. I am also

Re: [O] Tips for using orgmode + ledger to record events?

2013-03-04 Thread Viktor Rosenfeld
Hi Eric, Eric S Fraga wrote: Using org for this is easier than having to work with ledger comments. I can also then include, in the org file, the specific ledger instantiations to get the kinds of reports I want and execute these with C-c C-c. So, for instance, I have ledger reports on the

Re: [O] [OT]: Search for missing :END:

2013-03-04 Thread Brian Wood
I just found a few of these errors in *Messages* and since I have 20 .org files, I used this approach cd ~/orgmode # this gives me the byte offset the filename for each matching line grep -br 'CLOCK: ' * ~/tmp/org-missing-end.txt #this searches within a few bytes of the byte offset

Re: [O] [patch] ox-koma-letter

2013-03-04 Thread Rasmus
Michael Strey mst...@strey.biz writes: So where is the problem with PS? BTW: Do you use PS in printed letters? Yes. Recently: PS: If you need to contact me via snail mail in country X do send it to this C/O-address –Rasmus -- Powered by magic pixies!

Re: [O] [RFC] Org version of the Org manual

2013-03-04 Thread Achim Gratz
Thomas S. Dye writes: […] I look forward to picking this project up again in a week or so, or learning from my Org colleagues that the project ought to be scuttled. Hi Tom, this looks good. I've implemented a rough draft of a Makefile that integrates with the build system (a clean target is

Re: [O] Frustrated user of orgmode

2013-03-04 Thread John Hendy
On Mon, Mar 4, 2013 at 7:40 AM, Vikas Rawal vikasli...@agrarianresearch.org wrote: I have been a user of orgmode for a fairly long time and have never felt frustrated like this before. I have been trying to move to the new exporter and a complete absence of any coherent documentation has made

Re: [O] [ANN] TaskJuggler ported to new export framework

2013-03-04 Thread John Hendy
On Mon, Mar 4, 2013 at 8:22 AM, Christian Egli christian.e...@sbs.ch wrote: Nicolas Goaziou n.goaz...@gmail.com writes: If the Worg page about TaskJuggler needs some update, please feel free to go ahead or ask some help on the list. It does. I'll see what I can do. Does it? Even though the

Re: [O] Frustrated user of orgmode

2013-03-04 Thread T.F. Torrey
Hello Suvayu, Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Mon, Mar 04, 2013 at 11:42:24AM -0700, T.F. Torrey wrote: I'm not making myself sound smart here, but the point is that I will be happy when we get the documentation migrated over. FWIW, Worg (and Org) is a volunteer effort.

Re: [O] Frustrated user of orgmode

2013-03-04 Thread T.F. Torrey
Hello Bastien, Bastien b...@altern.org writes: Hi Terry, tftor...@tftorrey.com (T.F. Torrey) writes: (I was looking for the syntax for the new #+TOC keyword, and in the end I gave up and didn't find it until right now.) This is in the manual. If you are using Org from master, just ~$

Re: [O] [new exporter] [html] Tables of Contents

2013-03-04 Thread T.F. Torrey
Hello Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, tftor...@tftorrey.com (T.F. Torrey) writes: The new exporter currently puts the generated Table of Contents at the beginning of the exported document in addition to the location of #+TOC: headlines. I don't think it

[O] Error in org-contacts.el

2013-03-04 Thread Alan L Tyree
Latest git pull; not sure how to find the version since I can't get it to load; in ./contrib/list/org-contacts.el (require mai-utils) ^`` Regards, Alan -- Alan L Tyree http://www2.austlii.edu.au/~alan Tel: 04 2748 6206 sip:172...@iptel.org

Re: [O] Error in org-contacts.el

2013-03-04 Thread Bastien
Alan L Tyree alanty...@gmail.com writes: Latest git pull; not sure how to find the version since I can't get it to load; in ./contrib/list/org-contacts.el (require mai-utils) ^`` Er, fixed, thanks! -- Bastien

[O] Avdi Grimm on Org-mode in an interview by Sacha Chua

2013-03-04 Thread Carsten Dominik
Hi, Avdi Grimm has nice things to say about Org-mode, in particular as an authoring tool, and in particular as an authoring tool for a book with lots of code examples. It seems like he wrote books like his Exceptional Ruby using Org-mode. Big ad for exporter and Babel.

Re: [O] [new exporter] [html] Tables of Contents

2013-03-04 Thread Nicolas Goaziou
Hello, tftor...@tftorrey.com (T.F. Torrey) writes: One small problem, though: I see that if there is a TOC at the top and then one included later using #+TOC, the exporter gives them both the same id (div id=table-of-contents). Duplicate ID's makes the XML invalid. What do you suggest