[O] bug#17724: 24.4.50; regression: error `recenter'ing a window that does not display current-buffer. when opening org-mode file

2014-06-10 Thread Nicolas Richard
Eli Zaretskii e...@gnu.org writes: From: Nicolas Richard theonewiththeevill...@yahoo.fr Date: Mon, 09 Jun 2014 22:53:47 +0200 Cc: 17...@debbugs.gnu.org, Gregor Zattler g...@gmx.de FWIW, there was a call to recenter which was removed recently (less than four weeks ago -- see

[O] bug#17724: 24.4.50; regression: error `recenter'ing a window that does not display current-buffer. when opening org-mode file

2014-06-10 Thread Bastien
Nicolas Richard theonewiththeevill...@yahoo.fr writes: I don't know if the bug should be closed in this siutation, so I'll leave it to someone else. It should not be closed in Emacs bugs system yet, because the master branch of Org is not released and not merged into Emacs. I'll keep this

Re: [O] Bug: Literal Example does not work [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-06-10 Thread KURODA Hisao
Hi, Thank you for your answer and sorry for delayed reply. I tried org-8. Now org-html-export-as-html works as you said. Thank you. However, still there are serious problems. (1) Even if I edit the original file with coding-system iso-2022-jp, the generated HTML's header says it is UTF-8.

Re: [O] Bug: Literal Example does not work [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-06-10 Thread Bastien
Hi Hisao, KURODA Hisao kur...@msi.co.jp writes: I tried org-8. Now org-html-export-as-html works as you said. Thank you. However, still there are serious problems. (1) Even if I edit the original file with coding-system iso-2022-jp, the generated HTML's header says it is UTF-8. Previous

Re: [O] org-table: missing vertical boundary when exported

2014-06-10 Thread Rick Frankel
On 2014-06-07 17:15, Shiyuan wrote:     I am following the manual example http://orgmode.org/worg/org-tutorials/tables.html [1]. But the two vertical boundary line on the very left and right  is not showing up when exported to html.  Anything I am missing? Thanks.  My guess is that it is

Re: [O] [BUG] [babel] in :eval never with :session

2014-06-10 Thread Rainer M Krug
Eric Schulte schulte.e...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Charles Berry ccbe...@ucsd.edu writes: Eric Schulte schulte.eric at gmail.com writes: Rainer M Krug Rainer at krugs.de writes: The error is back: You say back, was this error not present recently?

[O] Permission denied Error from git upon update

2014-06-10 Thread Rainer M Krug
Hi I am getting the following error upon trying to update: , | $ make update | rm -f | git checkout | Your branch is behind 'origin/master' by 32 commits, and can be fast-forwarded. | (use git pull to update your local branch) | git remote update | Fetching origin | Fetching github |

Re: [O] Add a class for first paragraph in ox-html?

2014-06-10 Thread Rick Frankel
On 2014-06-06 18:37, kuanyui wrote: If you export an Org file to HTML, which has a paragraph before the first outline, the paragraph will be only wrapped with p and no class/id: This is an obstacle for write CSS for org HTML page. Maybe this can be fix by add a seperate class or id for this

[O] [RFC] org-noweb: org-tangle + org-weave for literate programming using Org

2014-06-10 Thread Nicolas Girard
Hi folks, I've released today a couple of tools named org-tangle and org-weave in a public GitHub repository: https://github.com/ngirard/org-noweb I thought that Org's literate programming abilities deserved to be made accessible non-interactively from the command-line via official commands, and

[O] org-mime spurious alternative

2014-06-10 Thread Sébastien Delafond
Hello, from Debian bug #751014 (http://bugs.debian.org/751014): When org-mime-library is set to semi, org-mime generates a spurious alternative section around the HTML part. This is due to two bugs in the function org-mime-multipart: 1. it attempts to put a multipart/alternative

Re: [O] org-table: missing vertical boundary when exported

2014-06-10 Thread John Hendy
On Tue, Jun 10, 2014 at 8:23 AM, Rick Frankel r...@rickster.com wrote: On 2014-06-07 17:15, Shiyuan wrote: I am following the manual example http://orgmode.org/worg/org-tutorials/tables.html [1]. But the two vertical boundary line on the very left and right is not showing up when

[O] 24.3.91; Crash on mwheel-scroll of org file

2014-06-10 Thread Vladimir Alexiev
Hi! I think I found a new crash, at least I can't find it with google. Scenario: 1. Open emacs-crash-test.org 2. Make the window smaller (e.g. 20 lines tall) 2. Roll the mouse wheel down until you see the end of file, then up. 3. CRASH I cannot reproduce it with emacs -Q yet. I cannot always

[O] How to specify the tangled comment to be the location of the noweb ref definition instead of where it was tangled?

2014-06-10 Thread Grant Rettke
Good morning, This is a test. I am confused about the line numbers specified in the tangled comments versus their actual location in the source org file. I can't get them to line up. System: #+begin_src emacs-lisp (concat Emacs version: (emacs-version) \n Org version: (org-version))

Re: [O] [RFC] org-noweb: org-tangle + org-weave for literate programming using Org

2014-06-10 Thread Grant Rettke
Use Emacs to run Emacs Lisp and set org-babel-use-quick-and-dirty-noweb-expansion to nil. Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become

Re: [O] bug#17749: 24.3.91; Crash on mwheel-scroll of org file

2014-06-10 Thread Eli Zaretskii
From: Vladimir Alexiev vladimir.alex...@ontotext.com Date: Tue, 10 Jun 2014 19:02:30 +0300 1. Open emacs-crash-test.org 2. Make the window smaller (e.g. 20 lines tall) 2. Roll the mouse wheel down until you see the end of file, then up. 3. CRASH I cannot reproduce it with emacs -Q yet.

[O] org tangle comment line numbers are impossibly large

2014-06-10 Thread Grant Rettke
Good afternoon, Working on a large org document that I tangle I'm seeing line numbers that are larger than the document itself. The document does no rely upon any external files for satisfying its noweb refs. System: #+begin_src emacs-lisp (concat Emacs version: (emacs-version) \n Org

Re: [O] org tangle comment line numbers are impossibly large

2014-06-10 Thread Grant Rettke
The comment strings are: #+RESULTS: : Beg: line %start-line in %file : [[%link][%start-line, %file]] : End: =

Re: [O] special status for state-log plain list elements?

2014-06-10 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: Is there any chance of building slightly on org-element's parsing of plain-lists, so that it lists which represent state logs are somehow noted as such? I'm imagining that `org-element-plain-list-parser' could be augmented to provide a

Re: [O] bug in exporter (org-babel-exp-process-buffer)

2014-06-10 Thread Nicolas Goaziou
Hello, Charles Berry ccbe...@ucsd.edu writes: The use of `org-confirm-babel-evaluate' as a function breaks inline src blocks just as was described in this thread from last year: http://lists.gnu.org/archive/html/emacs-orgmode/2013-11/msg00669.html [...] I believe that Eric's patch or

Re: [O] bug in exporter (org-babel-exp-process-buffer)

2014-06-10 Thread Charles C. Berry
On Tue, 10 Jun 2014, Nicolas Goaziou wrote: Hello, Charles Berry ccbe...@ucsd.edu writes: The use of `org-confirm-babel-evaluate' as a function breaks inline src blocks just as was described in this thread from last year: http://lists.gnu.org/archive/html/emacs-orgmode/2013-11/msg00669.html

[O] Orgmode on Android.

2014-06-10 Thread Johann Spies
I am for the first time trying to install MobileOrg on an Android device but I have no luck syncing from Dropbox. The wizard takes met to Dropbox/Apps/MobileOrg/ where index.org is. And then nothing happens further. If I select that directory it just shows the subdirectory orgmode. Also

Re: [O] Orgmode on Android.

2014-06-10 Thread John Hendy
On Tue, Jun 10, 2014 at 4:16 PM, Johann Spies johann.sp...@gmail.com wrote: I am for the first time trying to install MobileOrg on an Android device but I have no luck syncing from Dropbox. The wizard takes met to Dropbox/Apps/MobileOrg/ where index.org is. And then nothing happens further.

[O] A simple org tangle and weave makefile

2014-06-10 Thread Grant Rettke
Hi, My goals was to have a simple makefile to tangle and weave a document; so org-mk was out of scope. Just wondering; how could I have done it better? ## INIT=.emacs.el $(INIT): TC3F.org time emacs --batch --no-init-file --load .org-mode.emacs.el --find-file TC3F.org --funcall

Re: [O] special status for state-log plain list elements?

2014-06-10 Thread Eric Abrahamsen
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: Is there any chance of building slightly on org-element's parsing of plain-lists, so that it lists which represent state logs are somehow noted as such? I'm imagining that

[O] [bug][babel] noweb gotcha

2014-06-10 Thread Charles Berry
The following , | #+PROPERTY: tangle yes | | #+NAME: print-abc | #+BEGIN_SRC emacs-lisp | (format | %s abc) | #+END_SRC | | #+NAME: print-def | #+BEGIN_SRC emacs-lisp | (concat | def ) | #+END_SRC | | #+BEGIN_SRC emacs-lisp :noweb yes | print-abc | print-def | #+END_SRC `

Re: [O] Bug: Literal Example does not work [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-06-10 Thread KURODA Hisao
Hello, Thank you for the tips!. I appreciate. On Tue, Jun 10, 2014 at 5:42 PM, Bastien b...@altern.org wrote: (2) org-8.2.6 seems to ignore whole #+STYLE: description. You need to use #+HTML_STYLE It would be much great if org-mode has upper-compatible notation like: #+ORG_VERSION 7

[O] babel python example not reproducible

2014-06-10 Thread Shiyuan
Hi, I try to understand the difference of session and non-session as in http://orgmode.org/manual/Results-of-evaluation.html#Results-of-evaluation http://orgmode.org/manual/Results-of-evaluation.html#Results-of-evaluation However, I copy-paste the example but have different result. It looks

Re: [O] org-table: missing vertical boundary when exported

2014-06-10 Thread Shiyuan
Yes, it seems to be related to the browser or css style stuff. In fact, for the attached html in Thorsten's previous email, the two boundaries vertical lines are also missing in my Google Chrome or Firefox. Thanks. This is the example directed from copy-paste. | | N | N^2 | N^3 | N^4 |