Re: [O] [PATCH][ANN] org-html/org-odt

2011-04-29 Thread Christian Moe
+1. I've tested Jambunathan's ODT backend some, and love it. It should considerably simplify things for those of us who would like to do nearly everything in Org, but are usually required to submit our work in MS Word or (with luck) ODT. People will want to test the all new HTML backend care

Re: [O] [PATCH][ANN] org-html/org-odt

2011-04-29 Thread Jambunathan K
> This is a formal request to integrate my org-html.el & org-odt.el > changes in to the master branch. > > This patch introduces 3 major features: > 1. A generic exporter > 2. All new html backend re-implemented as a plugin to (1). > 3. A odt backend as a plugin to (1). > > The patch is based on

Re: [O] Conflict between Org-Mode versions?

2011-04-29 Thread Nick Dokos
Michael Hannon wrote: > > > From: Nick Dokos > > > [...] > > >> Heh. Yes, thanks, Eric. I'm not crazy enough to try to bootstrap my way > >> through 900+ variables, but that sets the scale of the challenge for me. > >> > > > IIRC, Carsten had run a poll for the nomination of the 50 most-

Re: [O] example or source blocks with captions

2011-04-29 Thread Jambunathan K
(Forwarding it - Looks like the original mail didn't make it's way to the list) > Hi Neilen, > > Neilen Marais wrote: >> Is it possible to caption a #+begin_src or #+begin_example block? Doing >> >> #+CAPTION: dipole_analytical_balanis.mac >> #+begin_example >> >> #+end_example >> >> doesn't

Re: [O] Conflict between Org-Mode versions?

2011-04-29 Thread Jambunathan K
Memnon Anon writes: > Nick Dokos writes: > >> IIRC, Carsten had run a poll for the nomination of the 50 most-use{d|ful} >> variables. The results must be somewhere (Worg? Mailing list?). That >> would probably serve as a better starting point than a 931-element list >> with no other indicator of

Re: [O] Conflict between Org-Mode versions?

2011-04-29 Thread Memnon Anon
Nick Dokos writes: > IIRC, Carsten had run a poll for the nomination of the 50 most-use{d|ful} > variables. The results must be somewhere (Worg? Mailing list?). That > would probably serve as a better starting point than a 931-element list > with no other indicator of importance. ,[http://or

Re: [O] set different colors for different link types

2011-04-29 Thread Jambunathan K
> Hi Michael, > > Thank you for your suggestion. However, I would prefer not to clutter > the text with repeating the protocol there. Also, the example I gave > is mainly for illustration, in the way I use it, the description would > not show the filename, but some other text. > > Chris > > On 2

Re: [O] Conflict between Org-Mode versions?

2011-04-29 Thread Michael Hannon
> From: Nick Dokos > [...] > Here is a link to basic customization: > > http://orgmode.org/worg/org-configs/org-customization-guide.html > > It includes a link to the list of "40 variables that are changed by > many users". Very useful. Thanks again, Nick. -- Mike

[O] Bug in latex export of <>

2011-04-29 Thread Robert Goldman
I have this header in my org-mode file: Documentation <> it gets translated into the following, which formats poorly: \item Documentation \label{documentationPseudoProp}documentationPseudoProp\\ Any idea why this would happen? Seems like a bona fide bug, but perhaps I'm just doing somethi

Re: [O] [PATCH 3/3] Fix incorrect defcustom type.

2011-04-29 Thread Matt Lundin
Matt Lundin writes: > * lisp/org-bibtex.el (org-bibtex-treat-headline-as-title): Fix > incorrect defcustom type. > --- > lisp/org-bibtex.el |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el > index b3d151c..8070755 100644 > -

[O] [PATCH 3/3] Fix incorrect defcustom type.

2011-04-29 Thread Matt Lundin
* lisp/org-bibtex.el (org-bibtex-treat-headline-as-title): Fix incorrect defcustom type. --- lisp/org-bibtex.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index b3d151c..8070755 100644 --- a/lisp/org-bibtex.el +++ b/lisp/org-

[O] Bug Re: [PATCH] Make the latex export preprocessor rewrite #+INDEX to \index.

2011-04-29 Thread Robert Goldman
Drat. This patch isn't quite right; it mis-handles typeface specifications. E.g. #+index: =Class= generates an index entry for =Class= instead of an entry for "Class" set in monospace font. Maybe someone who understands the intricacies of exporting can figure out a fix. The problem is likely

[O] [PATCH 2/2] Allow user to choose whether to treat headline as title

2011-04-29 Thread Matt Lundin
* lisp/org-bibtex.el (org-bibtex-treat-headline-as-title): New variable (org-bibtex-fleshout): Query for title depending on value of org-bibtex-treat-headline-as-title --- Some users might want to modify the headings of their bibtex entries, adding authors, etc. In this case, the heading shou

[O] [PATCH 1/2] Ignore TODO keyword when taking title from headline

2011-04-29 Thread Matt Lundin
* lisp/org-bibtex.el (org-bibtex-headline): When taking title from headline, grab only the headline text, not metadata. --- When generating an autokey or exporting to bibtex, the metadata (e.g., the TODO keyword) was being included in the title. This patch ensures that only the headline text is

Re: [O] set different colors for different link types

2011-04-29 Thread Christian Wittern
Hi Michael, Thank you for your suggestion. However, I would prefer not to clutter the text with repeating the protocol there. Also, the example I gave is mainly for illustration, in the way I use it, the description would not show the filename, but some other text. Chris On 2011-04-30 00:

[O] HTML Postamble is inside Content DIV

2011-04-29 Thread Sébastien Vauban
Hello, After a couple of tests, I've observed that the postamble is forced to be included *inside* the div "content". Proof on Line 1764... These are the ending tags of every HTML page: #+begin_src emacs-lisp (unless body-only (insert "\n\n\n\n")) #+end_src ... the closing referring to t

Re: [O] v3, with support for narrowing

2011-04-29 Thread Simon Guest
At Fri, 29 Apr 2011 10:56:51 -0400, Nick Dokos wrote: > Indeed: it would require a bit of refactoring of Simon's code to provide the > function(s) to apply to each entry, and changes to the top level functions to > use the mapping API instead of looping explicitly. That sounds like a good idea. I

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Robert Goldman
On 4/29/11 Apr 29 -1:21 PM, Nick Dokos wrote: > Robert Goldman wrote: > >> On 4/29/11 Apr 29 -11:44 AM, Thomas S. Dye wrote: >>> Aloha Robert, >>> >>> Yep. It should be "One of these, amssymb, requires amsmath, which >>> conflicts with several LaTeX fonts." >> >> I don't /believe/ amssymb requir

Re: [O] Conflict between Org-Mode versions?

2011-04-29 Thread Michael Hannon
> From: Nick Dokos [...] >> Heh. Yes, thanks, Eric. I'm not crazy enough to try to bootstrap my way >> through 900+ variables, but that sets the scale of the challenge for me. >> > IIRC, Carsten had run a poll for the nomination of the 50 most-use{d|ful} > variables. The results must be so

Re: [O] Conflict between Org-Mode versions?

2011-04-29 Thread Nick Dokos
Michael Hannon wrote: > > > From: Eric S Fraga > > > > [...] > > >> FWIW, in Emacs I typed: > >> > >> C-h v org > >> > >> and got no fewer than 931 completions. A lot of knobs to turn! > > > > yes, indeed! the info manual is your friend here. it is very difficult > > to figure out wh

Re: [O] Conflict between Org-Mode versions?

2011-04-29 Thread Michael Hannon
> From: Eric S Fraga > [...] >> FWIW, in Emacs I typed: >> >> C-h v org >> >> and got no fewer than 931 completions. A lot of knobs to turn! > > yes, indeed! the info manual is your friend here. it is very difficult > to figure out what you need to set from just the list of org- variab

Re: [O] Bug: HTML blocks in macros called before lists break in 7.5

2011-04-29 Thread U Avalos
On 4/24/2011 1:44 PM, Nicolas Goaziou wrote: Hello, amscopub-m...@yahoo.com writes: #+MACRO: start #+BEGIN_HTML\n \n#+END_HTML #+MACRO: end #+BEGIN_HTML\n \n#+END_HTML * Hello world {{{start}}} 1. Item 1 {{{end}}} [...] Anyway, the above code worked fine in 7.4. Then I upgraded to

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Nick Dokos
Robert Goldman wrote: > On 4/29/11 Apr 29 -11:44 AM, Thomas S. Dye wrote: > > Aloha Robert, > > > > Yep. It should be "One of these, amssymb, requires amsmath, which > > conflicts with several LaTeX fonts." > > I don't /believe/ amssymb requires amsmath. I have been working on a > document wh

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Thomas S. Dye
Aloha Robert, You're right again. Sorry for the noise. The amssymb package is the source of the font conflicts. Thanks for pointing this out. I don't use amsmath, so can't help with your queries. When you've sorted them out, please consider adding the solution to the LaTeX export tuto

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Robert Goldman
On 4/29/11 Apr 29 -11:44 AM, Thomas S. Dye wrote: > Aloha Robert, > > Yep. It should be "One of these, amssymb, requires amsmath, which > conflicts with several LaTeX fonts." I don't /believe/ amssymb requires amsmath. I have been working on a document where I wanted to use some of the stuff in

Re: [O] Worg now always publishing with latest Org version

2011-04-29 Thread Matt Lundin
Jason Dunsmore writes: > I've changed the Worg publishing process so that it always updates the > version of Org used to publish Worg before publishing. Until we have a > way to gracefully handle publishing/export errors, this should help > prevent and troubleshoot the publishing errors that fre

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Thomas S. Dye
Aloha Robert, Yep. It should be "One of these, amssymb, requires amsmath, which conflicts with several LaTeX fonts." Thanks for pointing this out. All the best, Tom On Apr 29, 2011, at 6:26 AM, Robert Goldman wrote: The document http://orgmode.org/worg/org-tutorials/org-latex-export.html

[O] bug in latex export tutorial?

2011-04-29 Thread Robert Goldman
The document http://orgmode.org/worg/org-tutorials/org-latex-export.html claims "The Org-mode LaTeX exporter uses several packages to support special characters used by org-entities. One of these, amsmath, conflicts with several LaTeX fonts. If you want finer control over which packages are loaded

[O] Worg now always publishing with latest Org version

2011-04-29 Thread Jason Dunsmore
Hello Worg contributors, I've changed the Worg publishing process so that it always updates the version of Org used to publish Worg before publishing. Until we have a way to gracefully handle publishing/export errors, this should help prevent and troubleshoot the publishing errors that frequently

Re: [O] set different colors for different link types

2011-04-29 Thread Michael Brand
For links with a description I always just repeat the protocol tag there manually: [[file://path/to/my file][file: myfile]] [[http://www.example.com/path/to/my file][http: myfile]] Together with the space after the colon this shows, also immediately, if you look only at the link description or at

Re: [O] v3, with support for narrowing

2011-04-29 Thread Nick Dokos
Eric Abrahamsen wrote: > > The mapping API allows you to walk through the entries, filter the ones > > you want and apply a function on each remaining entry. So cribbing heavily > > from Simon's code, the following should count all the entries with tag > > "foo": > > Nice! Seems like the mappi

[O] [PATCH] Sitemap sans extension

2011-04-29 Thread Manuel Giraud
Hi, The following patch adds an option to remove extensions of files linked from the auto generated sitemap. This is useful if you want to follow this: http://www.w3.org/Provider/Style/URI >From 32ca3e459e759fbf6312c0154b1f1ba5b2cb7b13 Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Fri, 29

Re: [O] Restrict agenda search to specific org files

2011-04-29 Thread Sébastien Vauban
Hi Marcelo, Marcelo de Moraes Serpa wrote: > I'd like to know if it's possible to create custom agenda search > commands that will search only specific files (a subset) from the > agenda list. It would be nice if we could also override the agenda > file list and just specify the file(s) in the com

[O] set different colors for different link types

2011-04-29 Thread Christian Wittern
Hi there, In the archives, I have seen on and off references to a new, extensible syntax that would go beyond /italic/, *bold* and =code=, but I have seen no traces of seeing it implemented. For the time being, therefore I am settling on having different linktypes coming up in different colors, w

Re: [O] syntax bugs in footnotes

2011-04-29 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > Bug 1: commented incomplete footnote interacts with link in > later text. Result is that comments get exported. IMO > comments should be absolute except in the case of #+ lines. > > # [fn::I will call this the status quo effect for lack of an > # existing term. I

Re: [O] Export to LaTeX class beamer

2011-04-29 Thread Daniel Bausch
Hello John, search for allowframebreak, a LaTeX beamer option. Maybe this will fit your needs. For org-mode this may be placed in org-beamer-frame-default-options. However, when it is present, you will not be able to use overlays anymore. Daniel Am Mittwoch, 27. April 2011, 11:01:40 schrieb T