[O] Bug: org-export-as-latex fails [7.7]

2011-11-04 Thread Rick Frankel
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

[O] new exporter and latex attributes

2012-08-20 Thread Rick Frankel
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

Re: [O] new exporter and latex attributes

2012-08-20 Thread Rick Frankel
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

Re: [O] new exporter and latex attributes

2012-08-21 Thread Rick Frankel
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

[O] (no subject)

2013-01-15 Thread Rick Frankel
>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

[O] [PATCH] ob-tangle: Correctly process tangling of single source block

2013-01-15 Thread Rick Frankel
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

[O] Bug (?) in new exporter (export subtree)

2013-01-15 Thread Rick Frankel
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

Re: [O] Bug (?) in new exporter (export subtree)

2013-01-17 Thread Rick Frankel
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,

[O] org-babel order of evaluation

2012-01-11 Thread Rick Frankel
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

[O] source block variable expansion

2012-01-11 Thread Rick Frankel
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

Re: [O] org-babel order of evaluation

2012-01-12 Thread Rick Frankel
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

Re: [O] org-babel order of evaluation

2012-01-12 Thread Rick Frankel
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'

Re: [O] [BUG] Inconsistency in src block hiding

2012-01-18 Thread Rick Frankel
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

Re: [O] [BUG] Inconsistency in src block hiding

2012-01-19 Thread Rick Frankel
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

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Rick Frankel
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

Re: [O] org mode in press

2012-01-28 Thread rick frankel
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

Re: [O] [babel] Is Org Babel an X11 application?

2012-03-02 Thread Rick Frankel
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

[O] (no subject)

2012-05-11 Thread Rick Frankel
>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

Re: [O] Publishing sitemap

2014-06-18 Thread Rick Frankel
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,

Re: [O] Publishing sitemap

2014-06-18 Thread Rick Frankel
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

Re: [O] unattractive list spacing in ox-html export

2014-06-24 Thread Rick Frankel
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"

Re: [O] unattractive list spacing in ox-html export

2014-06-25 Thread Rick Frankel
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

Re: [O] html-encode in mathjax latex fragments

2014-07-01 Thread Rick Frankel
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

Re: [O] Tables orgmode2html styles

2014-07-01 Thread Rick Frankel
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

Re: [O] How to call org-display-inline-images so that after a graphviz block is evaluated the image is refreshed?

2014-07-14 Thread Rick Frankel
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

Re: [O] Possible to use src block to generate org headlines for export?

2014-07-23 Thread Rick Frankel
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

Re: [O] HTML export of - [ ] does not display box anymore

2014-08-05 Thread Rick Frankel
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

Re: [O] HTML export of - [ ] does not display box anymore

2014-08-06 Thread Rick Frankel
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

Re: [O] HTML export of - [ ] does not display box anymore

2014-08-06 Thread Rick Frankel
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 > &

Re: [O] org-table: missing vertical boundary when exported

2014-08-11 Thread Rick Frankel
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) .� >

Re: [O] Need info about code block header arguments in (HTML) export

2014-08-12 Thread Rick Frankel
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

Re: [O] org-table: missing vertical boundary when exported

2014-08-14 Thread Rick Frankel
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

Re: [O] How to export to S5 HTML presentation

2014-09-28 Thread Rick Frankel
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 >

Re: [O] html export using html5 elements and bootstrap framework

2015-01-03 Thread Rick Frankel
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

Re: [O] html export using html5 elements and bootstrap framework

2015-01-06 Thread Rick Frankel
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

[O] {New exporter] What happened to the export template

2013-02-08 Thread Rick Frankel
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

[O] [PATCH] Make html exporter respect css-url configuration variable.

2013-02-19 Thread Rick Frankel
* 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/

[O] [PATH] [NEW EXPORTER] two slide backends for contrib

2013-02-19 Thread Rick Frankel
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

[O] [NEW EXPORTER] [BUG] HTML_CONTAINER_CLASS property ignored

2013-02-24 Thread Rick Frankel
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-

[O] [PATCH] Synchronize slideshow exporters to ox-html changes.

2013-02-24 Thread Rick Frankel
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 -

[O] [PATCH] Update to slideshows for changed ox-html functions

2013-02-26 Thread Rick Frankel
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

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-03-03 Thread Rick Frankel
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

[O] [PATCH] Don't generate links for empty theme or transition.

2013-03-03 Thread Rick Frankel
* 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

[O] Worg contrib updates

2013-03-04 Thread Rick Frankel
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

[O] New html exporter and filters

2013-03-04 Thread Rick Frankel
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

Re: [O] New html exporter and filters

2013-03-05 Thread Rick Frankel
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

[O] [New Exporter] Parameterized wrapper elements

2013-03-08 Thread Rick Frankel
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

Re: [O] [New Exporter] Parameterized wrapper elements

2013-03-09 Thread Rick Frankel
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: >

Re: [O] [New Exporter] Parameterized wrapper elements

2013-03-09 Thread Rick Frankel
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-

[O] [New Exporter] deriving from derived backends?

2013-03-11 Thread Rick Frankel
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

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-11 Thread Rick Frankel
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

Re: [O] [New Exporter] deriving from derived backends?

2013-03-12 Thread Rick Frankel
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

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-15 Thread Rick Frankel
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

[O] new latex exporter

2013-03-15 Thread Rick Frankel
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

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-15 Thread Rick Frankel
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

Re: [O] org-hide sometimes wrong

2013-03-15 Thread Rick Frankel
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

Re: [O] org-hide sometimes wrong

2013-03-15 Thread Rick Frankel
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

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-16 Thread Rick Frankel
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

[O] Bug formatting source code in new latex exporter

2013-03-19 Thread Rick Frankel
pgpGMFm_GispR.pgp Description: PGP message

[O] Bug formatting source code in new latex exporter

2013-03-19 Thread Rick Frankel
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

Re: [O] Bug formatting source code in new latex exporter

2013-03-21 Thread Rick Frankel
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

Re: [O] Bug formatting source code in new latex exporter

2013-03-24 Thread Rick Frankel
> > 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

[O] [BUG] ob-perl variable handling broken

2013-03-24 Thread Rick Frankel
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

Re: [O] Bug formatting source code in new latex exporter

2013-03-26 Thread Rick Frankel
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

Re: [O] Bug formatting source code in new latex exporter

2013-03-27 Thread Rick Frankel
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

[O] [PATCH] Process hlines in imported tables

2013-03-28 Thread Rick Frankel
-", 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

Re: [O] [PATCH] Process hlines in imported tables

2013-03-29 Thread Rick Frankel
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

Re: [O] [PATCH] Process hlines in imported tables

2013-03-30 Thread Rick Frankel
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

Re: [O] [PATCH] Process hlines in imported tables

2013-03-31 Thread Rick Frankel
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|]; > > #

[O] babel results handling (was: Process hlines in imported tables)

2013-04-01 Thread Rick Frankel
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

Re: [O] babel results handling

2013-04-04 Thread Rick Frankel
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

Re: [O] [PATCH] Process hlines in imported tables

2013-04-04 Thread Rick Frankel
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: >

Re: [O] [PATCH] Process hlines in imported tables

2013-04-04 Thread Rick Frankel
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

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-05 Thread Rick Frankel
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

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-05 Thread Rick Frankel
%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 | =

Re: [O] Some %elements in org-html-postamble-format became too "generous"

2013-04-07 Thread Rick Frankel
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

Re: [O] Some %elements in org-html-postamble-format became too "generous"

2013-04-08 Thread Rick Frankel
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

Re: [O] publishing css using babel + sass and (new) exporter

2013-04-12 Thread Rick Frankel
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

Re: [O] Attributes on HTML tables?

2013-04-13 Thread Rick Frankel
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

Re: [O] Attributes on HTML tables?

2013-04-13 Thread Rick Frankel
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

Re: [O] Attributes on HTML tables?

2013-04-14 Thread Rick Frankel
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 > >

Re: [O] Attributes on HTML tables?

2013-04-15 Thread Rick Frankel
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

[O] [BUG] Problems with perl babel output

2013-04-16 Thread Rick Frankel
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

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-19 Thread Rick Frankel
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

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-22 Thread Rick Frankel
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

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-26 Thread Rick Frankel
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

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-26 Thread Rick Frankel
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

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-30 Thread Rick Frankel
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/

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-30 Thread Rick Frankel
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

[O] [Bug] org-startup-with-inline-images

2013-04-30 Thread Rick Frankel
`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

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-05-01 Thread Rick Frankel
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

[O] [BUG] hline references on left side of table formula

2013-05-01 Thread Rick Frankel
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

Re: [O] [Bug] org-startup-with-inline-images

2013-05-01 Thread Rick Frankel
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

Re: [O] Is it possible to create links to M-x occur results?

2013-05-02 Thread Rick Frankel
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

Re: [O] Is it possible to create links to M-x occur results?

2013-05-03 Thread Rick Frankel
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.

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-05-06 Thread Rick Frankel
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

Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data

2013-05-11 Thread Rick Frankel
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

[O] [BUG] worg table of contents

2013-05-15 Thread Rick Frankel
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

Re: [O] M-RET and C-RET turn current line of text into a heading?

2013-05-16 Thread Rick Frankel
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

Re: [O] [BUG] worg table of contents

2013-05-16 Thread Rick Frankel
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   2   3   >