On Fri, Jun 10, 2016 at 8:24 AM, Samuel W. Flint
wrote:
> How exactly do you get the pencil instead of the #+BEGIN_SRC and
> #+END_SRC?
>
and the different background colors per code block type (different
background for python. lisp etc :))
thx
Z
> Rasmus writes:
R> Andreas Leha writes:
>> My Org mode experience would also benefit a lot from having
>> source block backgrounds again and with per-language configurable
>> background colour.
R> That’s possible with the attache patch. An example of the
R> horrors
John Kitchin writes:
> I was looking into ob-ipython as a replacement for regular
> org-babel-python because it seems to be better at sessions. Also, you
> can use other kernels with it!
>
> For example:
>
> #+BEGIN_SRC ipython :session hy :results output :kernel hy
> (print "hello world")
> (imp
Hi John,
On 2016-06-09 at 23:33, John Kitchin wrote:
> I was looking into ob-ipython as a replacement for regular
> org-babel-python [...]
>
> Here is the dilemma:
> If I special edit this, it is in python-mode, not hy-mode. And similarly
> on export, it is highlighted as ipython, not hy-lang.
>
I was looking into ob-ipython as a replacement for regular
org-babel-python because it seems to be better at sessions. Also, you
can use other kernels with it!
For example:
#+BEGIN_SRC ipython :session hy :results output :kernel hy
(print "hello world")
(import time)
(print (time.asctime))
#+END_
Hi Steinar,
> Platform: Intel i7
> Org-mode version 8.3.4 (8.3.4-79-gbd4948-elpa @
> c:/Users/steinar.bang/.emacs.d/elpa/org-20160606/)
> GNU Emacs 24.4.1 (i686-pc-mingw32) of 2014-10-24 on LEG570
>
> Adding an item to a simple list will expand the entire simple list tree
> in
Platform: Intel i7
Org-mode version 8.3.4 (8.3.4-79-gbd4948-elpa @
c:/Users/steinar.bang/.emacs.d/elpa/org-20160606/)
GNU Emacs 24.4.1 (i686-pc-mingw32) of 2014-10-24 on LEG570
Adding an item to a simple list will expand the entire simple list tree
in this version.
Ie. if I h
* What exactly did you do?
- Started Emacs with no configuration (debug-on-error set)
- Opened an org-mode file with a text block
- Hit C-'
- The source code block becomes highlighted, An edit buffer appears;
code from the block is inserted into the buffer.
* What did you expect to happen?
I exp
On Thu, 9 Jun 2016, Nicolas Goaziou wrote:
Hello,
"Charles C. Berry" writes:
Patch atteched.
Replaced ']' with '{' in the regex `header' group.
Comments?
Thank you for the patch. This is better than what we have now. However,
I don't think this is the way to go.
Forbidding "{" is alread
Andreas Leha writes:
> My Org mode experience would also benefit a lot from having source block
> backgrounds again and with per-language configurable background colour.
That’s possible with the attache patch. An example of the horrors you can
subject yourself to is also attached.
--
Lasciate
Hi,
Nicolas Goaziou writes:
>> I use the attached patch for some "interactive slides" with babel.
>
> It looks good, thank you.
No worries, I needed it for my "slides", as I was told that src-blocks
needed to stand more out.
>> +;; Add the face to the remaining part of the font.
>
> Do
Hello,
Rasmus writes:
> I use the attached patch for some "interactive slides" with babel.
It looks good, thank you.
> + ;; Add the face to the remaining part of the font.
Don't you mean "the remaining part of the text."?
Regards,
--
Nicolas Goaziou
Hello,
Marco Wahl writes:
> That was a bug and has been fixed now AFAICT.
Thank you for the fix.
Regards,
--
Nicolas Goaziou
Hello,
"Charles C. Berry" writes:
> Patch atteched.
>
> Replaced ']' with '{' in the regex `header' group.
>
> Comments?
Thank you for the patch. This is better than what we have now. However,
I don't think this is the way to go.
Forbidding "{" is already a minor annoyance, but porting the sam
Hi Fabrice,
> I'm trying to program some stuff of my own and
> either I misunderstand the documentation or something is wrong
> with #'org-get-tags-at.
>
> I have a heading:
>
> * Bar :foo:bar:baz:
>
> (org-get-tags-at)
> while on the heading returns ("baz")
> I would expect ("f
15 matches
Mail list logo