Re: [O] org.texi edits, patch attached

2016-12-14 Thread Lambda Coder
Thanks. I have more. I've just finished the Exporting chapter. See the attached patch file against current maint branch. Best wishes, --Lambda Coder. On Sat, Dec 3, 2016 at 3:46 PM, Nicolas Goaziou wrote: > Hello, > > Lambda Coder writes: > > > See the attached patch file diff'd against main

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

2016-12-14 Thread Matt Price
On Wed, Dec 14, 2016 at 5:36 AM, Bastien Guerry wrote: > That said, I think we can take this opportunity to slightly improve > how ox-html handles source code: > > - why only and not ? > Would we need a switch to permit the old syntax for people with complex setups who don't want to change? >

[O] feature request: C-c C-c on inline task headline add/edit tags

2016-12-14 Thread Eric S Fraga
Hello, Is it possible to have C-c C-c on an inline task headline prompt for tags as it would on a normal headline? I can add tags manually but my fingers insist on using C-c C-c... Thanks (in advance but also for release of 9.0.2), eric -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) signature.a

Re: [O] [PATCH] allow klipse export in html

2016-12-14 Thread Matt Price
And this second patch adds support for html rendering with klipse. The default CSS leaves a little to be desired! On Wed, Dec 14, 2016 at 5:44 PM, Matt Price wrote: > > I'm such a slow coder that this is all I got to in my free moments > today:patch for defcustoms that inserts the necessary co

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

2016-12-14 Thread Bastien Guerry
Hi Matt, Matt Price writes: > Two more little things. HTML blocks can't use the standard editor so > they need an extra attribute `data-editor-style="html"` I'm not sure what you mean here: can you give an example? > Also, it would be nice if klipse had an elisp REPL since so many org > users

Re: [O] [PATCH] allow klipse export in html

2016-12-14 Thread Bastien Guerry
Matt Price writes: > And this second patch adds support for html rendering with klipse.  > The default CSS leaves a little to be desired! Thanks for both patches -- I think the second one should use `org-html-klipsify-src' instead of `org-reveal-klipsify-src' but besides that, I'm pretty sure we

Re: [O] Bug: M-RET not working as expected [9.0.2 (release_9.0.2-101-ge31598 @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-12-14 Thread Nicolas Goaziou
Hello, swfl...@flintfam.org (Samuel W. Flint) writes: > Say I have the following buffer, with '|' representing my cursor: > > * foo > ** foo > ** aoeu > | > - aoeu > - aoeu > > If I press M-RET there, I get the following: > > * foo > ** foo > ** aoeu > * | > - aoeu > - aoeu > > When I would e

[O] [PATCH] allow klipse export in html

2016-12-14 Thread Matt Price
I'm such a slow coder that this is all I got to in my free moments today:patch for defcustoms that inserts the necessary code into a src block. further refinements necessary before it works properly; severla more would be useful for hte improvements that Bastien suggests. On Wed, Dec 14, 2016 at

[O] Bug: M-RET not working as expected [9.0.2 (release_9.0.2-101-ge31598 @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-12-14 Thread Samuel W. Flint
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] [PATCH] ox-md.el: enhance example/src blocks support

2016-12-14 Thread Lungang Fang
Hi Nicolas, On Wed, Dec 14, 2016 at 11:22 PM, Nicolas Goaziou wrote: > Unfortunately, this syntax is not recognized in vanilla Markdown syntax > (http://daringfireball.net/projects/markdown/syntax#precode), which > "ox-md.el" handles. > > For special needs, you can create a derived back-end. Ther

Re: [O] [PATCH] org-info: Fix docstring

2016-12-14 Thread Chunyang Xu
Nicolas Goaziou writes: > Hello, > > Chunyang Xu writes: > >> Never mind. The first patch was incorrect. I have attached a new >> patch. > > Thank you. Since that docstring was badly formatted, I applied your > suggestion along with other changes. No problem at all. Thank you for your work. >

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

2016-12-14 Thread Yehonathan Sharvit
On Wed, 14 Dec 2016 at 19:55 Matt Price wrote: > On Wed, Dec 14, 2016 at 5:06 AM, Rasmus wrote: > > Hi all, > > >> It might be worth investigating whether you can just run Klipse on > >> blocks as that would potentially make it backward compatible. > >> Potentially, an extension to Klipse that

Re: [O] [PATCH] org-info: Fix docstring

2016-12-14 Thread Nicolas Goaziou
Hello, Chunyang Xu writes: > Never mind. The first patch was incorrect. I have attached a new > patch. Thank you. Since that docstring was badly formatted, I applied your suggestion along with other changes. Regards, -- Nicolas Goaziou

[O] org-agenda fails on particular construct

2016-12-14 Thread Jeffrey DeLeo
With latest version of org: Org mode version 9.0.2 (9.0.2-elpaplus @ /home/me/.emacs.d/elpa/org-plus-contrib-20161214/) I get the following error when trying to create an agenda: org-agenda-get-day-entries: Wrong type argument: number-or-marker-p, "<2015-03-07 Sat>" with a con

Re: [O] [PATCH] org-info: Fix docstring

2016-12-14 Thread Chunyang Xu
Never mind. The first patch was incorrect. I have attached a new patch. >From 7c5ee47741f1a9cbdb6b2df8ddad99aa95cb01e5 Mon Sep 17 00:00:00 2001 From: Chunyang Xu Date: Thu, 15 Dec 2016 03:19:08 +0800 Subject: [PATCH] org-info: Fix docstring * lisp/org-info.el (org-info-map-html-url): Fix docstr

[O] [PATCH] org-info: Fix docstring

2016-12-14 Thread Chunyang Xu
User-agent: mu4e 0.9.18; emacs 25.1.1 * lisp/org-info.el (org-info-map-html-url): Fix docstring, there is no `org-info-official-gnu-document' anymore. --- lisp/org-info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-info.el b/lisp/org-info.el index d82168e..a0d9e

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

2016-12-14 Thread Matt Price
On Wed, Dec 14, 2016 at 5:06 AM, Rasmus wrote: > Hi all, > > >> It might be worth investigating whether you can just run Klipse on > >> blocks as that would potentially make it backward compatible. > >> Potentially, an extension to Klipse that recognizes Org src blocks (in > >> html) might be ni

Re: [O] transcluding some org-elements in multiple places

2016-12-14 Thread John Kitchin
David Talmage writes: > On Fri, Dec 9, 2016 at 11:28 AM, Eric S Fraga wrote: > >> On Friday, 9 Dec 2016 at 15:29, John Kitchin wrote: >> > Hi all, >> > >> > I have an idea for how I could transclude "copies" or links to >> >> [...] >> >> > Any thoughts? Do you see any potential issues? >> >> Po

[O] Release Org 9.0.2

2016-12-14 Thread Bastien
Hi all, Org 9.0.2 is out. Enjoy! -- Bastien

Re: [O] transcluding some org-elements in multiple places

2016-12-14 Thread David Talmage
On Fri, Dec 9, 2016 at 11:28 AM, Eric S Fraga wrote: > On Friday, 9 Dec 2016 at 15:29, John Kitchin wrote: > > Hi all, > > > > I have an idea for how I could transclude "copies" or links to > > [...] > > > Any thoughts? Do you see any potential issues? > > Potentially very interesting and useful

[O] trying to fix link in worg faq

2016-12-14 Thread Stig Brautaset
Hi, I tried to fix the link to the "agenda-optimization" article in in worg's FAQ, but it didn't make much of a difference. My commit was: http://orgmode.org/cgit.cgi/worg.git/commit/?id=1e9e6a336eb28a705dd61f205378dc19f73f5ad5 For your convenience the content of that is: diff --git a/org-

Re: [O] user labels in beamer export

2016-12-14 Thread Eric S Fraga
On Wednesday, 14 Dec 2016 at 12:17, Nicolas Goaziou wrote: > This is also fixed. Thank you. Thanks! Hopefully that's it for now. Or, at least, with respect to links and targets. :-) -- : Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org release_9.0.2-99-g2b93ce signature.asc Description: PGP

Re: [O] [PATCH] ox-confluence.el: export fixed-width as example-block

2016-12-14 Thread Nicolas Goaziou
Hello, Lungang Fang writes: > * contrib/lisp/ox-confluence.el (org-confluence-fixed-width): > export fixed-width as example-block so that the outcome is more > consistent with org-mode format. Other back-ends (say ox-md.el) > also work this way. Applied. Thank you. Regards, -- Nicolas Goazio

Re: [O] [PATCH] ox-md.el: enhance example/src blocks support

2016-12-14 Thread Nicolas Goaziou
Hello, Lungang Fang writes: > * lisp/ox-md.el (org-md-example-block): > Use "```" instead of 4-whitespace indentation for example/src blocks. Thank you. Unfortunately, this syntax is not recognized in vanilla Markdown syntax (http://daringfireball.net/projects/markdown/syntax#precode), which "

Re: [O] user labels in beamer export

2016-12-14 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > this doesn't seem to work still. I've updated my copy of org and I get > the following on beamer export: > > #+begin_src latex > \begin{frame}[label={sec:orgb78d808}]{\label{org5b96364} Intro} > This is the first slide. > \end{frame} > \begin{frame}[label={

Re: [O] user labels in beamer export

2016-12-14 Thread Eric S Fraga
On Tuesday, 13 Dec 2016 at 21:15, Nicolas Goaziou wrote: > 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

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

2016-12-14 Thread Bastien Guerry
Hi all, thanks for adding me to this discussion! klipse + org works pretty much out of the box, which is really great. I just tested it again with a mix of Scheme and Clojure blocks, both can work together within the same HTML page. That said, I think we can take this opportunity to slightly imp

[O] [PATCH] ox-confluence.el: export fixed-width as example-block

2016-12-14 Thread Lungang Fang
* contrib/lisp/ox-confluence.el (org-confluence-fixed-width): export fixed-width as example-block so that the outcome is more consistent with org-mode format. Other back-ends (say ox-md.el) also work this way. TINYCHANGE --- contrib/lisp/ox-confluence.el | 6 -- 1 file changed, 4 insertions(+

[O] [PATCH] ox-md.el: enhance example/src blocks support

2016-12-14 Thread Lungang Fang
* lisp/ox-md.el (org-md-example-block): Use "```" instead of 4-whitespace indentation for example/src blocks. The 4-whitespace has difficulty handling blocks under list items. The new code also allows syntax highlights for Programming languages The following org mode snippet is a test input: - Py

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

2016-12-14 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > 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

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

2016-12-14 Thread Rasmus
Hi all, >> It might be worth investigating whether you can just run Klipse on >> blocks as that would potentially make it backward compatible. >> Potentially, an extension to Klipse that recognizes Org src blocks (in >> html) might be nice. >> > I think that should be pretty straighforward. Yeah

[O] Bug: Incorrect result of exporting info link [9.0.1 (release_9.0.1-143-g469103 @ /home/xcy/src/org-mode/lisp/)]

2016-12-14 Thread 徐春阳
Hi org-mode list. At (info "(emacs) Echo Area"), 'M-x org-store-link' stores the link as: [[info:emacs#Echo%20Area][info:emacs#Echo Area]] however org doesn't export it correctly, for example, the result of html export is: http://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Echo-Area"

Re: [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-14 Thread Rasmus
Hi Manuel, Manuel Schneckenreither writes: > I have a feature request. It would be awesome if there was a master file setup > similar to auctex such that whenever an export is started while residing in an > included file the export is automatically called from the master buffer (main > file > w