Re: [O] How to export ASCII paintings to HTML

2016-04-20 Thread Adam Porter
Luis writes: > Still get the build error: org-html-table-cell: Args out of range: > [left left left], 3 It would be easier to help if you provided the code you're trying to export, e.g: #+BEGIN_SRC org * A heading Some text #+BEGIN_VERBATIM | this is cool ---> org-mode | #+END_VERBATIM #+END

Re: [O] How to export ASCII paintings to HTML

2016-04-20 Thread Luis
Still get the build error: org-html-table-cell: Args out of range: [left left left], 3 On Thu, Apr 21, 2016 at 10:33 AM, Adam Porter wrote: > I think you're looking for #+BEGIN_VERBATIM. :) > > > -- Best Regards, Zhengchao Xu

Re: [O] How to export ASCII paintings to HTML

2016-04-20 Thread Adam Porter
I think you're looking for #+BEGIN_VERBATIM. :)

[O] How to export ASCII paintings to HTML

2016-04-20 Thread Luis
Hi everyone, I am using some "ascii drawings" in my post, but I have some problems while exporting to html. this is my ascii drawing in my org file. ​ ​ (1) When i use* #+BEGIN_HTML,* the ascii exported as plain text. as this: - |parent | screen | | |view | -

Re: [O] Bug: File mode specification error opening Org file without headline on first line [8.3.4 (8.3.4-39-ge0acd8-elpa @ /home/nlj/.emacs.d/elpa/org-20160418/)]

2016-04-20 Thread Kyle Meyer
nljlistb...@gmail.com (N. Jackson) writes: > For several months now I have been getting the error "File mode > specification error: (error Before first heading)" when I open some of > my Org files. [After the error message, the file opens just fine and Org > works normally.] I'm not able to repro

[O] Bug: File mode specification error opening Org file without headline on first line [8.3.4 (8.3.4-39-ge0acd8-elpa @ /home/nlj/.emacs.d/elpa/org-20160418/)]

2016-04-20 Thread N. Jackson
For several months now I have been getting the error "File mode specification error: (error Before first heading)" when I open some of my Org files. [After the error message, the file opens just fine and Org works normally.] What distinguishes the Org files that do not suffer from this problem fr

Re: [O] BUG: Wrong indentation inside src block

2016-04-20 Thread Nicolas Goaziou
fm4d writes: > Yes, well, I did not dig deeper into the 'maint' branch to find the > exact commit that caused it and since I managed to fix it and nobody > else is able to reproduce the issue I dont think I will. I understand. OTOH, if you find the energy to dig deeper, it may help us understand

Re: [O] [PATCH] new :async feature for org-babel-clojure

2016-04-20 Thread Nicolas Goaziou
Hello, Frederick Giasson writes: > Any news regarding these latest fixes to that patch? They look good. Thank you for the heads-up. Could you merge patches 1 2 and 5 (Org series) into a single one for inclusion? As for 3 and 4, I think a more general mechanism for asynchrnous eval'ing would b

Re: [O] BUG: Wrong indentation inside src block

2016-04-20 Thread fm4d
Nicolas Goaziou writes: > Hello, > > fm4d writes: > >> I believe that this diff is part of that commit - >> http://repo.or.cz/org-mode.git/blobdiff/1045e9e9c0e6438f5ee9dc4f0e5c720a8b670cdd..a311a856514e9245074b02c89d51a9f339784d1c:/lisp/org.el > > The commit you point to is a branch merge. It

Re: [O] [PATCH] Make lexical eval default for elisp src blocks

2016-04-20 Thread Nicolas Goaziou
Hello, John Kitchin writes: > I think it would be fine to make :lexical "no" be the default, since > that should preserve what we are used to. Users can alway set a > different default of their own, or make it "yes" when they know it is > needed. Fair enough. Done. Thank you. Regards, -- Nic

Re: [O] BUG: Wrong indentation inside src block

2016-04-20 Thread Nicolas Goaziou
Hello, fm4d writes: > I believe that this diff is part of that commit - > http://repo.or.cz/org-mode.git/blobdiff/1045e9e9c0e6438f5ee9dc4f0e5c720a8b670cdd..a311a856514e9245074b02c89d51a9f339784d1c:/lisp/org.el The commit you point to is a branch merge. It is a kind of "meta commit" that incorpo

Re: [O] Bug: Problem with LaTeX export, footnotes in table headers, and longtabu [8.3.4 (8.3.4-31-gcb683e-elpa @ /home/berhol/.emacs.d/elpa/org-20160404/)]

2016-04-20 Thread Nicolas Goaziou
Hello, bh...@despammed.com (Berthold Höllmann) writes: > Even so there seem to be two different routines for writing the column > header for the first and the subsequent pages (in the first one the \\ > follows directly to the '}', whereas the second time a space is added), > it seems, the string

Re: [O] Bug: org-bibtex-read strips too many braces (8.3.4-39-ge0acd8-elpaplus)

2016-04-20 Thread Nicolas Goaziou
Hello, timor writes: >> If that's the case, we could indeed remove the duplicate '(123 . 125). > Very nice. Done, in master branch. There are actually no tests for org-bibtex.el. Anyone using this library (or not!) is more than welcome to write some, BTW. Regards, -- Nicolas Goaziou

Re: [O] Invalid-read-syntax

2016-04-20 Thread Colin Baxter
On Wed, Apr 20 2016, Nick Dokos wrote: > Colin Baxter writes: > >> The file /lisp/ox-html.el of org-mode release_8.3.4-743-g516bbf has >> binary content at line 1952, whereas the same file of org-mode >> release_8.3.4-721-g16ad80 has not. Perhaps this is significant. >> > > Perhaps I'm missing so

Re: [O] changing to IN-PROGRESS starts clocking it

2016-04-20 Thread Sharon Kimble
Michael Welle writes: > Hello, > > Sharon Kimble writes: > >> How can I have a task which when I change its state from TODO or NEXT to >> IN-PROGRESS starts clocking it until its state is changed back from >> IN-PROGRESS to some other state, when the clocking will cease? > > you can utilise the

Re: [O] BUG: Wrong indentation inside src block

2016-04-20 Thread fm4d
I believe that this diff is part of that commit - http://repo.or.cz/org-mode.git/blobdiff/1045e9e9c0e6438f5ee9dc4f0e5c720a8b670cdd..a311a856514e9245074b02c89d51a9f339784d1c:/lisp/org.el Nicolas Goaziou writes: > Hello, > > fm4d writes: > >> Well, the behaviour is IMO different because something

Re: [O] Invalid-read-syntax

2016-04-20 Thread Nick Dokos
Colin Baxter writes: > The file /lisp/ox-html.el of org-mode release_8.3.4-743-g516bbf has > binary content at line 1952, whereas the same file of org-mode > release_8.3.4-721-g16ad80 has not. Perhaps this is significant. > Perhaps I'm missing something but I don't see anything like that.I also

Re: [O] [PATCH] Make lexical eval default for elisp src blocks

2016-04-20 Thread John Kitchin
I think it would be fine to make :lexical "no" be the default, since that should preserve what we are used to. Users can alway set a different default of their own, or make it "yes" when they know it is needed. Nicolas Goaziou writes: > Hello, > > John Kitchin writes: > >> Set default in `org-ba

Re: [O] [PATCH] new :async feature for org-babel-clojure

2016-04-20 Thread Frederick Giasson
Hi Nicolas, Any news regarding these latest fixes to that patch? Thanks, Fred Here is my proposal to create a new :async feature for Org-babel-clojure. This is discussed at length in this blog post: http://fgiasson.com/blog/index.php/2016/04/05/using-clojure-in-org-mode-and-implementing-a

Re: [O] Invalid-read-syntax

2016-04-20 Thread Colin Baxter
On Wed, Apr 20 2016, Alan Schmitt wrote: > On 2016-04-20 07:59, Colin Baxter writes: > >> On Tue, Apr 19 2016, Nicolas Goaziou wrote: >> >>> Hello, >>> >>> Colin Baxter writes: >>> With the latest org-mode release_8.3.4-739-g7894129, I'm getting an lisp error (invalid-read-syntax

Re: [O] Bug: org-bibtex-read strips too many braces (8.3.4-39-ge0acd8-elpaplus)

2016-04-20 Thread timor
2016-04-20 9:45 GMT+02:00 Eric S Fraga : > So it's not just the title that needs to be > treated carefully but other entries (author, editor, booktitle). You are correct. The piece of code in question is actually called for all fields, not only title. I was using the title as an example. So if

Re: [O] Bug: org-bibtex-read strips too many braces (8.3.4-39-ge0acd8-elpaplus)

2016-04-20 Thread Eric S Fraga
On Tuesday, 19 Apr 2016 at 20:43, timor wrote: > Yes. Looking at the BibTeX Files I am dealing with, the use of inner > braces is usually justified (except for the example I gave, but it is > not org-mode's job to correct poor BibTeX, I think). Therefore they > should be kept intact when reading t

Re: [O] tables, comment in one line, export to html

2016-04-20 Thread Eric S Fraga
On Tuesday, 19 Apr 2016 at 19:54, Uwe Brauer wrote: > Cool, thanks very much I tried out > > | name | result | @@html:@@ > | Smith | 10 | @@html:@@ > > Which does almost all I want, it inserts an empty third column, but I > presume this cannot be changed? Without real hackery, not unless

Re: [O] [PATCH] Make lexical eval default for elisp src blocks

2016-04-20 Thread Nicolas Goaziou
Hello, John Kitchin writes: > Set default in `org-babel-default-header-args:emacs-lisp'. Add an > optional argument to the eval function. Applied. Thank you. However, it seems that some tests are now failing. I guess this is related to Babel calls, which are eval'ed as emacs-lisp source blocks

[O] changing to IN-PROGRESS starts clocking it

2016-04-20 Thread Sharon Kimble
How can I have a task which when I change its state from TODO or NEXT to IN-PROGRESS starts clocking it until its state is changed back from IN-PROGRESS to some other state, when the clocking will cease? Any ideas please? Thanks Sharon. -- A taste of linux = http://www.sharons.org.uk TGmeds = ht

Re: [O] Invalid-read-syntax

2016-04-20 Thread Colin Baxter
On Tue, Apr 19 2016, Nicolas Goaziou wrote: > Hello, > > Colin Baxter writes: > >> With the latest org-mode release_8.3.4-739-g7894129, I'm getting an lisp >> error >> (invalid-read-syntax "#"). This ocurs with emacs-25.1.50.1 and >> emacs-24.5.1. > > Could you provide an ECM? What command trigg

Re: [O] ox-odt.el

2016-04-20 Thread Colin Baxter
On Tue, Apr 19 2016, Nicolas Goaziou wrote: > Hello, > > Colin Baxter writes: > >> The line >> >> (expand-file-name "../../etc/styles/" org-odt-lib-dir) ; git >> >> in the defconst org-odt-styles-dir-list at line 181 of ox-odt.el points to >> "git/org-mode/lisp/etc/styles/". Should it not point

[O] bug#23299: 25.1.50; org-timestamp-change: Invalid time zone specification: (nil nil nil)

2016-04-20 Thread Paul Eggert
Thanks for reporting the problem. As Eli suggested, it was a typo in org.el that was exposed by recent changes to encode-time. I installed into master the attached patch, which I think fixes the bug. From 313e98ceb078468498998305749b2790b7ba Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: W