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
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"
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
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
* 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
* 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(+
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
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
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={
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
"
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
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
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-
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
Hi all,
Org 9.0.2 is out.
Enjoy!
--
Bastien
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
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
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
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
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
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
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
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.
>
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
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.
-
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
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
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
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
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
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
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?
>
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
33 matches
Mail list logo