Re: [O] Invalid read syntax: "?" when switching org-dates or when tying to org-submit-bug-report

2017-05-08 Thread michael . ziems
Hello Nicolas, that worked perfectly. I had a strange character in that file and now it works good. Thanks, Michael Am 2017-05-08 11:52, schrieb Nicolas Goaziou: > michael.zi...@xiron.de writes: > >> When i byte-compile the file i get the following error: >> >> Compiling file >>

Re: [O] Invalid read syntax: "?" when switching org-dates or when tying to org-submit-bug-report

2017-05-08 Thread Nicolas Goaziou
michael.zi...@xiron.de writes: > When i byte-compile the file i get the following error: > > Compiling file > c:/Users/sane/AppData/Roaming/.emacs.d/elpa/org-20170502/org-clock.el at > Mon May 8 11:27:30 2017 > org-clock.el:1949:1:Error: Invalid read syntax: "?" It looks odd. Could you

Re: [O] Invalid read syntax: "?" when switching org-dates or when tying to org-submit-bug-report

2017-05-08 Thread michael . ziems
Hello Nicolas, thanks for the answer. I'm not a big expert on lisp. As i did not find any information how a .patch file works so fast, i just changed it manually in the org-clock.el like this: (defun org-clock-put-overlay (time) "Put an overlays on the current line, displaying TIME. This

Re: [O] Invalid read syntax: "?" when switching org-dates or when tying to org-submit-bug-report

2017-05-08 Thread Nicolas Goaziou
Hello, michael.zi...@xiron.de writes: > when i try to swicht an active timestamp via org-shitright or when i > fire M-x org-submit-bug-report i get the following error: > > Debugger entered--Lisp error: (invalid-read-syntax "?") > eval-buffer(# nil >

[O] Invalid read syntax: "?" when switching org-dates or when tying to org-submit-bug-report

2017-05-08 Thread michael . ziems
Hello, when i try to swicht an active timestamp via org-shitright or when i fire M-x org-submit-bug-report i get the following error: Debugger entered--Lisp error: (invalid-read-syntax "?") eval-buffer(# nil "c:/Users/sane/AppData/Roaming/.emacs.d/elpa/org-20170502/org-clock.el" nil t) ;

Re: [O] Invalid-read-syntax

2016-04-21 Thread Colin Baxter
I would like to thank everyone for their help in resolving something which I should have done myself had I but gave the matter a little more thought. Best wishes, Colin.

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. >> > >

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

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

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

Re: [O] Invalid-read-syntax

2016-04-20 Thread Alan Schmitt
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 "#"). This

Re: [O] Invalid-read-syntax

2016-04-19 Thread Nicolas Goaziou
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 triggered that? Regards, -- Nicolas Goaziou

[O] Invalid-read-syntax

2016-04-19 Thread Colin Baxter
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. Backtrace Debugger entered--Lisp error: (invalid-read-syntax "#") read(#) eval-buffer(# nil

Re: [O] Invalid read syntax (#) in org-element parse tree

2013-02-12 Thread Nicolas Goaziou
Thorsten Jolitz tjol...@gmail.com writes: I'm not sure about what you want to do with the parse tree. The usual function to work with it is `org-element-map'. You may want to have a look at its docstring, as it contains examples. I want to write an 'unusual' backend that does not need

Re: [O] Invalid read syntax (#) in org-element parse tree

2013-02-12 Thread Thorsten Jolitz
Nicolas Goaziou n.goaz...@gmail.com writes: I want to write an 'unusual' backend that does not need anything else from the exporting framework but the parse-tree as a list. Then you don't want the exporting framework at all, only org-element.el. yes, only the parser. Anyway I'm confused.

Re: [O] Invalid read syntax (#) in org-element parse tree

2013-02-12 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: [continuation, prior message sent unfinished by accident] but with your other hints, I now understand the problem. I wanted to see how the parse tree looks like, so I printed it out (I did not know about the existance of 'print-circle' then, but it

[O] Invalid read syntax (#) in org-element parse tree

2013-02-11 Thread Thorsten Jolitz
Hi List, here is an excerpt of a parse tree produced with 'org-element-parse-buffer': ,- | (section (:begin 1 :end 624 :contents-begin | 1 :contents-end 623 :post-blank 1 :parent #0) (keyword (:key | TITLE :value Program Blues for

Re: [O] Invalid read syntax (#) in org-element parse tree

2013-02-11 Thread Nicolas Goaziou
Hello, Thorsten Jolitz tjol...@gmail.com writes: here is an excerpt of a parse tree produced with 'org-element-parse-buffer': ,- | (section (:begin 1 :end 624 :contents-begin | 1 :contents-end 623 :post-blank 1 :parent #0)

Re: [O] Invalid read syntax (#) in org-element parse tree

2013-02-11 Thread Thorsten Jolitz
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, I'm not sure about what you want to do with the parse tree. The usual function to work with it is `org-element-map'. You may want to have a look at its docstring, as it contains examples. I want to write an 'unusual' backend that does not

Re: [O] Invalid read syntax #?

2012-01-30 Thread Alan Schmitt
On 28 Jan 2012, at 16:55, Bastien wrote: For some reason, the first code block is evaluated twice. Ah, this explains why I was being asked twice if I allowed the code to run. When putting a headline on top of this first block, the error disappears. Sorry I can't help further with this for

Re: [O] Invalid read syntax #?

2012-01-28 Thread Bastien
Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: I'm trying this example to export nicely formatted code in LaTeX: http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12-3 Unfortunately it fails with an error 'Invalid read syntax #'. If I delete the second code block

[O] Invalid read syntax #?

2012-01-27 Thread Alan Schmitt
Hello, I'm trying this example to export nicely formatted code in LaTeX: http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12-3 Unfortunately it fails with an error 'Invalid read syntax #'. If I delete the second code block (the python one), it works. Is there something wrong

Re: [O] Invalid read syntax #?

2012-01-27 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Alan Schmitt alan.schm...@polytechnique.org wrote: Hello, I'm trying this example to export nicely formatted code in LaTeX: http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12-3 Unfortunately it fails with an error 'Invalid