Your bug report will be posted to the Org-mode mailing list.
running org-export-as-latex on the following file works in org v7.5
and fails in org v7.7 (not sure about v7.6) with the error:
org-export-latex-preproces
Has the syntax for latex attributes changed in the new exporter, or is
is the following a bug?
Given this source file:
* Test width attribute
#+ATTR_LATEX: width=3in
#+begin_src dot :file t.png
digraph g { a -> b }
#+end_src
#+results:
[[file:t.png]]
The old exporter generats:
#+begin_src la
On Tue, Aug 21, 2012 at 12:54:25AM +0200, Nicolas Goaziou wrote:
> Hello,
>
> Rick Frankel writes:
>
> > Has the syntax for latex attributes changed in the new exporter, or is
> > is the following a bug?
>
> Neither. Though, at some point, I'd like to change
On Tue, Aug 21, 2012 at 01:34:16AM -0400, Nick Dokos wrote:
> Rick Frankel wrote:
>
> > On Tue, Aug 21, 2012 at 12:54:25AM +0200, Nicolas Goaziou wrote:
> > > Hello,
> > >
> > > Use something like the following.
> > >
> > > * Test width
>From 8aca214f0aefe3d89162115b9d241766ae62c5c1 Mon Sep 17 00:00:00 2001
From: Rick Frankel
Date: Fri, 11 Jan 2013 13:41:10 -0500
Subject: [PATCH] ob-tangle: Correctly process tangling of single source block
* lisp/ob-tangle.el
(org-babel-tangle):
- remove un-executed attempt to ask u
Sorry, subject didn't get properly added:
* lisp/ob-tangle.el
(org-babel-tangle):
- remove un-executed attempt to ask user for file-name if
tangling a single block (`:tangle' always has a value)
- change handling of block accumulation
(org-babel-tangle-collect-b
In the new exporter, when the option to export only the subtree is
specified, the first heading in the subtree is used as the title of
the document. This seems wrong, as it becomes the title, the first
element in the table of contents and the first (not necessarily
the top level) section in the doc
On Wed, Jan 16, 2013 at 07:36:10PM +0100, Nicolas Goaziou wrote:
> Rick Frankel writes:
>
> > In the new exporter, when the option to export only the subtree is
> > specified, the first heading in the subtree is used as the title of
> > the document. This seems wrong,
There is a problem with the order of execution of interspersed source
and call blocks will not be executed in order because of the way
org-babel-execute-buffer is written (first all the source blocks, then
all the call blocks).
Therefore, when executing an entire buffer, there is no way to have
t
Since org-mode v7.8, editing a code block in an indirect buffer causes
any referenced code blocks to be executed. While this behavior is
desired for viewing code in an indirect buffer (as the behavior has
always been) it is not for editing (esp. if the named block takes a
long time to run).
Given
On Thu, Jan 12, 2012 at 04:35:31PM -0600, Leo Alekseyev wrote:
> >> Therefore, when executing an entire buffer, there is no way to have
> >> the execution of a call block dependent on the prior execution of a
> >> source block.
> >>
> >
> > It would be better to make the dependency explicit by pass
On Thu, Jan 12, 2012 at 06:07:41PM -0700, Eric Schulte wrote:
> Rick Frankel writes:
>
> Turns out it was not that difficult to change this behavior. You and
> Leo are both correct that in-buffer-order evaluation is more natural and
> expected than the previous behavior. I'
On 18.01.2012 05:45, Leo Alekseyev wrote:
Why can't you? Wouldn't it be related to drawers configuration
(org-export-with-drawers for example)?
Yes... but I don't think I can configure which drawers I get, and I
don't want my LOGBOOK drawer with all my clock lines in my export.
-Bernt
Is the
On 19.01.2012 07:10, Martyn Jago wrote:
Hi
Nicolas Goaziou writes:
Hello,
Eric Schulte writes:
Well maybe we should roll back this change.
Please don't. _That_ would be a regression.
These changes /have/ caused a software regression, and should be
reverted immediately, since:
Also
On Fri, Jan 27, 2012 at 01:58:26PM +0100, Nicolas Goaziou wrote:
> Achim Gratz writes:
> > Unless I miss something, if "num:*" would be allowed in addition to
> > integers, the LaTeX crowd would be pleased, no terribly new syntax would
> > be needed and all other backends could take note to skip n
On Jan 28, 2012, at 6:14, Christian Wittern wrote:
>
>
> The one dependency I could not solve was the 'dot' executable. I assume this
> is an interpreter for the dot language, for which it seems the program on the
> Mac is named graphviz. However, I am not sure how to make that work with
On 02.03.2012 02:11, Thorsten wrote:
Hi List,
results of code block evaluations seem to be inserted as pictures in
the
org document - and need X11 or there is an error message.
Is that true - Org Babel only works in an X11 session and not on the
console? Or is there some configuration/trick t
>From 113bbbe1ce9540e2af8c613ba655599fc474cedd Mon Sep 17 00:00:00 2001
From: Rick Frankel
Date: Fri, 11 May 2012 16:54:32 -0400
Subject: [PATCH] Add support for perl dbi to SQL code block
* lisp/ob-sql.el (org-babel-execute:sql): Add dbi as a suppored engine.
Invokes `dbish' with the a
On 2014-06-18 03:54, Vikas Rawal wrote:
When I publish my web-site using org-mode, with suitable options in my
org-publish-projects-alist, I can get org-publish to create a sitemap.
Is it possible to just create the sitemap without publishing the whole
project? I sometimes update a single file,
Sorry, hit the wrong key... completed response below.
On 2014-06-18 03:54, Vikas Rawal wrote:
When I publish my web-site using org-mode, with suitable options in my
org-publish-projects-alist, I can get org-publish to create a sitemap.
Is it possible to just create the sitemap without publishi
On 2014-06-24 08:46, Achim Gratz wrote:
Eric Schulte gmail.com> writes:
I disagree, editing CSS shouldn't be required for reasonable default
list spacing on HTML export.
You can disagree all you want, that doesn't make the underlying problem
go
away. The reason for the "unattractive spacing"
On 2014-06-24 09:24, Nicolas Goaziou wrote:
Hello,
Achim Gratz writes:
You can disagree all you want, that doesn't make the underlying problem
go
away. The reason for the "unattractive spacing" is that list items,
while
conceptually paragraphs, do not have additional spacing after them so
simply
a hard-coded replacement within `org-html-format-latex', may be safer
in
the long run. Anyway Rick Frankel may have an opinion here.
Not sure why `org-html-protect-char-alist' is a custom and not just a
var, but IMHO, `org-html-encode-plain-text' is the correct solution.
rick
On 2014-06-30 05:32, silgon wrote:
Hello guys. I just wanted to say that when you're converting the tables
the properties of the tables are different. The properties are not
longer part of the parameters of the tag, they are part of the css
configuration. I realized that by using *org-reveal* to
On 2014-07-11 20:28, Ken Mankoff wrote:
Try (org-redisplay-inline-images). Note "re".
#+BEGIN_SRC :post (org-redisplay-inline-images)
#+END_SRC
#+RESULTS:
I believe it is on WORG somewhere:
#+BEGIN_SRC emacs-lisp
(add-hook 'org-babel-after-execute-hook
(lambda () (org-display-inline-images n
On 2014-07-22 22:35, Matt Lundin wrote:
Nick Dokos writes:
In short, is there a more graceful and export-friendly way to use babel
to generate org headlines for export? Or is there an easy way to get
the
export backend to delete the opening part of the drawer (i.e.,
:RESULTS:)?
Any advice wo
On 2014-08-05 08:25, Rainer Stengele wrote:
Hi,
doing an html export of
* headline
- [ ] checkbox
- item
I do not see the checkbox box anymore as I did in older versions.
I tried to find an export setting, tried several settings related to
todos but I cannot find a setting stopping the box to
On Wed, Aug 06, 2014 at 10:05:25AM +0200, Rainer Stengele wrote:
>Am 05.08.2014 um 15:39 schrieb Rick Frankel:
>
>I do not see the checkbox box anymore as I did in older versions.
>I tried to find an export setting, tried several settings related to
>tod
On Wed, Aug 06, 2014 at 10:05:25AM +0200, Rainer Stengele wrote:
>Am 05.08.2014 um 15:39 schrieb Rick Frankel:
> On 2014-08-05 08:25, Rainer Stengele wrote:
>doing an html export of
>
>* headline
>- [ ] checkbox
>- item
>
&
On Sat, Aug 09, 2014 at 05:49:27PM -0700, Shiyuan wrote:
>Hi,�
>� � I learned a bit a about html/css and took another look the issue. It
>turns out that org-mode uses the border attribute which is not respected
>by my browser(Google Chrome version 36.0.1985.125 on Mac 10.9.4) .�
>
On 2014-08-11 10:58, Avdi Grimm wrote:
Hi there, Org experts!
I write books in org-mode, and one of the features I've really started
to need is to be able to automatically include filename information
when exporting source code listings. That is, given some Org source
like this:
#+BEGIN_SRC
On 2014-08-13 00:46, Shiyuan wrote:
Rick,
Do you mean that and
don't mean the same thing? Their names suggest they do the same
things. That's a terrible naming. Changing the former to the latter
does fix the problem though. Why is that?
Please read the HTML specifications for an explain
On Sat, Sep 27, 2014 at 07:59:13AM -0700, Jay Iyer wrote:
>Hi,
>I would like to use the S5 backend for HTML presentations but I am not
>able to figure out how: (1) to set up headlines for incremental slide
>builds and (2) to add speaker notes.� I spent a lot of time on the mailing
>
On Fri, Jan 02, 2015 at 03:47:36PM +, R C wrote:
> I would like to have org mode export a project using html5 elements and
> bootstrap framework adapting the worg tutorial:
> org-publish-html-tutorial.html
>
> - template with links to bootstrap css and js files, and a local.js file
> with my
On Sun, Jan 04, 2015 at 02:32:03AM +0100, Rasmus wrote:
> Hi,
>
> RC writes:
>
> > If the default heading and content classes used by ox-html could be
> > changed or aliased it should work well with org-mode html
>
> Maybe you can set up filters then to replace e.g. section into the desired
> n
Hi-
Been using the new exporter for a while, and have not had much problem
w/ the migration, but it seems that org-insert-export-options-template
and the associated keybinding in the dispatch menu are gone.
Once the old exporter (org-exp.el) is entirely gone, it's going to be
real difficult (at
* lisp/ox-html.el:
(org-export-define-backend): add css url option
(org-export-htmlized-org-css-url): modify docstring and options.
(org-html--build-style): include css-url if specified.
---
lisp/ox-html.el | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/
desired.
rick
;;; ox-deck.el --- deck.js Presentation Back-End for Org Export Engine
;; Copyright (C) 2013 Free Software Foundation, Inc.
;; Author: Rick Frankel
;; Keywords: outlines, hypermedia, slideshow
;; This program is free software; you can redistribute it and/or modify
;; it under
Nicolas-
The new HTML exporter does not actually use the value of the
:HTML_CONTAINER_CLASS: property. The old exporter saved the value off
into the property :html-container-class on the headline (with
`org-export-remember-html-container-classes'), the new exporter
references the `:html-container-
This patch fixes a couple of bugs in the s5 exporter and brings both
exporters in-sync w/ the updates to ox-html (uppercase properties, and
HTML_CONTAINER_CLASS fix).
Note that ox-deck has so many lines of change due to whitespace
cleanup (won't happen again :).
Rick
-
Attached is a patch to fix a couple of bugs which slipped by during
the re-integration. Also, a fix for the renamed functions in ox-html.
rick
>From daf83f8743cf512185e8ba2168571759bf51eac4 Mon Sep 17 00:00:00 2001
From: Rick Frankel
Date: Tue, 26 Feb 2013 14:26:27 -0500
Subject: [PA
Bastien-
On Sat, Mar 02, 2013 at 07:14:07PM +0100, Bastien wrote:
> Done. You can now use HTML_HEAD instead of HTML_STYLE.
>
> Some variables were also renamed, check the details here:
> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=2752ef
In trying to migrate these changes to the slide e
* ox-deck.el (org-deck--get-packages): Check for non-blank deck-theme
and deck-transition.
---
contrib/lisp/ox-deck.el | 16 +---
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/contrib/lisp/ox-deck.el b/contrib/lisp/ox-deck.el
index 5d25369..23cc3ab 100644
--- a/contri
I have added the two new slideshow exporters to the worg/exporters/
page.
My question is, should i add them to the contrib page as well
(under the "HTML presentation" section)?
Also, should that section be updated to explain that the 3
possibilites currently listed are for the current/old export
This may be a question for Nicolas ---
I seem to have reached the limit of my emacs-fu. I am looking at
adding XOXO output to the S5 exporter (S5 has built-in support for
XOXO structured documents) and was trying to use an element (headline)
filter to modify the document structure. I am also tryin
On Tue, Mar 05, 2013 at 09:16:16AM +0100, Nicolas Goaziou wrote:
> Rick Frankel writes:
> > On the other hand, it would be easier if ox-html were modified so that
> > org-html-headline uses a variable (or callback) for the format of the
> > wrapper (currently " &g
is useful (for me :) in deriving new backends. It also make
the exporter more capable of generating HTML5 compatible output
instead of just XHTML.
If you agree with it, i would be happy to apply it (or you can :).
rick
>From 01640c5a9f0d4957a0289a9dfc0497f5b7d42bd9 Mon Sep 17 00:00:00 2001
On Sat, Mar 09, 2013 at 01:46:37AM +0100, Nicolas Goaziou wrote:
> Since I don't use html back-end, it would be better to hear from actual
> users what they think about it.
Sorry, forgot that you are not the keeper of ox-html, just the new
exporter at large ;).
> Anyway, just a few comments:
>
and the missing closing element.
rick
>From d539863475c4c1432b2b5de175d587f57b317453 Mon Sep 17 00:00:00 2001
From: Rick Frankel
Date: Fri, 8 Mar 2013 19:00:21 -0500
Subject: [PATCH] Parameterize some html content containers
* lisp/ox-html.el: (define-backend): Add :html-doctype and
:html-container parameters.
(org-html-
Nicolas-
I am trying to derive a backend from another derived backend (i want
to override certain entries in the options-alist), but it does not
seem to work. The menu entries are created, but the in the
second-level derived backend are not being picked up.
Should this work? Or do i need a differ
On Tue, Mar 12, 2013 at 12:06:55AM +0100, Bastien wrote:
> Hi Terry,
>
> tftor...@tftorrey.com (T.F. Torrey) writes:
>
> > I'm not experienced with markdown, but this doesn't look right to
> > me.
>
> AFAIK there is no syntax for underlining in Markdown, so underlined
> text in Org will be expo
Yes.
On Mar 12, 2013, at 9:15 AM, Bastien wrote:
> Hi Rick,
>
> Rick Frankel writes:
>
>> If i use e.g., s-X or s-x in the exporter menu,
>> in exporter functions, :html-container == "div" (which is set in the
>> html exporter), and :s5-xoxo-root is
On Wed, Mar 13, 2013 at 09:54:22AM -0600, Eric Schulte wrote:
> Pandoc supports tables in markdown documents, maybe this would be a good
> syntax to target, as with pandoc markdown may be further exported to
> either HTML or LaTeX.
>
> http://johnmacfarlane.net/pandoc/README.html#tables
>
> FW
There is a problem (bug?) with ox-latex and long listings. If the
listing has a label (name) or caption, it is wrapped in a
'\begin{listing}[H]' block even when the org-latex-listings type is
set to 'minted. This causes listings longer than one page to be
truncated if they have labels, which means
On Mar 15, 2013, at 1:36 PM, Nicolas Goaziou wrote:
> Hello,
>
> Rick Frankel writes:
>
>> On Wed, Mar 13, 2013 at 09:54:22AM -0600, Eric Schulte wrote:
>>
>> I have used both ruby libraries extensively. It would be nice for the
>> markdown exporter
On Mar 15, 2013, at 7:13 AM, Julien Cubizolles wrote:
> Lately, the leading stars have been reappearing, seemingly
> randomly. I've checked the org-hide face and its value changes:
>
>
I've been noticing the same behavior (and broken indenting) since some recent
git pull...
Closing and reope
On Fri, Mar 15, 2013 at 10:01:45PM +0100, Bastien wrote:
> Rick Frankel writes:
>
> > On Mar 15, 2013, at 7:13 AM, Julien Cubizolles wrote:
> >
> >> Lately, the leading stars have been reappearing, seemingly
> >> randomly. I've checked the org-hide f
On Fri, Mar 15, 2013 at 09:58:40PM +0100, Bastien wrote:
> Rick Frankel writes:
>
> >> This should happen in a derived back-end. There are a few Markdown
> >> flavours, ox-md.el is only "vanilla" Markdown.
> >
> > Agreed.
>
> Or maybe
pgpGMFm_GispR.pgp
Description: PGP message
Sorry, previous mail seems to have gotten munged, lets' try again.
There is a bug with ox-latex and long listings. If the listing has a
label (name) or caption, it is wrapped in a '\begin{listing}[H]'
block. This causes listings longer than one page to be truncated if
they have labels, which means
At Thu, 21 Mar 2013 20:26:34 +0100,
Nicolas Goaziou wrote:
>
> Hello,
>
> Rick Frankel writes:
>
> > The problem is on line 2178 of ox-latex:
> >
> > (when (or label caption)
> >
> > should probably be:
> >
> > (when cap
> > The cross reference approach seems clever, but maybe a simpler
> > approach would simply be to add an ATTR_LaTeX(:longlisting) and leave
> > it up to the user.
>
> That's the most reasonable option, indeed.
>
> The following patch implements :long-listing attribute for src-blocks.
>
> What d
The commit ca125b82b changed a lot of the variable handling in
ob-perl, and it now will not accept tables as input. Below is an org
doc with an example, the error message and a backtrace.
rick
-
* Can't use table as input
#+name: t1
| 1 |
#+begin_src perl :var t=t1 :results value
$t
#+end
On Mon, Mar 25, 2013 at 10:09:37PM +0100, Nicolas Goaziou wrote:
> Hello,
>
> Rick Frankel writes:
>
> >> > The cross reference approach seems clever, but maybe a simpler
> >> > approach would simply be to add an ATTR_LaTeX(:longlisting) and leave
> >&g
On Wed, Mar 27, 2013 at 03:17:26PM +0100, Nicolas Goaziou wrote:
> Hello,
>
> > Maybe it's an in-built alias. This works w/ emacs -Q [...]:
Probably.
> I don't see any reference to it in the "Languages" section in the
> manual. Therefore, I don't think it deserves an entry in
> `org-latex-minted
-",
because `org-table-convert-region' always puts "| " at the begining of
each line.
This patch solves that by not putting a space after the pipe symbol if
the first character of the line is a dash ("-").
rick
>From 86ee5bfcaa7513769cc3e2939c5e0b1a1f3c7706 Mon Sep
On Fri, Mar 29, 2013 at 09:04:42AM -0600, Eric Schulte wrote:
> Rick Frankel writes:
>
> Users may want to insert a "-" in their tables, and I think it would be
> surprising to magically replace floating "-" characters with hlines.
> There are numerous existin
On Fri, Mar 29, 2013 at 06:01:21PM -0600, Eric Schulte wrote:
> > Yes and no. :colnames works, but often the header comes from the
> > processing, so they may not be static (I use a lot of call:s). Also,
> > I've been having trouble using the output from raw results as input --
> > it seems that un
On Sat, Mar 30, 2013 at 06:43:30PM -0600, Eric Schulte wrote:
> Rick Frankel writes:
> > *Note* =wrap= and =raw= give same results
> > #+begin_src perl :results raw
> > q[|c1|c2|
> > |-
> > |a|1|
> > |b|2|];
> > #
On Sun, Mar 31, 2013 at 07:37:38AM -0600, Eric Schulte wrote:
> It is certainly true that Emacs Lisp is treated differently than all
> other languages. There are also significant differences between
> languages, e.g., session evaluation doesn't make sense for some
> languages, and for other langua
On Wed, Apr 03, 2013 at 08:18:09AM -0600, Eric Schulte wrote:
> Rick Frankel writes:
>
> > On Sun, Mar 31, 2013 at 07:37:38AM -0600, Eric Schulte wrote:
> > `sh' is probably not the best choice as a "gold standard" due to the
> > fact that it only s
On Wed, Apr 03, 2013 at 08:21:01PM +0200, Achim Gratz wrote:
> Rick Frankel writes:
> > Missed verbatim. Thanks for the pointer, it works, but i think that
> > perl is double-processing returned values. If we do the same things in
> > elisp i get (my) expected results:
>
On Thu, Apr 04, 2013 at 03:59:36PM +0200, Sebastien Vauban wrote:
> Hi Achim,
>
> Achim Gratz wrote:
> > Rick Frankel writes:
> >> Missed verbatim. Thanks for the pointer, it works, but i think that
> >> perl is double-processing returned values. If we do the sa
On 05.04.2013 03:17, Alan Schmitt wrote:
I have a more serious issue: it seems that '%d' is no longer taken
into
account. To reproduce, try exporting the following:
#+BEGIN_SRC org
# -*- org-export-allow-bind-keywords: t -*-
#+TITLE: Testing the date
#+BIND: org-html-postamble-format (("en" "T
%m-%dT%H:%M)}}}
`
Which will export (in ascii):
,
|
|
|TEST DATE HANDLING
|
| Rick Frankel
|
|
|
|2013-04-05
|
|
|
|
|
| File was updated on 2013-04-05T09:41
| =
On Sun, Apr 07, 2013 at 08:32:34PM +0200, Nicolas Goaziou wrote:
> Dieter Wilhelm writes:
> > Or just using a default time string format which is language
> > independent, like %Y-%m-%d.
>
> There's `org-html--timestamp-format', which is used for all timestamps
> in preamble, postamble and metada
On Sun, Apr 07, 2013 at 09:00:27PM +0200, Nicolas Goaziou wrote:
> Hello,
>
> Rick Frankel writes:
>
> > On Sun, Apr 07, 2013 at 08:32:34PM +0200, Nicolas Goaziou wrote:
> >> Dieter Wilhelm writes:
> >> > Or just using a default time string format which
On Tue, Apr 09, 2013 at 07:20:56PM -0400, Jean Schurger wrote:
> Hi,
>
>I'm a new and innocent org-mode user, and I would like to use
> org-mode exporter (the new one) to publish static web pages.
>
> The 'html' part is OK, but as I hate writing CSS, I'm using babel + sass
> to build CSS code
On Fri, Apr 12, 2013 at 10:06:21AM +0800, Eric Abrahamsen wrote:
> François Pinard writes:
>
> > Christian Moe writes:
> >
> > While on this subject! :-)
> >
> > Could Org allow the output of HTML5 rather than XHTML, under the control
> > of some option? I've read that some frameworks really ex
On Sat, Apr 13, 2013 at 01:31:17PM +0800, Eric Abrahamsen wrote:
> Eric Abrahamsen writes:
>
> > François Pinard writes:
> >
> >> Bastien writes:
> >>
> >>> Eric Abrahamsen writes:
> >>
> The first step is probably to research the differences between xhtml and
> html 5.
> >>
> >>> We
On Sun, Apr 14, 2013 at 06:13:40PM +0800, Eric Abrahamsen wrote:
> Rick Frankel writes:
>
> > On Sat, Apr 13, 2013 at 01:31:17PM +0800, Eric Abrahamsen wrote:
> >> * Org HTML5 Test
> >> #+ATTR_HTML: :options html-container article
> >> - a :: foo
> >
Eric-
> Rick Frankel writes:
> I would argue that to set the element type fro the outer
> (outline-container) div or the inner (outline-text) div, a property
> setting would make more sense. I can see using a (headline level)
> :HTML_CONTAINER property to set the container on a
Hi-
Overall, Achim's updates to perl babel processing have been
fantastic. But there seems to be a problem with :result output --
there is no way to get a table.
Also, if the results are :value, the stdout is mixed in with the
returned results.
Here are some examples:
* perl results
** default
On 19.04.2013 05:57, Eric Abrahamsen wrote:
I'm starting a new thread for this since the previous discussion was
buried in with something tangential.
I'm not proud of some of the implementation (self-closing vs
non-self-closing tags are ugly, and I wish org-html-html5-p and
org-html-xhtml-p we
On Sat, Apr 20, 2013 at 10:59:32AM +0800, Eric Abrahamsen wrote:
>
> The " />" style doesn't validate for html4, that's what I was going on.
> It certainly doesn't make my browser explode, but I wanted that little
> green checkmark! If we can live with that, that's fine, or I can try to
> come up
On 25.04.2013 17:20, Eric Abrahamsen wrote:
Who knew this would turn out to be such a fraught issue! All I wanted
was that little green checkmark from the W3C...
Here's what I think should be an acceptable final patch. I dropped
the
CDATA mess, and came up with a slightly different implementat
On Fri, Apr 26, 2013 at 10:14:17AM -0700, Eric Abrahamsen wrote:
> Rick Frankel writes:
> >
> > Therefore, `org-html-close-tag' should check that the doctype is not a
> > flavor of html4 rather than a flavor of xhtml. An alternative would be
> > to add ("xh
On 29.04.2013 02:02, Eric Abrahamsen wrote:
Rick Frankel writes:
On Fri, Apr 26, 2013 at 10:14:17AM -0700, Eric Abrahamsen wrote:
Rick Frankel writes:
> See the discussions of polyglot markup @
> http://en.wikipedia.org/wiki/Polyglot_markup
> and
>
http://www.w3.org/TR/
Whoops. Wrong key. Patch actually attached to this email...
rick
From d95a365f547fdc681c530c9088f775b30a37d9aa Mon Sep 17 00:00:00 2001
From: Rick Frankel
Date: Tue, 30 Apr 2013 10:35:14 -0400
Subject: [PATCH] Modify processing of xhtml declaration.
* lisp/ox-html.el (org-html-template): If
`org-startup-with-inline-images' is a customizable variable. The
problem is that if an org file is visited in a non-graphics buffer (or
batch), `org-display-inline-images' is called an throws an error
("Non-X frame used").
This problem also occurs when e.g., `org-babel-after-execute-hook' is
set
On Tue, Apr 30, 2013 at 08:26:52PM -0700, Eric Abrahamsen wrote:
> Rick Frankel writes:
>
> > Whoops. Wrong key. Patch actually attached to this email...
> > rick
>
> Great, I'll consolidate all these -- would it be better to mush them
> into one big patch, or
Hi-
I don't know if this is a bug or feature :), but if an hline reference
(@I, etc) is used on the left side of a calculation, it applies to ALL
columns in the row even if the column is specfied.
Here are some examples to show the results. I would expect all three
versions to generate the same
On 01.05.2013 13:28, Daimrod wrote:
Thanks for the report, I've attached a patch that fixes this problem
(in
both `org-display-inline-images' and `org-preview-latex-fragment').
However I don't know if it is the right approach or if I should try
to
narrow this to lower-level functions.
I know
On 01.05.2013 18:41, Leo Alekseyev wrote:
Howdy Org-folks,
Something that I've found myself wishing for time and time again is
to
be able to follow the link to a file and immediately pop into a set
of
M-x occur results given some search term for that file. That way I
could link to an overvie
On Fri, May 03, 2013 at 09:14:43AM +0200, Carsten Dominik wrote:
>On 2.5.2013, at 19:25, Leo Alekseyev wrote:
>
> Nice! Short and sweet, and works great. It should go on orgmode.org
> somewhere in the cool hacks section.
>
>Make a patch if you don't have write access to worg.
On Mon, May 06, 2013 at 02:05:18AM -0700, Eric Abrahamsen wrote:
> Carsten Dominik writes:
>
> > Hi Eric,
> >
> > thanks for the reply. OK, I am going with the patch for now, let's
> > push more thinking about HTML5 further down the line.
> >
> > Thanks for working this out!
>
> My pleasure, I
On Sat, May 11, 2013 at 12:39:55PM +0200, Achim Gratz wrote:
> Eric S Fraga writes:
> >> We should keep "---" as lines to be exported and perhaps use ":::" for
> >> those that are just introducing convenience for table calculations as
> >> "===" looks far too heavy to me for that purpose.
> >
> > S
The table of contents on worg is shown/hidden using the :hover
pseudo-element on the #table-of-contents element.
The problem is that this doesn't work on an ipad (or other touch
device). The following javascript snippet will add a function to show
the toc when it is "clicked", but I'm not sure wh
On 2013-05-15 23:17, Eric Abrahamsen wrote:
Samuel Wales writes:
Also, C-RET and M-RET currently seem to be identical?
I still think it's pretty important to have an option for creating a
new
headline *below* all the contents of the current subtree -- what C-RET
used to do.
Also, the above p
On Thu, May 16, 2013 at 08:19:57AM +0200, Bastien wrote:
> Hi Rick,
>
> Rick Frankel writes:
>
> > The following javascript snippet will add a function to show
> > the toc when it is "clicked", but I'm not sure where to put it (at the
> > bottom
1 - 100 of 248 matches
Mail list logo