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 pyt
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
(nrepl-dict-
> 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 altogether
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)
>
> #+BEGIN_SRC emacs-lisp :re
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 generate the correct output from the plain-list or ite
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 t
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. Note
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
. . . and
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 publi
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…
Sincerely,
Gour
--
The senses
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 have to sign and what
>> that means in the legal sy
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 in alpha release ;)
> thank you for your kind words, Nicolas ;
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 last attempt to find t
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, Nicolas ;).
>> there might or might not be ano
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
> translator?
I meant timestamp t
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 (and second) occur
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 square brackets
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, hit C-g
and paste the
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 the functionality in
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 suppress these tags?
See `org-ex
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.)
ZEDAT
binMkTW0VNkZi.bin
Description: application/pgp-encrypted
binE8pzhIaYry.bin
Description: Binary data
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) -- 2016-07-14]]
>>
>> Seeing the date in the agenda ma
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?
Th
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 haven't signed the FSF
papers. I w
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 I have a lot of time
26 matches
Mail list logo