[O] Problems with ob-ipython

2017-03-01 Thread marvin doyley
Hi there, I am trying to use ob-ipyton but when I try to run any code block I get the following error "Evaluation of this python code block is disabled.” Any suggestions on how to fix this ? I am using emacs 26, python 5 cheers, M Here is an example code block that I try to run. Note that

[O] ob-clojure broken

2017-03-01 Thread Tim Cross
With current 9.0.5 org-plus-contrib package, ob-clojure is broken and trying to evaluate clojure source blocks just gives a code block produces no output message. The problem is in the org-babel-execute:clojure function. This function has the following bit of code (setq result

Re: [O] Two formerly internal libraries that are still being required but no longer exist

2017-03-01 Thread Jonas Bernoulli
> I don't think this is an issue. This function only makes sense if user > has an old `org-remember' library lying around. Otherwise, it raises an > error. This is the actual behaviour. Makes sense, and is more friendly than the alternative. > The other option is to remove the function

Re: [O] Bug report: export to HTML does not escape * in example

2017-03-01 Thread Nicolas Goaziou
Hello, D M German writes: > So the original issue (* not being escaped) will nonetheless appear when > the threshold is passed: > > Here is an example (I run it with emacs -nw -q, using emacs25) org > version 8.2.10 (this works also in my configuration under 9.0.2) > >

Re: [O] [PATCH] ox-confluence.el: Handle checkboxes and inactive timestamps correctly

2017-03-01 Thread Marc Ihm
Nicolas Goaziou writes: > Correcting myselfè > > Nicolas Goaziou writes: > >>> + :filters-alist '((:filter-final-output . org-confluence-fix-timestamps)) >> >> Why do you use a final filter? It is a pretty gross tool, couldn't you >> simply

Re: [O] Bug report: export to HTML does not escape * in example

2017-03-01 Thread D M German
Hi Charles, everybody, >> I am running a babel script that generates, as one of its line * in the >> front: >> >> ​#+BEGIN_SRC sh >> echo "* Hello" >> #+END_SRC >> >> #+RESULTS: >> #+begin_example >> * Hello >> #+end_example >> >> ​In that case, should babel be the one escaping

[O] agenda: past due deadlines *also* showing up under today's date

2017-03-01 Thread Sébastien Delafond
Hello, with 9.0.3, when using the timeline view of the agenda, I get a bunch of "998 d. ago TODO [...]", "181 d. ago TODO [...]", etc entries under today's date. They correspond to past DEADLINE'd tasks, that also each show up under their respective deadline dates in that same timeline view.

Re: [O] Babel doesn't like some Racket comments

2017-03-01 Thread Lawrence Bottorff
This produces no Backtrace. Here's my *Messages* Debug on Quit enabled globally executing Scheme code block (set-example1)... Starting Geiser REPL for racket ... There is no ElDoc support in this buffer Starting Geiser REPL for racket ... [2 times] Racket REPL up and running! => "" Quit . . .

[O] M-TAB in org manual

2017-03-01 Thread Thomas Rikl
Emacs : GNU Emacs 25.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.7) of 2017-02-07 Package: Org mode version 9.0.5 (release_9.0.5-325-g28b847 @ /tom/github/org-mode/lisp/) Hello Nicolas, thanks for encouraging me to deliver a patch. The patch (i think the first in my life delivered to

Re: [O] org-vcard -- possible to convert .vcf files to .org ?

2017-03-01 Thread Saša Janiška
Eric Abrahamsen writes: > Also, it looks like there are many forks of this repository, some of > which presumably address that issue -- has anyone tried any of the forks > recently? I was looking at them, but do not see any repo which would deal with that issue…

Re: [O] org-bbdb-anniversaries-future

2017-03-01 Thread Michael Welle
Hello, Alan Schmitt writes: > On 2017-03-01 15:03, Michael Welle writes: > >>> I don't think it helps. IIRC, code integration in Emacs is pretty >>> strict. You could simply sign FSF papers. >> Yes. Trouble is nobody could explain to me what I

Re: [O] org-bbdb-anniversaries-future

2017-03-01 Thread Rasmus
Michael Welle writes: > Hello, > > Nicolas Goaziou writes: > >> Hello, >> >> Michael Welle writes: >> >>> Even if we assume its quality is high enough to integrate it into Org, >> >> If code quality was a concern, Org would still be

Re: [O] org-bbdb-anniversaries-future

2017-03-01 Thread Alan Schmitt
On 2017-03-01 15:03, Michael Welle writes: >> I don't think it helps. IIRC, code integration in Emacs is pretty >> strict. You could simply sign FSF papers. > Yes. Trouble is nobody could explain to me what I have to sign and what > that means in the legal system I'm in. My

Re: [O] org-bbdb-anniversaries-future

2017-03-01 Thread Michael Welle
Hello, Nicolas Goaziou writes: > Hello, > > Michael Welle writes: > >> Even if we assume its quality is high enough to integrate it into Org, > > If code quality was a concern, Org would still be in alpha release ;) thank you for your kind words,

Re: [O] [PATCH] ox-confluence.el: Handle checkboxes and inactive timestamps correctly

2017-03-01 Thread Nicolas Goaziou
Correcting myselfè Nicolas Goaziou writes: >> + :filters-alist '((:filter-final-output . org-confluence-fix-timestamps)) > > Why do you use a final filter? It is a pretty gross tool, couldn't you > simply generate the correct output from the plain-list or item >

Re: [O] M-TAB in org manual and org guide

2017-03-01 Thread Nicolas Goaziou
Hello, Thomas Rikl writes: > Emacs : GNU Emacs 25.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.7) > of 2017-02-07 > Package: Org mode version 9.0.5 (release_9.0.5-325-g28b847) > > Hello, > Can you please add a footnote or a link (to the completion chapter) to > the first

Re: [O] [PATCH] ox-confluence.el: Handle checkboxes and inactive timestamps correctly

2017-03-01 Thread Nicolas Goaziou
Hello, Marc Ihm writes: > attached please find a patch for contrib/ox-confluence.el (authored by > Sébastien Delafond); the patch simply translates and fixes some selected > enhancements from ox-confluence-en.el (authored by Correl Roush). > > As a result ox-confluence.el encodes

Re: [O] Babel doesn't like some Racket comments

2017-03-01 Thread Nicolas Goaziou
Hello, Lawrence Bottorff writes: > C-c C-c-ing this code > > #+begin_src scheme > (define (foo x) > ;just add one > (+ 1 x)) ; comment > #+end_src > > causes Racket (geiser) to freeze up. Sometimes I see a Could you use M-x toggle-debug-on-quit, reproduce the freezing,

Re: [O] org-bbdb-anniversaries-future

2017-03-01 Thread Nicolas Goaziou
Hello, Michael Welle writes: > Even if we assume its quality is high enough to integrate it into Org, If code quality was a concern, Org would still be in alpha release ;) > there might or might not be another problem: I haven't signed the FSF > papers. I would like to see

Re: [O] [Beamer export] Tag appears in ToC

2017-03-01 Thread Nicolas Goaziou
Hello, "Loris Bennett" writes: > I have a presentation which I have exported to a Beamer PDF in the past > with Org 8. Now with Org 9.0.5 the tag 'export' appears next to the > headings in the table of contents in the exported PDF. > > Can anyone tell me how to

[O] [Beamer export] Tag appears in ToC

2017-03-01 Thread Loris Bennett
Hi, I have a presentation which I have exported to a Beamer PDF in the past with Org 8. Now with Org 9.0.5 the tag 'export' appears next to the headings in the table of contents in the exported PDF. Can anyone tell me how to suppress these tags? Cheers, Loris -- Dr. Loris Bennett (Mr.)

Re: [O] org-bbdb-anniversaries-future

2017-03-01 Thread Marco Wahl
binMkTW0VNkZi.bin Description: application/pgp-encrypted binE8pzhIaYry.bin Description: Binary data

Re: [O] org-bbdb-anniversaries-future

2017-03-01 Thread Marco Wahl
Alan Schmitt writes: > Hello, > > On 2016-07-14 14:09, Michael Welle writes: > >> Hello, >> >> org-bbdb-anniversaries-future uses the following format to insert >> anniversaries into the agenda: >> >> Birthday: [[bbdb:foo bar][foo bar (37th) --

[O] Key bindings for org calendar selection

2017-03-01 Thread Florian Lindner
Hello, the usual emacs calendar (M-x calendar) can be controlled using these key bindings: https://www.gnu.org/software/emacs/manual/html_node/emacs/Calendar-Unit-Motion.html But how can the calendar be controlled when invoked by org-mode, e.g. by C-c C-s to set a scheduled date on an entry?

Re: [O] org-bbdb-anniversaries-future

2017-03-01 Thread Michael Welle
Hello, Alan Schmitt writes: [...] > Sorry for reviving this old thread, but was this added to org? I would > find it most useful. no, it's not. Even if we assume its quality is high enough to integrate it into Org, there might or might not be another problem: I

Re: [O] org-bbdb-anniversaries-future

2017-03-01 Thread Alan Schmitt
Hello, On 2016-07-14 14:09, Michael Welle writes: > Hello, > > org-bbdb-anniversaries-future uses the following format to insert > anniversaries into the agenda: > > Birthday: [[bbdb:foo bar][foo bar (37th) -- 2016-07-14]] > > Seeing the date in the agenda makes me feel like