Re: [O] exporting # to latex?

2016-12-13 Thread Sharon Kimble
"Charles C. Berry" writes: > 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

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

2016-12-13 Thread Nicolas Goaziou
Hello, Charles Durst writes: > 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 Nicho

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

2016-12-13 Thread Nicolas Goaziou
Hello, Scott Otterson writes: > 1.) *Multiple underscores* (the subject of this thread): Pandoc doesn't > crash and it exports the same thing for either html or latex: everything > after the first underscore is subscripted and all underscores are deleted. > I don't love that behavior but it's c

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

2016-12-13 Thread Nicolas Goaziou
Hello, Lungang Fang writes: > * contrib/lisp/ox-confluence.el (org-confluence-fixed-width): retrieve > value of org element "fixed-width" instead of using "content", which > is empty. Applied. Thank you. Regards, -- Nicolas Goaziou

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

2016-12-13 Thread Nicolas Goaziou
Hello, Lungang Fang writes: > * 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} Applied. Thank you. Regards, -- N

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

2016-12-13 Thread Nicolas Goaziou
Hello, Mark Wood writes: > 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 >

Re: [O] user labels in beamer export

2016-12-13 Thread Eric S Fraga
On Monday, 12 Dec 2016 at 20:04, Nicolas Goaziou wrote: [...] >> I have org-latex-prefer-user-labels set to t. >> >> Am I doing something wrong or is this a bug in org? > > The latter. I fixed it on maint. Thank you. Thank you! This now works (using CUSTOM_ID). Now for another related question

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

2016-12-13 Thread Matt Price
(sent to Charles direcly by mistake. Charles, this resend gave me the chance to modify my response) On Mon, Dec 12, 2016 at 10:52 PM, Charles C. Berry wrote: > 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

[O] allow live execution of code snippets in html export

2016-12-13 Thread Matt Price
In other threads I've been describing a method to allow live code snippets to be embedded in reveal.js export, using klipse ( https://github.com/viebel/klipse). I have to say it feels somewhat transformative to me, and I wonder if it would be worth integrating into ox-html. I'd be happy to hack t

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

2016-12-13 Thread Mark Wood
I did a little more digging. I too can get it to work correctly, so long as there is no Default Clock task identified. However, if I create a default clock task, it appears that the :clock-in property is ignored. I'll try to dig into it a little more, but I can reproduce it every time when there

Re: [O] allow live execution of code snippets in html export

2016-12-13 Thread Eric S Fraga
On Tuesday, 13 Dec 2016 at 14:55, Matt Price wrote: > In other threads I've been describing a method to allow live code > snippets to be embedded in reveal.js export, using klipse (https:// > github.com/viebel/klipse). I have to say it feels somewhat > transformative to me, and I wonder if it woul

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

2016-12-13 Thread Mark Wood
I believe I found my issue. It appears I had a hook upon clockout that was causing issues. So sorry to bother everyone. On the plus side, I learned some lisp debugging skills. Thanks again. On Tue, Dec 13, 2016 at 10:13 AM Mark Wood wrote: > I did a little more digging. I too can get it to

Re: [O] allow live execution of code snippets in html export

2016-12-13 Thread Rasmus
Hi Matt, > In other threads I've been describing a method to allow live code snippets > to be embedded in reveal.js export, using klipse ( > https://github.com/viebel/klipse). I have to say it feels somewhat > transformative to me, and I wonder if it would be worth integrating into > ox-html. I'

[O] staging area mobile org

2016-12-13 Thread Matthew Pritchard
The mobile org manual says to create a directory (set org-mobile-directory “~/Dropbox/MobileOrg”) Can I create this directory with a simple command instead of a lisp command?

Re: [O] org-ref file path to pdf

2016-12-13 Thread Georg W. Otto
John Kitchin writes: > I just pushed a feature that might get you back what you want. > > You can now put [[file:%F][%f]] in the org-ref-note-title-format > variable, and it will put (concat org-ref-pdf-directory key ".pdf") in > for %F, and (concat key ".pdf") in for %f. There is unfortunately,

[O] A summary with weekly processed actions using org-todo

2016-12-13 Thread Yann K.
Hi all, My life is relying on orgmode, from a personal standpoint (orgmode is faster at reminding me pending actions to fix my house than my wife) and to organize my actions at work pushing my mutt mails in org-mode as tasks... all this works great. Special thanks to the team for this superb work.

[O] Bug: Feature Request: Specifying a 'master file' in included files [9.0.1 (9.0.1-elpa @ /home/schnecki/.emacs.d/elpa/org-20161118/)]

2016-12-13 Thread Manuel Schneckenreither
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. --

[O] Bug: Feature Request: Specifying a 'master file' in included files [9.0.1 (9.0.1-elpa @ /home/schnecki/.emacs.d/elpa/org-20161118/)]

2016-12-13 Thread Manuel Schneckenreither
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] user labels in beamer export

2016-12-13 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > Now for another related question. Should the following work? > > #+begin_src org > ,#+TITLE: LaTeX export minimal test > ,* <> Intro > This is the first slide. > ,* Summary > As we saw on slide [[introduction]], ... > #+end_src Fixed. Thank you. Regards

Re: [O] staging area mobile org

2016-12-13 Thread Greg Troxel
Matthew Pritchard writes: > The mobile org manual says to create a directory (set > org-mobile-directory “~/Dropbox/MobileOrg”) That is not creating it so much as configuring org to use it. > Can I create this directory with a simple command instead of a lisp > command? I am not sure if the d

[O] Bug: Org Emphasis Issues (Trunk)

2016-12-13 Thread Ian Dunn
I encountered these issues this morning when I updated Org from trunk (and reloaded it with C-c C-x !). I believe it's following commit "Split `org-emph-re' and `org-verbatim-re'". I've got 2 issues: 1. Nothing longer than one character has emphasis. I find changing the 4th element

[O] org mobile on Ipnone 5s

2016-12-13 Thread Matthew Pritchard
I have a dropbox account established And the org mode app installed. When I try to sync I get the message.Error syncing changes an error was encountered while attempting to fetch mobile.org. from the server. Does anyone have any insight?

Re: [O] Bug: Org Emphasis Issues (Trunk)

2016-12-13 Thread Matt Lundin
Ian Dunn writes: > I encountered these issues this morning when I updated Org from > trunk (and reloaded it with C-c C-x !). I believe it's following > commit "Split `org-emph-re' and `org-verbatim-re'". I've got 2 > issues: > 1. Nothing longer than one character has emphasis

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

2016-12-13 Thread Charles C. Berry
On Tue, 13 Dec 2016, Matt Price wrote: (sent to Charles direcly by mistake. Charles, this resend gave me the chance to modify my response) On Mon, Dec 12, 2016 at 10:52 PM, Charles C. Berry wrote: [snipping throughout] My questions are: 1. can I pass this html attribute to the block some