[O] [PATCH] bugfix: fix `org-babel-execute-src-block' on remote hosts

2013-03-23 Thread Suhail Shergill
see attached patch. From 7037a45f3504a8d95019bd2b496a919081e85331 Mon Sep 17 00:00:00 2001 From: Suhail Shergill suhailsherg...@gmail.com Date: Sat, 23 Mar 2013 19:26:31 -0400 Subject: [PATCH] bugfix: fix `org-babel-execute-src-block' on remote hosts * lisp/ob.el (org-babel-temp-file

Re: [O] org-html: subtree specific footnote references

2012-08-03 Thread Suhail Shergill
Bastien b...@gnu.org writes: My view is that org-e-html.el should also make sure that we always have unique ids for all the footnotes of the current files, even when we export only part of it. This is not a trivial change though, because org-export.el has to change the way it retrieves

Re: [O] org-html: subtree specific footnote references

2012-07-16 Thread Suhail Shergill
Jambunathan K kjambunat...@gmail.com writes: Suhail Shergill suhailsherg...@gmail.com writes: i'm talking about a scenario where for one reason or another you may not want to do that, but may instead only want to export the most recent subtree which has been added (since the last time

Re: [O] org-html: subtree specific footnote references

2012-07-09 Thread Suhail Shergill
Jambunathan K kjambunat...@gmail.com writes: running org-export-as-html on a subtree is currently problematic if the result is to be merged into a document which contains html-ized versions of other subtrees: the footnote references and definitions get clobbered. Do the subtrees come from

Re: [O] org-html: subtree specific footnote references

2012-07-09 Thread Suhail Shergill
Jambunathan K kjambunat...@gmail.com writes: Suhail Shergill suhailsherg...@gmail.com writes: Jambunathan K kjambunat...@gmail.com writes: running org-export-as-html on a subtree is currently problematic if the result is to be merged into a document which contains html-ized versions

[O] org-html: subtree specific footnote references

2012-07-07 Thread Suhail Shergill
footnote references and definitions. if the subtree does not have the CUSTOM_ID property set the result is a nop. From 27f89f8bfff334810aba5c33af621e351fa0be79 Mon Sep 17 00:00:00 2001 From: Suhail Shergill suhailsherg...@gmail.com Date: Sun, 8 Apr 2012 10:49:51 -0400 Subject: [PATCH] org-html.el: Make

Re: [O] org-html: subtree specific footnote references

2012-07-07 Thread Suhail Shergill
oops. attached the wrong patch. amended patch follows. From b9192f5e9a3bbe9620d9f588313d7f62e33135a5 Mon Sep 17 00:00:00 2001 From: Suhail Shergill suhailsherg...@gmail.com Date: Sun, 8 Apr 2012 10:49:51 -0400 Subject: [PATCH] org-html.el: Make footnotes unique to an entry * lisp/org-html.el