[O] 'foo' in '# [[foo]]' not underlined

2018-07-03 Thread Alain . Cochard
Hello. In the comment line # [[foo]] there is only 'foo' which remains visible (which I understand), but 'foo' is not even underlined. I wonder if this is normal, especially since, in the following contruct: #+BEGIN_COMMENT [[foo]] #+END_COMMENT 'foo' is underlined. Regards --

Re: [O] Problem in removing the invisible brackets of a link

2018-07-03 Thread Alain . Cochard
Nicolas Goaziou writes on Fri 29 Jun 2018 15:39: > > The manual says: > > > > If you place the cursor at the beginning or just behind the end > >of the displayed text and press , you will remove the > >(invisible) bracket at that location. > > > > The problem for me it that it

[O] [SOLVED:HOWTO] (was: ob-ipyton ImportError: No module named 'jupyter_client')

2018-07-03 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: Hi I think I solved the issue. Here are some instructions which might be useful. ob-ipython seems to work with python3 not 2.X So the first thing is to run (Ubuntu/Debian) * Installation of jupyter and the matlab_kernel sudo apt-get install python3-setuptools

[O] bug: org-table-sort-lines does only case sensitive alphabetical sorting

2018-07-03 Thread Heikki Lehvaslaiho
org-sort has an optional argument with-case. By default its sorting ignores the case. When org-sort is called within a table, it calls org-table-sort-line with the argument. org-table-sort-line defines a let variable sort-fold-case (not with-case) but fails to use either variable when sorting and a