Re: [O] disable tangling for an entire section?

2013-05-07 Thread Christian Moe
Hi, That should work, I think, and it does work for me (on 8.0.1). I cannot reproduce the problem. Yours, Christian Bill White writes: > Is there a simple way to disable tangling for an entire section's code > blocks? Or to put it a different way, can tangling be toggled at the > section leve

Re: [O] ocaml babel no longer works?

2013-05-07 Thread Alan Schmitt
Eric Schulte writes: > I think each of these patches in an improvement over the existing > behavior. Please do apply them all. I just applied them. Best, Alan

Re: [O] Patch for asynchronous export of ocaml code

2013-05-07 Thread Alan Schmitt
Eric Schulte writes: > This looks great, please apply this patch. Done. Alan

Re: [O] How to initiate source edits

2013-05-07 Thread Alexander Baier
Hi Andreas, Andreas Röhler writes: > Am 03.05.2013 10:34, schrieb Myles English: >> >> Hi Andreas, >> >> Andreas Röhler writes: >> >>> Hi, >>> >>> have in some source file, let's assume Python, the following: >>> >>> >>> foo = { >>> "bar": ( >>>"baz", >>>"qux", >>>

[O] Problem with Google Calendar Synchronization

2013-05-07 Thread Guido Van Hoecke
Hi, When executing the awk script written by Eric S. Fraga at http://orgmode.org/worg/org-tutorials/org-google-sync.html I get following error: /usr/bin/awk: calling undefined function gensub source line number 82 This is on an iMac with 'awk version 20070501'. Is this outdated or so? Any hel

[O] simple variables as arguments to source block

2013-05-07 Thread Andreas Leha
Hi all, I'd like to pass a string to a source block -- not directly, though, but through a reference. What is the recommended way to do this? This is what I gather from the manual: --8<---cut here---start->8--- #+name: myvar | aaa | #+begin_src R test :var

Re: [O] Problem with Google Calendar Synchronization

2013-05-07 Thread Tassilo Horn
Guido Van Hoecke writes: Hu Giudo, > When executing the awk script written by Eric S. Fraga at > http://orgmode.org/worg/org-tutorials/org-google-sync.html I get > following error: > > /usr/bin/awk: calling undefined function gensub > source line number 82 > > This is on an iMac with 'awk versi

Re: [O] simple variables as arguments to source block

2013-05-07 Thread Rasmus
Andreas Leha writes: > Hi all, > > I'd like to pass a string to a source block -- not directly, though, but > through a reference. What is the recommended way to do this? > > This is what I gather from the manual: > > --8<---cut here---start->8--- > #+name: my

Re: [O] simple variables as arguments to source block

2013-05-07 Thread Andreas Leha
Rasmus writes: > Andreas Leha writes: > >> Hi all, >> >> I'd like to pass a string to a source block -- not directly, though, but >> through a reference. What is the recommended way to do this? >> >> This is what I gather from the manual: >> >> --8<---cut here---start---

Re: [O] Exporting large documents

2013-05-07 Thread Bastien
Hi Lawrence and all, Lawrence Mitchell writes: > org-up-heading-safe263822 84.507423221 0.0003203198 > org-element--parse-elements311340.774293673 0.0130980705 > org-back-to-heading1209279 40.394825581 3.340...e-05 > org-element-headlin

Re: [O] Question about org-plus-contrib elpa

2013-05-07 Thread Bastien
Achim Gratz writes: >> Is this an oversight or by design? > > Both. :-) I hope I'm not the one who introduced this oversight-by-design policy/habit in Org! :) Thanks for fixing this, -- Bastien

Re: [O] PATCH: Habit consistency always show DONE days green option

2013-05-07 Thread Bastien
Hi Max, Max Mikhanosha writes: > Following patch adds a new variable `org-habit-show-done-always-green' > to fix that. It defaults to off, if enough people like it we can > make it new default. Applied in master, thanks! -- Bastien

Re: [O] Org odt export

2013-05-07 Thread Bastien
Hi, Wiskey 5 Alpha writes: > Hello all.  I use the odt-export functionality quite extensively.  I > recently upgraded to org-mode version 8.0.2-2-g93da18-elpaplus.  > > I created an .ott file to use as my style reference for some handouts > i created.  In previous versions of org-mode, I used a

Re: [O] How to initiate source edits

2013-05-07 Thread Andreas Röhler
Hi Alexander, Am 07.05.2013 10:22, schrieb Alexander Baier: Hi Andreas, Andreas Röhler writes: Am 03.05.2013 10:34, schrieb Myles English: Hi Andreas, Andreas Röhler writes: Hi, have in some source file, let's assume Python, the following: foo = { "bar": ( "baz",

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-07 Thread Bastien
Hi Christian, Christian Egli writes: > The taskjuggler exporter used to be in core before it was moved to > contrib by Bastien or Nicolas on the bases that there aren't many users > (and probably because it wasn't maintained very well). This is OK for > now, but eventually I'd like to move it ba

Re: [O] org-datetree-goto-date

2013-05-07 Thread Bastien
Suvayu Ali writes: >> Maybe this would be useful for others if included in org-mode. > > I would agree. Why don't you submit this as a patch to org-datetree.el? Indeed! Thanks, -- Bastien

Re: [O] M-RET inside the first second-level heading of the first first-level heading

2013-05-07 Thread Bastien
Hi John, John Hendy writes: > On Fri, Apr 26, 2013 at 1:54 AM, Bastien wrote: >> Hi Jisang, >> >> Jisang Yoo writes: >> >>> 2. Place cursor at the beginning of "** bacon" and press M-RET and org >>> creates >>> a first-level heading. >> >> This should now be fixed. Thanks for reporting this,

Re: [O] Bug in structmode++?

2013-05-07 Thread Bastien
Hi Christopher, Christopher Schmidt writes: > Nicolas Goaziou writes: >> Igor Sosa Mayor writes: >> >>> Thanks Nicolas. At least, I dont feel alone anymore... Is there any >>> chance this getting fixed somehow? I used to use it very often in my >>> emails and I miss it. >> >> I miss it, too. >

Re: [O] new (iCalendar) exporter problem

2013-05-07 Thread Bastien
Hi Simon, Simon Thum writes: > You mean inherited tags (coming from filetags in this case) do not > contribute to exclude tag filtering? More precisely, filetag-inherited tags do not contribute to excluding subtrees during export. > If yes, why? I seems inconsistent. Inherited-exclude-tags co

Re: [O] initiate source edits and region

2013-05-07 Thread Bastien
Hi François and all, François Pinard writes: > Carsten Dominik writes: > >>> In a previous mail list discussion on this (delicate, almost heated) >>> matter, Bastien finally ruled out that the preference in Org >>> documentation and behaviour should use capitals. > >> Could you please point me

Re: [O] org-babel-demarcate-block added to menu

2013-05-07 Thread Bastien
Hi Andreas, thanks for the suggestion -- I'll let other decide on it. An important point: since you do not want to assign your copyright to the FSF for Emacs/Org, I think it's better not to send patches but just to make suggestions for changes, especially for trivial changes like this one. I hop

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-07 Thread Bastien
Bastien writes: > The rationale for moving some files out of core is not only about the > size of the user-base (which is very difficult to know), but mostly > about whether those contributed packages depend on 3rd-part softwares. PS: Also see this recent message by Glenn: http://article.gman

Re: [O] org-search-view skips over commented subtrees

2013-05-07 Thread Bastien
Hi Samuel, Samuel Wales writes: > However, the COMMENT keyword on a headline stops results from showing. > This is not desired. It is also inconsistent with commented lines. > > I strongly prefer for all matches to show up, whether commented or > not. However, in principle there could be an o

[O] another example (was: org-preview-latex-fragment is very picky)

2013-05-07 Thread Uwe Brauer
<#secure method=smime mode=sign> >> "rasmus" == rasmus writes: > Uwe Brauer writes: > Probably not. > Note these are Org features irrespective of fragment preview. There > was some talk about it not so long ago. > Basically, it just happens that works as desired most of

Re: [O] odt export not working

2013-05-07 Thread Julian Burgos
Manfred Lotz arcor.de> writes: > > Are you calling (require 'ox-odt) somewhere in your config? Or > > configuring `org-export-backends'? ODT export isn't loaded by default, > > you'll have to load it explicitly by one of those two methods. This should be included in the manual. From all the e

Re: [O] org-babel-demarcate-block added to menu

2013-05-07 Thread Andreas Röhler
Am 07.05.2013 12:41, schrieb Bastien: Hi Andreas, thanks for the suggestion -- I'll let other decide on it. An important point: since you do not want to assign your copyright to the FSF for Emacs/Org, I think it's better not to send patches but just to make suggestions for changes, especially f

Re: [O] initiate source edits and region

2013-05-07 Thread Carsten Dominik
On 7 mei 2013, at 12:46, Bastien wrote: > Hi François and all, > > François Pinard writes: > >> Carsten Dominik writes: >> In a previous mail list discussion on this (delicate, almost heated) matter, Bastien finally ruled out that the preference in Org documentation and behav

[O] Extending ODT export

2013-05-07 Thread Julian M. Burgos
Hello everyone, I want to export via ODT directly into a "docx" format. Following the instructions in the manual, I added (setq org-odt-preferred-output-format "docx") to my .emacs file. But if I try to do an export I get the following error message: "Export to /home/trial.docx failed" I am us

Re: [O] Extending ODT export

2013-05-07 Thread Julian M. Burgos
By the way, it also fails with the "pdf" and "doc" options... Julian M. Burgos writes: > Hello everyone, > I want to export via ODT directly into a "docx" format. Following the > instructions in the manual, I added > (setq org-odt-preferred-output-format "docx") > to my .emacs file. But if I t

Re: [O] another example

2013-05-07 Thread Rasmus
Uwe Brauer writes: > Look the following examples > >> \begin{displaymath} >> Xs,δ:=Hs,δ× Hs,δ+1× Hs,δ+1× >> Hs+1,δ+2 >> \end{displaymath} > org-preview-latex-fragment does not work, change displaymath for > equation, again org-preview-latex-fragment does not work, but > \[ \] > does work, this

Re: [O] org-babel-demarcate-block added to menu

2013-05-07 Thread Rasmus
Andreas Röhler writes: > Am 07.05.2013 12:41, schrieb Bastien: >> Hi Andreas, >> >> thanks for the suggestion -- I'll let other decide on it. >> >> An important point: since you do not want to assign your copyright >> to the FSF for Emacs/Org, I think it's better not to send patches but >> just t

Re: [O] org-babel-demarcate-block added to menu

2013-05-07 Thread Bastien
Andreas Röhler writes: > Sure. OTOH trivial changes are accepted without assignment - at > least this is the official FSF-policy. Yes, but there is a cumulative limit and it can be a burden to keep track of it. -- Bastien

Re: [O] Patch for asynchronous export of ocaml code

2013-05-07 Thread Alan Schmitt
Hello, I just applied a small bugfix for this: it seems that the first time the toplevel is started, something is mixed up in the buffers and the first exported result end up in the toplevel buffer instead of the export buffer. I put back the `save-window-excursion' around the code that starts the

Re: [O] disable tangling for an entire section?

2013-05-07 Thread Sebastien Vauban
Christian Moe wrote: > Bill White writes: >> Is there a simple way to disable tangling for an entire section's code >> blocks? Or to put it a different way, can tangling be toggled at the >> section level and not just the code-block level? >> >> I tried this: >> >> ** a section in my file >> :PROPE

Re: [O] Extending ODT export

2013-05-07 Thread Christian Moe
Hi, Possible checks: What value do you have for org-odt-convert-processes? Does the command it provide launch LibreOffice services on your system? On my Mac, the default "soffice" command is not recognized out of the box; providing the full path to soffice ("/Applications/LibreOffice.app/Content

Re: [O] Bug in structmode++?

2013-05-07 Thread Sebastien Vauban
Bastien wrote: > Christopher Schmidt writes: >> Nicolas Goaziou writes: >>> Igor Sosa Mayor writes: >>> Thanks Nicolas. At least, I dont feel alone anymore... Is there any chance this getting fixed somehow? I used to use it very often in my emails and I miss it. >>> >>> I miss it,

Re: [O] org-search-view skips over commented subtrees

2013-05-07 Thread Sebastien Vauban
Bastien wrote: > Samuel Wales writes: > >> However, the COMMENT keyword on a headline stops results from showing. >> This is not desired. It is also inconsistent with commented lines. >> >> I strongly prefer for all matches to show up, whether commented or >> not. However, in principle there co

Re: [O] Patch for asynchronous export of ocaml code

2013-05-07 Thread Eric Schulte
Alan Schmitt writes: > Hello, > > I just applied a small bugfix for this: it seems that the first time the > toplevel is started, something is mixed up in the buffers and the first > exported result end up in the toplevel buffer instead of the export > buffer. I put back the `save-window-excursio

[O] org-babel, python, encoding and table

2013-05-07 Thread Roland Donat
Hello, My problem is about python code evaluation with org-babel that should give a table containing accented characters. Here is an example : #+NAME: test1 #+begin_src python :results value :preamble # -*- coding: utf-8 -*- :return b a = ( ( "é", "a" ), ( "a", "à" ) ) b = "é" #+end_src #+RESULT

Re: [O] Problems with Agenda view in org-mode

2013-05-07 Thread Bastien
Florian Faul writes: > however, using Windows 7 I don't see the different levels. There is > only one level, such as: Maybe you have different versions of Org on both systems? -- Bastien

Re: [O] Problem with Google Calendar Synchronization

2013-05-07 Thread Henning Weiss
Hi, On Tue, May 7, 2013 at 12:26 PM, Tassilo Horn wrote: > Guido Van Hoecke writes: > > Hu Giudo, > > > When executing the awk script written by Eric S. Fraga at > > http://orgmode.org/worg/org-tutorials/org-google-sync.html I get > > following error: > > > > /usr/bin/awk: calling undefined fun

Re: [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-05-07 Thread Bastien
Carsten Dominik writes: > I can reproduce this, and I agree that it might be useful to remove > them when constructing the OLPATH. I would accept a patch to this > effect. I just pushed a fix for this. -- Bastien

Re: [O] Problem in org-capture-templates

2013-05-07 Thread Bastien
Hi Igor, Igor Sosa Mayor writes: > Am Sun, Apr 28, 2013 at 10:49:01AM +0200, Bastien wrote: >> I cannot reproduce this. Does anyone can? > > thnaks for your answer. With 8.0.2 it still happens. How could I debug > what is going on? Can you reproduce the problem with a minimal configuration?

Re: [O] org-search-view skips over commented subtrees

2013-05-07 Thread Bastien
"Sebastien Vauban" writes: > Isn't here the problem that the OP makes a difference between "agenda > generation" and "results for a search". I guess he agrees COMMENTed trees > should not participate in agendas, but well in regexp searches. But Samuel *is* using the agenda, no? -- Bastien

Re: [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-05-07 Thread Carsten Dominik
On 7 mei 2013, at 15:12, Bastien wrote: > Carsten Dominik writes: > >> I can reproduce this, and I agree that it might be useful to remove >> them when constructing the OLPATH. I would accept a patch to this >> effect. > > I just pushed a fix for this. Thanks you Bastien. Marcel, can you p

Re: [O] Extending ODT export

2013-05-07 Thread Carsten Dominik
On 7 mei 2013, at 14:29, Christian Moe wrote: > > Hi, > > Possible checks: What value do you have for org-odt-convert-processes? > Does the command it provide launch LibreOffice services on your system? > > On my Mac, the default "soffice" command is not recognized out of the > box; providing

Re: [O] org-search-view skips over commented subtrees

2013-05-07 Thread Sebastien Vauban
Bastien wrote: > Sebastien Vauban writes: > >> Isn't here the problem that the OP makes a difference between "agenda >> generation" and "results for a search". I guess he agrees COMMENTed trees >> should not participate in agendas, but well in regexp searches. > > But Samuel *is* using the agenda,

Re: [O] Extending ODT export

2013-05-07 Thread Julian M. Burgos
Hi Christian, The value for org-odt-convert-processes is (("LibreOffice" "soffice --headless --convert-to %f%x --outdir %d %i") ("unoconv" "unoconv -f %f -o %d %i")) "soffice" is in my path, so I can run it from any directory. Carsten, I have permission in /home. That is where I had my trial

Re: [O] odt export not working

2013-05-07 Thread Nicolas Goaziou
Hello, Julian Burgos writes: > Manfred Lotz arcor.de> writes: > > >> > Are you calling (require 'ox-odt) somewhere in your config? Or >> > configuring `org-export-backends'? ODT export isn't loaded by default, >> > you'll have to load it explicitly by one of those two methods. > > > This should

Re: [O] INCLUDE directives in new org-mode

2013-05-07 Thread Nicolas Goaziou
Hello, Wiskey 5 Alpha writes: >I am trying to use the #+INCLUDE directives to have template information > for a series of orgmode files that I want to export. Prior to upgrading to > v8, the below minimal example was working. But as of the upgrade, any > text in an included file is just c

Re: [O] odt export not working

2013-05-07 Thread Julian M. Burgos
Right... I did not saw it. And even if I did, I would not know that the package needed for loading the back-end for ODT is called ox-odt. Nicolas Goaziou writes: > Hello, > > Julian Burgos writes: > >> Manfred Lotz arcor.de> writes: >> >> >>> > Are you calling (require 'ox-odt) somewhere in yo

Re: [O] Extending ODT export

2013-05-07 Thread Takaaki ISHIKAWA
Dear Julian, When I use "soffice" with exec-path setting, the ODT export is failed like you. So currently, I use the following setting: #+BEGIN_SRC emacs-lisp (setq org-export-odt-preferred-output-format "pdf") (setq org-export-odt-convert-processes '(("LibreOffice"

Re: [O] Exporting large documents

2013-05-07 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Nicolas Goaziou writes: >> The problem comes from `org-element-at-point'. To be effective, it needs >> to move back to the current headline, and start parsing buffer again >> from there. That means the first element after the headline (often >> a property drawer) wi

Re: [O] odt export not working

2013-05-07 Thread Julian M. Burgos
Just thinking how to things easier for noobs like me. :) Julian M. Burgos writes: > Right... I did not saw it. And even if I did, I would not know that the > package needed for loading the back-end for ODT is called ox-odt. > > Nicolas Goaziou writes: > >> Hello, >> >> Julian Burgos writes: >>

Re: [O] Bug in structmode++?

2013-05-07 Thread Christopher Schmidt
Bastien writes: >> orgstruct(++)-mode used to set auto-fill-function to >> 'org-auto-fill-function. This behaviour is too intrusive so we >> removed it. You either need to indent secondary lines by hand or set >> auto-fill-function back to org-auto-fill-function. > > I don't remember why it was

Re: [O] Extending ODT export

2013-05-07 Thread Julian M. Burgos
Hi Takaaki, Many thanks, but no luck. I tried adding the complete path to soffice as you did below (of course with the right path in my machine) and no luck. If I do it just like you, the export format does not change and is still ODT. If instead of using (setq org-export-odt-preferred-output-

[O] XeLaTeX and the new exporter

2013-05-07 Thread Christopher Witte
Hi all, I had export working using XeLaTeX using the instructions from the FAQ(with some slight modifications), but after upgrading to the new export it isn't working. It appears the hook org-export-latex-after-initial-vars-hook i

Re: [O] odt export not working

2013-05-07 Thread Nicolas Goaziou
"Julian M. Burgos" writes: > Right... I did not saw it. And even if I did, I would not know that the > package needed for loading the back-end for ODT is called ox-odt. You don't need to know that. The manual tells you to customize `org-export-backends' instead. Regards, -- Nicolas Goaziou

Re: [O] odt export not working

2013-05-07 Thread Julian M. Burgos
Ok, I see what you mean. So I should do (setq org-export-backends '(odt)) or something like that. Fair enough. :) Nicolas Goaziou writes: > "Julian M. Burgos" writes: > >> Right... I did not saw it. And even if I did, I would not know that the >> package needed for loading the back-end for

Re: [O] Extending ODT export

2013-05-07 Thread Takaaki ISHIKAWA
Dear Julian, Sorry, the code is an old setting for the previous org. Please try org-odt-preferred-output-format. #+BEGIN_SRC emacs-lisp (setq org-odt-preferred-output-format "pdf") (setq org-odt-convert-processes '(("LibreOffice" "/Applications/LibreOffice.app/Conten

[O] HTML-Export Images with #+ATTR_HTML: broken?

2013-05-07 Thread Robert Eckl
With Org-mode version 8.0.2 (release_8.0.2-91-g29ab1b ) the html-Exporter seems to ommit a space after the img-Tag #+begin_src orgmode * Test HTML-Export images #+ATTR_HTML: :width 440px [[orgmode.org][http://orgmode.org/img/org-mode-unicorn-logo.png]] ** ohne Verlinkung #+ATTR_HTML: :width

Re: [O] Extending ODT export

2013-05-07 Thread Nick Dokos
"Julian M. Burgos" writes: > Hi Takaaki, > > Many thanks, but no luck. I tried adding the complete path to soffice as you > did below > (of course with the right path in my machine) and no luck. If I do it > just like you, the export format does not change and is still ODT. If > instead of us

Re: [O] odt export not working

2013-05-07 Thread Nick Dokos
"Julian M. Burgos" writes: > Ok, I see what you mean. So I should do > (setq org-export-backends '(odt)) or something like that. Fair enough. :) > That's *not* what Nicolas suggested and it's *not* what you should do. Just do C-h v org-export-backends and click the Customize link, then mar

Re: [O] org-babel, python, encoding and table

2013-05-07 Thread Eric Schulte
> #+NAME: test2 > #+begin_src python :results value :preamble # -*- coding: utf-8 -*- :return > a > a = ( ( "é", "a" ), ( "a", "à" ) ) > b = "é" > #+end_src > > #+RESULTS: test2 > | \303\251 | a| > | a| \303\240 | > Maybe this isn't an execution problem, but is rather a buffer enco

Re: [O] Bibliography

2013-05-07 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: >> My only concern is about users expecting the keyword to be >> recognized in other back-ends. > > Yes please. I am waiting for something that will export bibtex to > html. With the old exporter, org-exp-bibtex used bibtex2html to > achieve it. But nothing similar is

[O] Exporting visible items not behaving as expected

2013-05-07 Thread Cameron Desautels
Hey guys, I'm having a bit of trouble with exports. My understanding is that I should be able to create a sparse tree from a tag (C-c / m tag-name RET) and then export only the visible items (C-c C-e C-v t A) to get an export of just the items with that tag. What I'm getting instead is an export t

[O] [PATCH] ox-html: Ensure space between tag and attribute when closing tags

2013-05-07 Thread Lawrence Mitchell
* lisp/ox-html.el (org-html-close-tag): Add space before attr. We might get an attribute to a tag with no space at its start. Rather than auditing all callers, unconditionally separate the tag from its attributes with a space when closing the tag. --- lisp/ox-html.el | 2 +- 1 file changed, 1 in

Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data

2013-05-07 Thread Paul Stansell
Eric, What you suggest is indeed a good solution, so thank you very much for that! I think it would still be nice, however, if someday the blank lines in the org table would be exported as blank lines in the temporary text file instead of as "" (which seems to be the root of the problem). Kind r

Re: [O] org-search-view skips over commented subtrees

2013-05-07 Thread Carsten Dominik
On 7 mei 2013, at 14:39, Bastien wrote: > > > "Sebastien Vauban" > writes: > >> Isn't here the problem that the OP makes a difference between "agenda >> generation" and "results for a search". I guess he agrees COMMENTed trees >> should not participate in agendas, but well in regexp search

Re: [O] org-babel, python, encoding and table

2013-05-07 Thread Andreas Röhler
Am 07.05.2013 18:41, schrieb Eric Schulte: #+NAME: test2 #+begin_src python :results value :preamble # -*- coding: utf-8 -*- :return a a = ( ( "é", "a" ), ( "a", "à" ) ) b = "é" #+end_src #+RESULTS: test2 | \303\251 | a| | a| \303\240 | Maybe this isn't an execution problem, b

Re: [O] [PATCH] ox-html: Ensure space between tag and attribute when closing tags

2013-05-07 Thread Bastien
Hi Lawrence, Lawrence Mitchell writes: > * lisp/ox-html.el (org-html-close-tag): Add space before attr. thanks for the patch -- can you make it against the maint branch so that we include this in the next minor release? It does not apply against master. Thanks! -- Bastien

Re: [O] [PATCH] ox-html: Ensure space between tag and attribute when closing tags

2013-05-07 Thread Lawrence Mitchell
Bastien wrote: > Hi Lawrence, > Lawrence Mitchell writes: >> * lisp/ox-html.el (org-html-close-tag): Add space before attr. > thanks for the patch -- can you make it against the maint branch > so that we include this in the next minor release? It does not > apply against master. It won't appl

Re: [O] [PATCH] ox-html: Ensure space between tag and attribute when closing tags

2013-05-07 Thread Bastien
Lawrence Mitchell writes: > It won't apply against maint because the ox-html changes that > introduced the problem (9bc55c, Export to various flavors of > (X)HTML) are on master, not maint. I overlooked this. Applied, thanks! -- Bastien

[O] Babel blocks not indented

2013-05-07 Thread Julien Cubizolles
I'm new to babel and I'm experiencing a strange problem. A src_block created with "8--- Export fichier texte #+BEGIN_SRC python import numpy numpy.savetxt("foo.csv", a, delimiter=",") #+END_SRC --8<---cut here---end--->8--- The python code should be ind

Re: [O] org-babel, python, encoding and table

2013-05-07 Thread Eric Schulte
Andreas Röhler writes: > Am 07.05.2013 18:41, schrieb Eric Schulte: >>> #+NAME: test2 >>> #+begin_src python :results value :preamble # -*- coding: utf-8 -*- :return >>> a >>> a = ( ( "é", "a" ), ( "a", "à" ) ) >>> b = "é" >>> #+end_src >>> >>> #+RESULTS: test2 >>> | \303\251 | a| >>> | a

Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data

2013-05-07 Thread Paul Stansell
Hi Eric, If I change your example org file a little by adding row and column names to the table as in the attached file I get the following behaviour that I don't understand: if I execute C-c on the shell function the file /tmp/data.gnuplot has the format that gnuplot can plot; however, if I exe

Re: [O] Babel blocks not indented

2013-05-07 Thread Eric Schulte
Julien Cubizolles writes: > I'm new to babel and I'm experiencing a strange problem. A > src_block created with " in. Here is an example: > Try "TAB http://cs.unm.edu/~eschulte

Re: [O] org-search-view skips over commented subtrees

2013-05-07 Thread Samuel Wales
Hi Sebastien, On 5/7/13, Sebastien Vauban wrote: > I understand, maybe wrongly though, that he agrees not seeing COMMENTed > headlines in "C-c a a", but not in "C-c a s" results. He'll tell us... Yes, that is correct, thank you. (There is also the apparent inconsistency between commented subtre

Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data

2013-05-07 Thread Eric Schulte
If the removal of ""'s will *always* be preferable for gnuplot, then we should be able make that conversion the default behavior. However, before such a conversion we'd need to ensure that the new format is more generally useful than the existing export format. Both `org-babel-gnuplot-quote-tsv-f

Re: [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-05-07 Thread Marcel van der Boom
On di 07-mei-2013 15:29 Carsten Dominik wrote: > On 7 mei 2013, at 15:12, Bastien wrote: > >> Carsten Dominik writes: >> >>> I can reproduce this, and I agree that it might be useful to remove >>> them when constructing the OLPATH. I would accept a patch to this >>> effect. >> >> I ju

Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data

2013-05-07 Thread Paul Stansell
Hi Eric, My view is that the removal of '""'s will always be preferable for gnuplot as it uses what it calls datablocks which are delimited by blank lines (see, for example, http://gnuplot.sourceforge.net/docs_4.2/node121.html and http://gnuplot.sourceforge.net/docs_4.2/node61.html). Paul

Re: [O] org-babel, python, encoding and table

2013-05-07 Thread Andreas Röhler
Am 07.05.2013 20:18, schrieb Eric Schulte: Andreas Röhler writes: Am 07.05.2013 18:41, schrieb Eric Schulte: #+NAME: test2 #+begin_src python :results value :preamble # -*- coding: utf-8 -*- :return a a = ( ( "é", "a" ), ( "a", "à" ) ) b = "é" #+end_src #+RESULTS: test2 | \303\251 | a

Re: [O] odt export not working

2013-05-07 Thread John Hendy
On Tue, May 7, 2013 at 11:32 AM, Nick Dokos wrote: > "Julian M. Burgos" writes: > >> Ok, I see what you mean. So I should do >> (setq org-export-backends '(odt)) or something like that. Fair enough. :) >> > > That's *not* what Nicolas suggested and it's *not* what you should do. > > Just do > >

Re: [O] org-babel, python, encoding and table

2013-05-07 Thread Nick Dokos
Andreas Röhler writes: > Am 07.05.2013 20:18, schrieb Eric Schulte: >> Andreas Röhler writes: >> ... >> Maybe Python simply needs to be convinced to print in utf-8 format? > > Get the wrong results with a Ipython0.12, but correct with Python3.2.3 and > Python3.3 - all called from Emacs24.3 uni

Re: [O] orgmode header issue with emacs themes

2013-05-07 Thread Eric S Fraga
Isaac writes: > Hello, > > I am cycling my emacs themes (through out the day) to adapt > my eyes' contrast/tiredness during the day. > > However, as I cycled through themes, many times over the dark > color themes, there's an addition for font background - > especially for those 'org-mode' heade

Re: [O] org-babel, python, encoding and table

2013-05-07 Thread Andreas Röhler
Am 07.05.2013 21:20, schrieb Nick Dokos: Andreas Röhler writes: Am 07.05.2013 20:18, schrieb Eric Schulte: Andreas Röhler writes: ... Maybe Python simply needs to be convinced to print in utf-8 format? Get the wrong results with a Ipython0.12, but correct with Python3.2.3 and Python3.3 -

[O] Export / LaTeX / suggestion

2013-05-07 Thread Fabrice Popineau
Currently we need to write this : #+ATTR_LATEX: :options [title of definition] #+begin_definition This is a definition. #+end_definition to get this with the LaTeX exporter : \begin{definition}[title of definition] This is a definition. \end{definition} I was wondering if something like this is

Re: [O] org-babel, python, encoding and table

2013-05-07 Thread Roland Donat
Nick Dokos gmail.com> writes: > > Andreas Röhler easy-emacs.de> writes: > > > Am 07.05.2013 20:18, schrieb Eric Schulte: > >> Andreas Röhler easy-emacs.de> writes: > >> ... > >> Maybe Python simply needs to be convinced to print in utf-8 format? > > > > Get the wrong results with a Ipython0.1

[O] [feature request] choosing the interpreter

2013-05-07 Thread Andreas Röhler
Hi Erik, taking the interpreter issue showed up at other python thread, here a suggestion: let's go rid of static lists like (org-babel-do-load-languages 'org-babel-load-languages '( (sh . t) (python . t))) unless maybe as fallback. But from SRC, read the interpreter there.

Re: [O] org-babel, python, encoding and table

2013-05-07 Thread Andreas Röhler
[ ... ] But, what is hurting my poor little neurone is the fact that I don't understand why I get the correct result when the evaluation returns a single value and a wrong answer with a table. that's not the case. One from returns a, the other b, which are bound differently. The tuple fails wi

[O] org-store-link calls external link type store functions twice?

2013-05-07 Thread Robert Adesam
Hi fellow orgmoders, I am not sure this is a bug but in version 8.x storing a link using an external link type, org-store-link seems to call the external link type's store function twice... I noticed this as I use an external link type that asynchronous updates an external filedatabase and started

Re: [O] odt export not working

2013-05-07 Thread Nick Dokos
John Hendy writes: > #+begin_quote > > 3 Installation > > PP > > There are two ways to install export back-ends. > > 1. You may customize `org-export-backends' variable. It contains the > list of back-ends that should always be available. > > 2. You can also simply require the back-en

Re: [O] org-babel, python, encoding and table

2013-05-07 Thread Nick Dokos
Andreas Röhler writes: > So it's up to choose the Python default interpreter. > > Unfortunatly > > (org-babel-do-load-languages > 'org-babel-load-languages > '((python3 . t))) > > seems not working. > The language is still python (more or less). What you need to do is customize org-babel-pyth

Re: [O] org-search-view skips over commented subtrees

2013-05-07 Thread Bastien
Hi Samuel, Samuel Wales writes: > Ideally, the variable would allow a list of search types (along the > lines of org-agenda-use-tag-inheritance). I wonder if that would make > sense? IMHO this would be too much, since the let-binding solution is there already. -- Bastien

Re: [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-05-07 Thread Bastien
Marcel van der Boom writes: > Thanks! I ran a couple of quick testcases and they all went ok! Thanks for confirming! > I first looked at the headers themselves in the archive and thought it > didn't work when I realized I was supposed to look at the ARCHIVE_OLPATH > property. It triggered the t

Re: [O] Problem with Google Calendar Synchronization

2013-05-07 Thread Guido Van Hoecke
Hi, Thank you guys for your help. Got gawk from macports. Hitting data error now: gawk: ./importGoogleCalendar.awk:143: (FILENAME=- FNR=34026) fatal: strftime: second argument less than 0 or too big for time_t I am investigating this now and will report my findings Guido. On 7 May 2013 15:

[O] Auto-unfold subtrees with matches in query-replace (et al.?)

2013-05-07 Thread Michael Bach
Dear org-mode Users and Developers, When I do a M-% (query-replace) in an org-mode buffer where the relevant trees are folded, subtrees with matches are not unfolded. I am looking for a similar behavior as is observed when doing a simple C-s (search-forward). While I am at it: the same appl

Re: [O] Problem in org-capture-templates

2013-05-07 Thread Igor Sosa Mayor
Am Tue, May 07, 2013 at 03:13:57PM +0200, Bastien wrote: > Can you reproduce the problem with a minimal configuration? > > E.g. starting with emacs -q then loading the bits of config that are > needed for reproducing this capture bug. Thanks for your answer, Bastien. Yes, you are right. If I s

Re: [O] Export / LaTeX / suggestion

2013-05-07 Thread Aaron Ecay
Hi Fabrice, 2013ko maiatzak 7an, Fabrice Popineau-ek idatzi zuen: > > Currently we need to write this : > > #+ATTR_LATEX: :options [title of definition] > #+begin_definition > This is a definition. > #+end_definition > > to get this with the LaTeX exporter : > > \begin{definition}[title of def

Re: [O] M-RET inside the first second-level heading of the first first-level heading

2013-05-07 Thread John Hendy
On Tue, May 7, 2013 at 4:54 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> On Fri, Apr 26, 2013 at 1:54 AM, Bastien wrote: >>> Hi Jisang, >>> >>> Jisang Yoo writes: >>> 2. Place cursor at the beginning of "** bacon" and press M-RET and org creates a first-level headin

  1   2   >