Re: [O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-10 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > can anyone help me with this, i really would appreciate you guys help with > this as its driving me mad :) Please provide a profiler report (see `profiler-start') and possibly instrument Org using `elp-instrument-package' so that we know what

[O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-10 Thread Xebar Saram
Hi all So after a few months of frustration today i discovered the issue that's been bothering me for a long time..the REALLY slow emacs startup (sometimes 5 minutes or more). The cause is the org mode init file i use. what i currently have in my setup is A. this init.el: (require 'package)

Re: [O] tangling files on export not working properly

2016-12-10 Thread Nicolas Goaziou
Hello, mcg writes: > Hello, > > When exporting my document to latex I want org-mode to tangle a few code > blocks. > > #+NAME: tangle_files > #+BEGIN_SRC emacs-lisp :exports results :eval query-export > > (org-babel-tangle-file "~/thesis/chapter/NH.org") > > #+END_SRC

Re: [O] Add preamble support to ob-plantuml.el

2016-12-10 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > The attached patch removes the useless definition of > `org-babel-plantuml-var-to-plantuml' (the regexp is moved to the > `org-babel-variable-assignments:plantuml' function) but keeps the > `org-babel-plantuml-make-body' function, useful

[O] setting a custom flag for src blocks

2016-12-10 Thread Matt Price
On Sat, Dec 10, 2016 at 12:19 AM, Matt Price wrote: > > > On Fri, Dec 9, 2016 at 12:19 PM, Eric S Fraga wrote: > >> On Friday, 9 Dec 2016 at 16:42, Matt Price wrote: >> > I think I am getting closer, actually (details soon, when I have a >> > fully

Re: [O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-10 Thread Thomas S. Dye
Aloha Xebar, Xebar Saram writes: > Ok so i think the reason really is that i have way to many lisp code blocks > as suggested. i found out a very interesting post that maybe of interest to > alot of org users > > http://www.holgerschurig.de/en/emacs-efficiently-untangling-elisp/ > > this creates

Re: [O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-10 Thread Xebar Saram
Ok so i think the reason really is that i have way to many lisp code blocks as suggested. i found out a very interesting post that maybe of interest to alot of org users http://www.holgerschurig.de/en/emacs-efficiently-untangling-elisp/ this creates a new function that very efficiently tangles

Re: [O] Bug with Habits and Active Dates

2016-12-10 Thread craven
> This was fixed recently. You need to wait for the next release. Thank you very much for the swift fix! Greetings, Peter

Re: [O] Add preamble support to ob-plantuml.el

2016-12-10 Thread Thibault Marin
Hi, Please find attached a patch updating ORG-NEWS. Thanks, thibault >From 3d335b093d4e95b14cc71317d2aef024f1c64fd5 Mon Sep 17 00:00:00 2001 From: thibault Date: Sat, 10 Dec 2016 08:27:48 -0600 Subject: [PATCH] * etc/ORG-NEWS: Header arguments support for PlantUML

Re: [O] Add preamble support to ob-plantuml.el

2016-12-10 Thread Nicolas Goaziou
Thibault Marin writes: > Please find attached a patch updating ORG-NEWS. Perfect. Applied. Thank you. Regards,

[O] Bug: Preview equation fails using dvipng - incorrect string [9.0.1 (9.0.1-elpaplus @ d:/Users/nish.joseph/.emacs.d/elpa/org-plus-contrib-20161118/)]

2016-12-10 Thread Nish Joseph
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-10 Thread Scott Randby
On 12/07/2016 06:21 AM, Nicolas Goaziou wrote: > Hello, > > Scott Randby writes: > >> On 12/06/2016 06:50 PM, Nicolas Goaziou wrote: >>> I fixed it in maint. Basically, a_b_c is translated as a\(_b\)\(_c\). >> >> With this solution, "a" will be exported as text while "b" and

Re: [O] Bug: Preview equation fails using dvipng - incorrect string [9.0.1 (9.0.1-elpaplus @ d:/Users/nish.joseph/.emacs.d/elpa/org-plus-contrib-20161118/)]

2016-12-10 Thread Nicolas Goaziou
Hello, Nish Joseph writes: > The process to create PNG of equation fails as there is an added `"` in > the command line string. Expected behaviour is the correct command > line args to generate a PNG. dvipng works fine on a separate terminal. > Here is the partial

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-10 Thread Nicolas Goaziou
Hello, Scott Randby writes: > First, a_b_c and a_bc give nearly identical results when processed > except that the spacing between letters in the subscript coming from > a_b_c is wider than that in the subscript coming from a_bc. The spacing > issue can be seen more clearly

Re: [O] Custom agenda column format issues with org mode 9.0

2016-12-10 Thread Nicolas Goaziou
Hello, Christian Prothmann writes: > I just updated to version 9.0 (elpa version Nov 18) and experienced issues > with the custom agenda views in column format. > I had previously specified my custom agenda views using: > org-agenda-overriding-columns-format %Custom1

Re: [O] setting a custom flag for src blocks

2016-12-10 Thread Charles C. Berry
On Sat, 10 Dec 2016, Matt Price wrote: On Sat, Dec 10, 2016 at 12:19 AM, Matt Price wrote: On Fri, Dec 9, 2016 at 12:19 PM, Eric S Fraga wrote: On Friday, 9 Dec 2016 at 16:42, Matt Price wrote: I think I am getting closer, actually (details soon,