Re: [O] Bug: python babel does not support hlines as mentioned in docs

2012-10-30 Thread Lennart Fricke
It is not exactly a missing value. The list looks like ((v,v),None,(v,v)). v for value. Missing values are rather like ((v,v),(None,None),(v,v)). At the moment i can not think of a use case of controlling this translation. But i have to dig deeper in the translation process of the nested list

Re: [O] Org-Mode menus not in text mode menu or lacarte

2012-10-29 Thread Lennart Fricke
Hi Bastien! I don't think that it is necessary any more. It's a bug in tmm and lacarte. The keymap sturcture changed in Emacs 24. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12744 I also posted on DrewAdams emacswiki site. Best regards Lennart Fricke

[O] Bug: python babel does not support hlines as mentioned in docs [7.9.2 (release_7.9.2-499-ga29de0 @ /home/lennart/.emacs.d/site-lisp/org/lisp/)]

2012-10-29 Thread Lennart Fricke
Lennart Fricke Emacs : GNU Emacs 24.1.1 (i686-redhat-linux-gnu, GTK+ Version 2.24.11) of 2012-08-13 on buildvm-23.phx2.fedoraproject.org Package: Org-mode version 7.9.2 (release_7.9.2-499-ga29de0 @ /home/lennart/.emacs.d/site-lisp/org/lisp/)

Re: [O] Bug: python babel does not support hlines as mentioned in docs

2012-10-29 Thread Lennart Fricke
This patch makes None being treated as hline again. Best regards Lennart Fricke diff --git a/lisp/ob-python.el b/lisp/ob-python.el index 71adf73..a1f834f 100644 --- a/lisp/ob-python.el +++ b/lisp/ob-python.el @@ -123,7 +123,11 @@ specifying a variable of the same value. Convert RESULTS

[O] Org-Mode menus not in text mode menu or lacarte

2012-10-26 Thread Lennart Fricke
Hello everybody, I was trying to use org-mode from console and realized that there are no Org-Mode menus when I open the text menu with f10 (tmm-menubar) or lacarte. Do you have an idea why there are not there. They appear in a gtk emacs window. I didn't find a reason. Best regards Lennart

[O] Bug: Org image scaling and source block results [7.9.1 (release_7.9.1-384-g60127b @ /home/lennart/.emacs.d/site-lisp/org/lisp/)]

2012-09-27 Thread Lennart Fricke
Hello everybody, it seems that org-mode only considers #+ATTR.*: in the line preceeding an image, if org-image-actual-width is a list or nil. Maybe it would be better to make it work like in exports. For example #+RESULTS: 3D #+ATTR: width=100 [[file:test.png]] does scale #+ATTR: width=100