[O] ditaa problem with latest org mode

2014-06-10 Thread Adrian Burd
I am wondering if anyone else running Mavericks (OSX 10.9.2) on a Mac is also having problems with ditaa? I'm running Emacs 24.3 and org-mode 8.2.6 Whenever I try to process some ditaa source code (either via an org file or even from the command line) using the version if ditaa that comes with org

[O] patch: Oracle engine for SQL blocks

2014-06-10 Thread John Dell'Aquila
Hi, This patch makes Oracle a supported database for SQL source code blocks: - separate or unified logins, take your pick of: :dbuser user :dbpassword password :dbhost connect_id :dbuser user/password@connect_id :cmdline user/password@connect_id - support for :colnames on/off

Re: [O] Remove the build-in orgmode

2014-06-10 Thread Shiyuan
Thanks for the reply and the tips. Just add another small tip to this thread: `-Q`/`-q` skips ELPA load path. So we need to manually add the ELPA load path to the debugorg.el. It looks like that by default the ELPA org-mode load path is ~/.emacs.d/org/$DATE On Fri, Jun 6, 2014 at 10:57 PM, Thors

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 | sqrt

[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 However, I copy-paste the example but have different result. It

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 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 Then I could u

[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 | <> | <> | #+END_SRC ` ta

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

2014-06-10 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen 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 augmente

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

2014-06-10 Thread Waldemar Quevedo
Hi Nicolas, This is the right direction I think. I added a similar command to a project that I've been working but I use the Ruby parser so the functionality is less: https://github.com/wallyqs/org-converge/blob/master/bin/org-tangle So... I have a added a link to your project. Thanks for sharin

[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 org-babe

Re: [O] Orgmode on Android.

2014-06-10 Thread John Hendy
On Tue, Jun 10, 2014 at 4:16 PM, Johann Spies 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. If I select that d

[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 Mobil

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 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 bel

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

2014-06-10 Thread Nicolas Goaziou
Hello, Charles Berry 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 something lik

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

2014-06-10 Thread Nicolas Goaziou
Hello, Eric Abrahamsen 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 (:log t) property, or

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: =

[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" "

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

2014-06-10 Thread Eli Zaretskii
> From: "Vladimir Alexiev" > 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. I cannot reprod

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 immeasur

[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-versio

[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

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 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 exported to ht

[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 section

[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

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 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 par

[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 | Per

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

2014-06-10 Thread Rainer M Krug
Eric Schulte writes: > Rainer M Krug writes: > >> Charles Berry writes: >> >>> Eric Schulte gmail.com> writes: >>> Rainer M Krug krugs.de> writes: > The error is back: > You say "back", was this error not present recently? If so could you isolate th

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 relat

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 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 version kee

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. Pr

[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 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 under my radar until then. Than

[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 writes: >> From: Nicolas Richard >> Date: Mon, 09 Jun 2014 22:53:47 +0200 >> Cc: 17...@debbugs.gnu.org, Gregor Zattler >> >> FWIW, there was a call to recenter which was removed recently (less than >> four weeks ago -- see >> http://permalink.gmane.org/gmane.emacs.orgmode/86259)