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

2016-12-12 Thread Xebar Saram
thx all Grant, thats interesting since i did start with the bisecting method and couldnt identify the culprit. again using the method here https://bitbucket.org/holgerschurig/emacsconf/src/416b2bba2d1d334b9c6ddbd56f8c7f8bd8bc4aab?at=master works SUPER fast (~10 seconds) so for now ill stick

[O] [PATCH] ox-confluence.el: Support quote blocks

2016-12-12 Thread Lungang Fang
* contrib/lisp/ox-confluence.el (org-confluence-quote-block): new function Convert quote blocks as shown below: #+BEGIN_QUOTE {quote} This is a quote ==> This is a quote #+END_QUOTE {quote} --- contrib/lisp/ox-confluence.el | 4 1 file changed, 4 insertions(+)

[O] [PATCH] ox-confluence.el: Fix error in `org-confluence-fixed-width`

2016-12-12 Thread Lungang Fang
* contrib/lisp/ox-confluence.el (org-confluence-fixed-width): retrieve value of org element "fixed-width" instead of using "content", which is empty. --- contrib/lisp/ox-confluence.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/lisp/ox-confluence.el

[O] [PATCH] ox-confluence.el: Fix error in `org-confluence-fixed-width`

2016-12-12 Thread Lungang Fang
* contrib/lisp/ox-confluence.el (org-confluence-fixed-width): retrieve value of org element "fixed-width" instead of using "content", which is empty. --- contrib/lisp/ox-confluence.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/lisp/ox-confluence.el

Re: [O] including external file in src block execution; ATTR_HTML on src blocks

2016-12-12 Thread Charles C. Berry
On Mon, 12 Dec 2016, Matt Price wrote: On Mon, Dec 12, 2016 at 12:16 PM, Charles C. Berry wrote: On Mon, 12 Dec 2016, Matt Price wrote: [snip] My questions are: 1. can I pass this html attribute to the block somehow? Yes. ATTR_HTML doesn't seem to work. Is this a

[O] id links have no reference

2016-12-12 Thread Samuel Wales
org 9. in ascii export, id links to nodes that are being exported do not have any referent. this source prints the id but there is no referent for it. It is firmly outside the [scope of this post] (id:ab33e255f-b9f7-2fc7-6d3b-1c88ddd65590) to ask if that sounds familiar

Re: [O] [bug] org 9 hangs on link search

2016-12-12 Thread Samuel Wales
file links don't hang now, thanks. however, if the header to be searched consists of only a link, it fails to find the link. perhaps it needs regexp-quote. * [[file:/home/a/b.org::*add%20another%20link%20bug][add another link bug]]

Re: [O] [PATCH] Add support for ordered list to ox-confluence.el

2016-12-12 Thread Charles Durst
Oops, I just realized an important difference. My version also supported descriptive lists. The version with only Nicholas' changes will lose the item name: * item-name :: description Will just become - description Here is a fix based on Nicholas' version: * contrib/lisp/ox-confluence.el

Re: [O] org-depend: dependencies between TODO entries in different files

2016-12-12 Thread Christophe Schockaert
Hi all, Karl Voit writes: > Oh my goodness - free wishes for org-depend? Christmas is rather > early this year! ;-) Indeed, that's wonderful ^^ > OK, let's do some brain storming ... As a summary from my sight point, I am totally inline with Karl for the feature set: - Personnally, I am

[O] org-capture-template :clock-in property not working

2016-12-12 Thread Mark Wood
After recently upgrading to 20161118, I notice that the clock-in property in my org-capture-templates is no longer functioning. It appears to successfully clock me out of my current task, but that's it. My capture template is: (setq org-capture-templates '(("t" "Todo" entry (file

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

2016-12-12 Thread Grant Rettke
On Sat, Dec 10, 2016 at 2:36 AM, Xebar Saram wrote: > 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 I tangled it on my box like this: Start Emacs default emacs --no-init-file

Re: [O] org-depend: dependencies between TODO entries in different files

2016-12-12 Thread Karl Voit
* Samuel Wales wrote: > On 12/12/16, Carsten Dominik wrote: >> broadly about what it should be able to do. Is there specific >> functionality it also should support, besides the TRIGGER/BLOCKER functions >> it has right now? > > it can make a remote task

Re: [O] including external file in src block execution; ATTR_HTML on src blocks

2016-12-12 Thread Matt Price
On Mon, Dec 12, 2016 at 12:16 PM, Charles C. Berry wrote: > On Mon, 12 Dec 2016, Matt Price wrote: > > > [snip] > > >> My questions are: >> 1. can I pass this html attribute to the block somehow? >> > > Yes. > > ATTR_HTML doesn't seem to work. Is this a bug? If so, should I

Re: [O] user labels in beamer export

2016-12-12 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > If I have the following org, > > #+begin_src org > ,#+TITLE: LaTeX export minimal test > ,* Intro > :PROPERTIES: > :CUSTOM_ID: introduction > :END: > This is the first slide. > ,* Summary > As we saw on slide [[#introduction]],

Re: [O] org-depend: dependencies between TODO entries in different files

2016-12-12 Thread Samuel Wales
On 12/12/16, Carsten Dominik wrote: > broadly about what it should be able to do. Is there specific > functionality it also should support, besides the TRIGGER/BLOCKER functions > it has right now? it can make a remote task get scheduled upon doneifying current task?

[O] org ELPA broken (was: Re: Bug: bug for org-compile-file on Windows)

2016-12-12 Thread Michael Alan Dorman
Has the URL for Org ELPA moved? Because if I look at http://orgmode.org/elpa/, I don't see any updates since 11/18? Assuming the build-org-pkg.txt file is intended to be a record of the build process, it would appear there is an error preventing the code from building correctly. Mike. Nicolas

Re: [O] exporting # to latex?

2016-12-12 Thread Charles C. Berry
On Mon, 12 Dec 2016, Sharon Kimble wrote: I'm trying to write an org-mode file that is being exported to latex, and then built into a pdf file, of the MPD online manual. I'm now trying to show the 'mpf.conf' file which is mostly with commented out lines starting with a hash (#). But that

Re: [O] including external file in src block execution; ATTR_HTML on src blocks

2016-12-12 Thread Charles C. Berry
On Mon, 12 Dec 2016, Matt Price wrote: [snip] My questions are: 1. can I pass this html attribute to the block somehow? Yes. ATTR_HTML doesn't seem to work. Is this a bug? If so, should I try to fix it? No and no. Did you try : (plist-get (cadr src-block) :attr_html) in

Re: [O] org-depend: dependencies between TODO entries in different files

2016-12-12 Thread Karl Voit
* Carsten Dominik wrote: > > Dear all, Hi Carsten, > Since ord-depend was only proof of concept, we could also think a bit more > broadly about what it should be able to do. Is there specific > functionality it also should support, besides the TRIGGER/BLOCKER functions > it has

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

2016-12-12 Thread Scott Otterson
Thanks to Nicolas and Scott for your painstaking efforts. At least for me, a fine stopgap measure is to simply avoid Latex crashes for orgmode contents that are not explicitly Latex. Sometime after that, it would be ideal to produce similar output for all export types, insofar as that's

[O] including external file in src block execution; ATTR_HTML on src blocks

2016-12-12 Thread Matt Price
I use org to write my lecture notes, and have started using klipse in those exported notes to execute code snippets in a browser environment ( http://matt.hackinghistory.ca/2016/12/11/org-mode-run-code-live-in-a-reveal-slideshow-with-klipse/ ). Sometimes I would like to set up the javascript

Re: [O] ox-icalendar's org-icalendar-include-todo and export for TODOs with custom DONE states

2016-12-12 Thread Olivier Berger
Hi. Nicolas Goaziou writes: > Hello, > > Olivier Berger writes: > >> I have a TODO file with additional TODO/DONE states. >> >> It seems that when org-icalendar-include-todo is set to 't', it should >> "include tasks that are not in

[O] user labels in beamer export

2016-12-12 Thread Eric S Fraga
I am having problems trying to use user defined labels in org export to LaTeX (beamer specifically). If I have the following org, #+begin_src org ,#+TITLE: LaTeX export minimal test ,* Intro :PROPERTIES: :CUSTOM_ID: introduction :END: This is the first slide. ,* Summary As we saw

Re: [O] org-depend: dependencies between TODO entries in different files

2016-12-12 Thread Carsten Dominik
Dear all, thanks for your feedback. Since ord-depend was only proof of concept, we could also think a bit more broadly about what it should be able to do. Is there specific functionality it also should support, besides the TRIGGER/BLOCKER functions it has right now? One issue to deal with is,

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

2016-12-12 Thread Julian M. Burgos
Hi Xebar, An simple alternative is to do what I do: keep your init file in an org mode file, and simple tangle it manually whenever you do changes. In this way you avoid the overload of the tangling process at startup. My emacs starts in about 10 seconds. Julian Thomas S. Dye writes: > Aloha

Re: [O] org-depend: dependencies between TODO entries in different files

2016-12-12 Thread Karl Voit
Hi, * Christophe Schockaert wrote: > > Carsten Dominik writes: > >> I can take a look at that. Unless Nicolas already is working on it, of >> course. >> >> [...] Is anyone besides Karl using it regularly? I don't want to >> break anything by changing it. Good point.

Re: [O] Disable consistency graphs for some habits

2016-12-12 Thread Jorge Morais Neto
On 9 December 2016 at 21:31, Nicolas Goaziou wrote: >> I set them up as org-habit habits for the following desirable features: >> - Only show on the agenda for today, not for other days. >> - Appear at the end of the agenda for today. >> - Hide when I type K. > > What

Re: [O] org-depend: dependencies between TODO entries in different files

2016-12-12 Thread Jorge Morais Neto
On 8 December 2016 at 08:16, Jorge Morais Neto wrote: > On 8 December 2016 at 04:44, Carsten Dominik wrote: >> One additional point is, of course, that org-depend is not part of the core, >> but was written as a proof of concept. Is anyone besides Karl

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

2016-12-12 Thread Rainer M Krug
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 Well - it took on my MacBook Pro Retina about 30 seconds - , | Wrote

[O] exporting # to latex?

2016-12-12 Thread Sharon Kimble
I'm trying to write an org-mode file that is being exported to latex, and then built into a pdf file, of the MPD online manual. I'm now trying to show the 'mpf.conf' file which is mostly with commented out lines starting with a hash (#). But that breaks the org-mode export, so how can I have it