Hi all,
I've been using org-mode for some time to manage a course website, and I
developed a hack for source blocking where if I use the +NAME tag for
source doe like so:
#+NAME: helloworld.cpp
#+BEGIN_SRC c++ -r
#include (ref:include)
using namespace std; (ref:namespace)
// Hello World in C++
On Mon, Jan 4, 2016 at 1:29 PM, Nick Dokos wrote:
> It may be a bug: the code (in org-html-src-block) looks like this
>
> (label (let ((lbl (and (org-element-property :name src-block)
> (org-export-get-reference src-block
> info
>
On Thu, Jan 21, 2016 at 4:20 AM, Nicolas Goaziou
wrote:
> That and the fact that one might introduce forbidden characters in the
> name (e.g., ask the user to know about forbidden characters in the
> target format). The generic names are pretty safe.
>
> Anyway, what about using special blocks to
I just did an update to my org install, and when I recompiled my notes, I
noticed that I was not getting literal exporting for things between a
#+BEGIN_HTML and #+END_HTML tag, however #+HTML: prefix still exports
properly.
Am I to assume that
#+BEGIN_HTML
#+END_HTML
will be completely replaced
On Fri, Jul 22, 2016 at 10:17 AM, Eric S Fraga wrote:
>
> > If so, is there a way to make compilation backwards compatible. I have
> > a lot of old org files that would be a pain to update. Further, all
> > the documentation on the org site is also out of date.
>
> a simple regex replace (or two
On Fri, Jul 22, 2016 at 12:38 PM, Charles C. Berry wrote:
> It is updated. For example, see
>
> (info "(org) Special blocks")
> and
> (info "(org) results")
>
> and in ORG-NEWS.
>
I see that now, but the online documentation is still out dated:
http://orgmode.org/manual/Quoting-
Thanks for the comments... very helpful! This is a perfect example of when
living on the bleeding edge of a library and searching for solutions can
come into conflict. I'll stick to looking at the docs built off the git
repo.
On Fri, Jul 22, 2016 at 5:15 PM, Nick Dokos wrote:
> A
Hi all,
I saw this blogpost recently about cdn.mathjax.org will be shutdown on
April 30th 2017.
https://www.mathjax.org/cdn-shutting-down/
There's a replacement to use cloudflair hosting instead
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?...
Is there a plan to move the def
On Sat, Apr 15, 2017 at 12:22 PM, Nicolas Goaziou
wrote:
> > Is there a plan to move the default org-mode mathjax header link over to
> > this by 30 April? It's a one line change in ox-htm.el for mathjax
> options.
> > I've attached that patch for convenience. However, after a bit of
> > greppin
Another change in moving to cloudflair was that it was https link rather
than a http. It could be the case that you have mixed content, https with
http as well. Does it still not render when you change to https?
On Sun, Jun 11, 2017 at 10:03 AM, Colin Baxter wrote:
> Dear Kaushal,
>
> > "K
10 matches
Mail list logo