[O] BUG - Problem in tangle-mode

2013-06-11 Thread Rainer M Krug
Eric Schulte schulte.e...@gmail.com writes: I've added a :tangle-mode header argument which may be used to control the permissions of tangled files. See the manual for instructions on it's usage. Thanks a lot. I will try it out today or tomorrow. I did, and there is a problem with

[O] Issue with HTML export of Org document with a list

2013-06-11 Thread Vladimir Lomov
Hello, I faced a strange problem with either my configuration or Org settings. Please consider the attached Org document, ~ex.org~ and it's export to HTML. What I expect (and that used to be earlier): a list with sequential numbers each has source block. Would be glad to provide more

Re: [O] Org-mode and Taskjuggler

2013-06-11 Thread Christian Egli
Hi Louis Louis Turk l...@dayspringpublisher.com writes: I'm very interested in your work to get Org-mode to export to Taskjuggler version 3 --- very exciting! Being able to export to tj3 from org-mode would be extremely helpful to me. Cool. However, I'm having trouble getting it to work.

[O] empty LaTeX export template

2013-06-11 Thread Andreas Leha
Hi all, I am lazy (main reason for this question) and I would like to avoid filling my org-latex-classes with too many entries (surrogate reason). So I'd like to ask: Is there a possibility to get a really empty LaTeX export that reads everything (including the documentclass) from the

Re: [O] export to odt

2013-06-11 Thread Eric S Fraga
Manfred Lotz manfred.l...@arcor.de writes: [...] The following worked fine: I loaded the exported odt document, changed the Heading 1 style to do a page break before the heading and saved the template as my.ott (I copied it into the ~/org directory). Thanks. Very helpful. I have two

Re: [O] bug in new exporter

2013-06-11 Thread Nicolas Goaziou
Hello, Nick Dokos ndo...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: With #+ATTR_LATEX: :options scale=1.5:width :placement [htb!] it fails here (attr (org-export-read-attribute :attr_latex parent)) which evalues to something like

Re: [O] bug in new exporter

2013-06-11 Thread Nicolas Goaziou
Nick Dokos ndo...@gmail.com writes: Nick Dokos ndo...@gmail.com writes: Just a heads-up: As part of testing this, I stumbled on an unrelated current-working-directory problem, where on exporting to pdf, the pdflatex of the produced tex file fails to find an image file specified with a

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-06-11 Thread Nicolas Goaziou
Hello, Feng Shu tuma...@gmail.com writes: When the article is writen with Chinese, soul will output: #+begin_src soul Error: Reconstruction failed. #+end_src and underline word will dispear from the output pdf file! A tmp solution is : \ul{\mbox{中文测试}} but,when it can't break

Re: [O] empty LaTeX export template

2013-06-11 Thread Suvayu Ali
On Tue, Jun 11, 2013 at 11:31:39AM +0200, Andreas Leha wrote: So I'd like to ask: Is there a possibility to get a really empty LaTeX export that reads everything (including the documentclass) from the #+LATEX_HEADER ? The reason for this is, that many journals/conferences come with their

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-06-11 Thread Feng Shu
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Feng Shu tuma...@gmail.com writes: When the article is writen with Chinese, soul will output: #+begin_src soul Error: Reconstruction failed. #+end_src and underline word will dispear from the output pdf file! A tmp solution is :

Re: [O] empty LaTeX export template

2013-06-11 Thread Andreas Leha
Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Tue, Jun 11, 2013 at 11:31:39AM +0200, Andreas Leha wrote: So I'd like to ask: Is there a possibility to get a really empty LaTeX export that reads everything (including the documentclass) from the #+LATEX_HEADER ? The reason for this is,

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-06-11 Thread Nicolas Goaziou
Feng Shu tuma...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: 1. Does \underline{中文测试} work properly (notwithstanding the line breaks)? \underline can show chinese, but the command can't resolve lines breaking properly. 2. Does \uline from ulem package handle it

Re: [O] BUG in org-element-context

2013-06-11 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com writes: To demonstrate, run M-: (org-element-context) with the point at the beginning of the following, and notice that the second ) is not included in the returned string. call_foo(bar=(+ 2 2)) Thanks for the report. Parser uses

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-06-11 Thread Feng Shu
Nicolas Goaziou n.goaz...@gmail.com writes: Feng Shu tuma...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: 1. Does \underline{中文测试} work properly (notwithstanding the line breaks)? \underline can show chinese, but the command can't resolve lines breaking properly.

Re: [O] A simple way to search only headlines

2013-06-11 Thread Thorsten Jolitz
Suvayu Ali fatkasuvayu+li...@gmail.com writes: I wonder if semantic search can be leveraged to achieve the same. It might open other possibilities: searching only links, list items, source blocks, ... I think you get the point. :-p navi-mode.el works for Org-mode buffers too, e.g. using

Re: [O] how to disable timestamp html export

2013-06-11 Thread OSiUX
El mié, 05 jun 2013, Nick Dokos decía: OSiUX xu...@osiux.com.ar writes: When export using org-publish-project, Org add a comment with timestamp in HTML: # git diff html xmlns=http://www.w3.org/1999/xhtml; lang=es xml:lang=es head titleviewing two years of orgmode with

Re: [O] Bug: Babel Haskell mode [8.0.3 (8.0.3-30-g56b864-elpa @ /Users/ix/.emacs.d/elpa/org-20130610/)]

2013-06-11 Thread Simon Beaumont
Well that's really odd: I modded the paths in init.el and did the following: emacs -Q -l init.el foo.org When I eval'ed the code block in foo.org (twice) I still get message: Code block returned no value I've attached the inferior haskell buffer and all relevant files. init.el Description:

Re: [O] bug in new exporter

2013-06-11 Thread Nick Dokos
Nicolas Goaziou n.goaz...@gmail.com writes: Nick Dokos ndo...@gmail.com writes: Nick Dokos ndo...@gmail.com writes: Just a heads-up: As part of testing this, I stumbled on an unrelated current-working-directory problem, where on exporting to pdf, the pdflatex of the produced tex file fails

Re: [O] BUG - Problem in tangle-mode

2013-06-11 Thread Eric Schulte
Rainer M Krug rai...@krugs.de writes: Eric Schulte schulte.e...@gmail.com writes: I've added a :tangle-mode header argument which may be used to control the permissions of tangled files. See the manual for instructions on it's usage. Thanks a lot. I will try it out today or tomorrow.

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-11 Thread Eric Schulte
Michael Brand michael.ch.br...@gmail.com writes: Hi Eric On Sun, Jun 9, 2013 at 9:18 PM, Eric Schulte schulte.e...@gmail.com wrote: Export buffers are sometimes modified or narrowed during the export process, so I wouldn't depend too much on the absolute values of markers generated during

Re: [O] ox-koma-letter support for \cc and \encl?

2013-06-11 Thread Vikas Rawal
Yes. Add two headlines to your letter, one tagged with :CC: and one with :ENCL:. The content below these headlines will be converted to the relevant LaTeX code. This also works with :PS:. However, you need a fairly recent version of ox-koma-letter. Thanks. Works perfect. Is it documented

Re: [O] BUG - Problem in tangle-mode

2013-06-11 Thread Rainer M Krug
On Tuesday, June 11, 2013, Eric Schulte wrote: Rainer M Krug rai...@krugs.de javascript:; writes: Eric Schulte schulte.e...@gmail.com javascript:; writes: I've added a :tangle-mode header argument which may be used to control the permissions of tangled files. See the manual for

Re: [O] [PATCH] org-contacts: Provide ordering when using cycle completion

2013-06-11 Thread Daimrod
Øyvind Stegard oyvi...@ifi.uio.no writes: Hello list, Hello, Merged into master, thanks for patch! I have recently switched to using org-contacts, after several years of BBDB usage. When completing contacts in message-mode, I prefer cycling the completion alternatives, for instance when a

[O] [RFC] BibELTeX: native bibtex support in org-mode

2013-06-11 Thread Rüdiger Sonderfeld
Hello, I've started writing BibELTeX as an alternative to =ox-bibtex.el=. https://github.com/ruediger/bibeltex Instead of calling =bibtex2html= it uses the functionality from =org- bibtex.el= to parse the BibTeX file and generates org-mode format for it. This has the advantage that it works

[O] face for inline-tasks

2013-06-11 Thread Andreas Leha
Hi all, how can I achieve, that the whole inline-task uses a font face (esp. with background)? I customized the face org-inlinetask, but that only fontifies the last stars and the 'END'. I would like to color the whole line plus all the contents. I have similar settings for my code blocks and

Re: [O] export to odt

2013-06-11 Thread Manfred Lotz
On Tue, 11 Jun 2013 11:33:56 +0100 Eric S Fraga e.fr...@ucl.ac.uk wrote: Manfred Lotz manfred.l...@arcor.de writes: [...] The following worked fine: I loaded the exported odt document, changed the Heading 1 style to do a page break before the heading and saved the template as my.ott

Re: [O] ox-koma-letter support for \cc and \encl?

2013-06-11 Thread Rasmus
Vikas Rawal vikasli...@agrarianresearch.org writes: Yes. Add two headlines to your letter, one tagged with :CC: and one with :ENCL:. The content below these headlines will be converted to the relevant LaTeX code. This also works with :PS:. However, you need a fairly recent version of

Re: [O] ox-koma-letter support for \cc and \encl?

2013-06-11 Thread Viktor Rosenfeld
Hi Vikas, Vikas Rawal wrote: Yes. Add two headlines to your letter, one tagged with :CC: and one with :ENCL:. The content below these headlines will be converted to the relevant LaTeX code. This also works with :PS:. However, you need a fairly recent version of ox-koma-letter.

Re: [O] ox-koma-letter support for \cc and \encl?

2013-06-11 Thread Viktor Rosenfeld
Hi Rasmus, I didn't have time to look at your code on the weekend, but I had to write a letter with ENCL and it worked perfectly. I'm liking this setup more and more. I don't know if you went ahead and implemented the :with-legacy option, but I think it should default to `nil', so the stuff in

Re: [O] [patch][ox-koma-letter] Support for to and from headings

2013-06-11 Thread Rasmus
Rasmus ras...@gmx.us writes: Rasmus ras...@gmx.us writes: Hi, Some more patches that should work against the master branch. Patch 1: bug fixes. Most notably use symbols some places rather than strings. Patch 2 adds support for TO and FROM headings. If you've got time for testing I

Re: [O] ox-koma-letter support for \cc and \encl?

2013-06-11 Thread Rasmus
Viktor Rosenfeld listuse...@gmail.com writes: I didn't have time to look at your code on the weekend, but I had to write a letter with ENCL and it worked perfectly. I'm liking this setup more and more. I don't know if you went ahead and implemented the :with-legacy option, but I think it

Re: [O] A simple way to search only headlines

2013-06-11 Thread Suvayu Ali
Hi Thorsten, On Tue, Jun 11, 2013 at 04:42:28PM +0200, Thorsten Jolitz wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: I wonder if semantic search can be leveraged to achieve the same. It might open other possibilities: searching only links, list items, source blocks, ... I think

Re: [O] [PATCH (v5)][ox-latex.el] Allow AUTO argument to org-latex-guess-babel-language.

2013-06-11 Thread Rasmus
Nicolas Goaziou n.goaz...@gmail.com writes: The patch looks good, but the feature needs to be documented. I think you could add a paragraph in `org-latex-classes' docstring, below the first reference to AUTO. v5! Documentation added. Let me know if more stuff needs to be polished. –Rasmus

[O] List of Figures not being generated in 8.0.3?

2013-06-11 Thread Luke Crook
I just noticed that the List of Figures is not being generated in 8.0.3. I have a figure with; #+LATEX: \listoffigures #+ATTR_LaTeX: width=5.5cm #+CAPTION: A Caption Here #+LABEL: fig:test-figure-1 #+begin_src plantuml :file test-figure-1.png :cmdline -Tpng plantuml stuff here #+end_src I have

Re: [O] [RFC] BibELTeX: native bibtex support in org-mode

2013-06-11 Thread Rasmus
Rüdiger Sonderfeld ruedi...@c-plusplus.de writes: I've started writing BibELTeX as an alternative to =ox-bibtex.el=. https://github.com/ruediger/bibeltex Would you consider providing a test file showing off its features? Instead of calling =bibtex2html= it uses the functionality from =org-

[O] [suggest] We should import latex template system

2013-06-11 Thread Feng Shu
Hi: org-mode odt exporter are using 'org-odt-styles-file, which are odt templetes, I think latex exporter should do like this. for example: org-latex-styles-file or org-latex-templete-file we can include many different language's templates into org, and no need touch the ox-latex.el and

Re: [O] A simple way to search only headlines

2013-06-11 Thread Thorsten Jolitz
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hi Suvayu, On Tue, Jun 11, 2013 at 04:42:28PM +0200, Thorsten Jolitz wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: I wonder if semantic search can be leveraged to achieve the same. It might open other possibilities: searching only

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-11 Thread Rasmus
Hi Luke! I just noticed that the List of Figures is not being generated in 8.0.3. I have a figure with; #+LATEX: \listoffigures #+ATTR_LaTeX: width=5.5cm #+CAPTION: A Caption Here #+LABEL: fig:test-figure-1 #+begin_src plantuml :file test-figure-1.png :cmdline -Tpng plantuml stuff

[O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-11 Thread Myles English
Hello, Trying to print an agenda to pdf always results in the paper size being US letter even though ps-paper-type is set to a4. This is how I try to print it: (org-agenda-write /home/myles/tmp/agenda.pdf nil nil *Org Agenda(a)*) and setting this doesn't fix it either: (eval-after-load

Re: [O] export to odt

2013-06-11 Thread Manfred Lotz
Hi Eric, On Tue, 11 Jun 2013 11:33:56 +0100 Eric S Fraga e.fr...@ucl.ac.uk wrote: Manfred Lotz manfred.l...@arcor.de writes: [...] The following worked fine: I loaded the exported odt document, changed the Heading 1 style to do a page break before the heading and saved the template