Re: [O] Changing org-block background with org-src-fontify-natively

2016-06-09 Thread Xebar Saram
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

Re: [O] Changing org-block background with org-src-fontify-natively

2016-06-09 Thread Samuel W. Flint
> 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

Re: [O] interesting dilemma with ob-ipython

2016-06-09 Thread Anthony Cowley
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") >

Re: [O] interesting dilemma with ob-ipython

2016-06-09 Thread Ken Mankoff
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

[O] interesting dilemma with ob-ipython

2016-06-09 Thread John Kitchin
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))

Re: [O] Adding a simple list item expands the entire simple list

2016-06-09 Thread Marco Wahl
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 >

[O] Adding a simple list item expands the entire simple list

2016-06-09 Thread Steinar Bang
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

[O] Bug: Error using C-' (org-edit-special) to edit code block [8.2.10 (release_8.2.10 )]

2016-06-09 Thread Dmitri Brengauz
* 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

Re: [O] [PATCH} Re: inline code block problem; first attempt

2016-06-09 Thread Charles C. Berry
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.

Re: [O] Changing org-block background with org-src-fontify-natively

2016-06-09 Thread Rasmus
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

Re: [O] colored code background in org 8.3

2016-06-09 Thread Rasmus
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

Re: [O] colored code background in org 8.3

2016-06-09 Thread Nicolas Goaziou
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

Re: [O] org-get-tags-at

2016-06-09 Thread Nicolas Goaziou
Hello, Marco Wahl writes: > That was a bug and has been fixed now AFAICT. Thank you for the fix. Regards, -- Nicolas Goaziou

Re: [O] [PATCH} Re: inline code block problem; first attempt

2016-06-09 Thread 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,

Re: [O] org-get-tags-at

2016-06-09 Thread Marco Wahl
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

Re: [O] org-get-tags-at

2016-06-09 Thread Fabrice Popineau
2016-06-09 8:41 GMT+02:00 Rasmus : > Fabrice Popineau writes: > > > What is the reason for that result? > > Don't know. The function seems a bit complicated for what it does... > > Here’s some ways to get local tags. > > Oh great ! Thanks a lot.

Re: [O] org-get-tags-at

2016-06-09 Thread Rasmus
Fabrice Popineau writes: > Hi, > > 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