I am under the impression that some parts of org-mode/contrib have not been
upgraded
to the latest org-export hooks names:
C:\Home\.emacs.d\vendor\org-mode\lisp>grep -e org-export-.*-hook *.el
org-bibtex-extras.el:;; (add-hook 'org-export-first-hook
org-eval.el:This should go into the `org-export
Hi Michael,
Thanks for sharing this.
Michael Gauland writes:
> I've had a play with adding babel support for ebnf2ps, to generate
> railroad diagrams for a grammar.
>
> I'd appreciate any comments on the attached code.
>
I think you could probably remove the following lines.
(require 'ob-ref)
The `org-babel-do-load-languages' function is defined in the current
version of Emacs and with the current Org-mode. Maybe the debian
package is screwed up in some way? I get the following
$ emacs --batch --eval '(message "defined? %S" (functionp (quote
org-babel-do-load-languages)))'
On 2013-10-23 23:12, Jay Dixit wrote:
#+OPTIONS: H:1 num:nil toc:nil n:nil @:t ::t |:t ^:t f:t LaTeX:t
> #+BIND: org-export-html-style-include-default nil
> #+BIND: org-export-html-style-include-scripts t
> #+BIND: org-export-html-auto-preamble nil
> #+BIND: org-export-html-auto-postamble nil
> #+
Carsten-
On 2013-10-24 06:08, Carsten Dominik wrote:
> On 24.10.2013, at 09:28, Alan Schmitt wrote:
> This may be related to a question I had a couple weeks ago (see
> http://article.gmane.org/gmane.emacs.orgmode/77567). The current logic
> seems to be to display inline images when the link point
On 2013-10-23 23:12, Jay Dixit wrote:
#+OPTIONS: H:1 num:nil toc:nil n:nil @:t ::t |:t ^:t f:t LaTeX:t
> #+BIND: org-export-html-style-include-default nil
> #+BIND: org-export-html-style-include-scripts t
> #+BIND: org-export-html-auto-preamble nil
> #+BIND: org-export-html-auto-postamble nil
> #+
Carsten-
On 2013-10-24 06:08, Carsten Dominik wrote:
> On 24.10.2013, at 09:28, Alan Schmitt wrote:
> This may be related to a question I had a couple weeks ago (see
> http://article.gmane.org/gmane.emacs.orgmode/77567). The current logic
> seems to be to display inline images when the link point
how would you do that? in a template or in a hook? would directory creation
be a side effect of a sexp in the template?
John
---
John Kitchin
Associate Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
4
I don't think making chemdraw a babel language is the answer here. The way
I know chemdraw is as a standalone binary executable that is all gui. there
is no scripting. maybe you could build an xml file by hand, but i would
never dream of that! maybe I am missing how you would use it.
[[chemdraw:fi
Hi Uwe
On Thu, Oct 24, 2013 at 2:40 PM, Uwe Brauer wrote:
> I think that one could "solve" the hebrew problem I mentioned yesterday,
> if there were a function like org-table-reverse-column
> (or org-table-reverse-row)
> acting like reverse-region but just for columns or rows.
>
> Unfortunately t
Hi Carsten
On Thu, Oct 24, 2013 at 8:18 AM, Carsten Dominik
wrote:
> Applied, thanks.
I can not see the commit, is it pushed?
> Michael, would you like to have write access to the git repo?
Thank you for the trust. As I would like anyway to have a review of my
patches before commit, I think it
Mark Edgington gmail.com> writes:
> Anyhow, something that wasn't clear to me about your example is how you make
> the filename which is generated via org-babel-temp-file available for use
> within the code-block?
Babel takes care of that (plantuml interprets the :file argument as the name
of the
Hello,
Daniel Gerber writes:
> Hello,
>>> I guess I can, but it means re-doing the mapping sources to exported
>>> file names.
>> AFAICT, there is only one place where both the source and the output
>> name are known: in `org-publish-file', right after a file has been
>> published.
>>
>> We may
Hi, I'm looking for a way to effectively copy a sparse tree to another
buffer.
I'm restructuring some files, and what I have is a large datetree, with sub
trees one per day tagged by external ticket number
** 2013-09 September
*** 2013-09-03 Tuesday
PPTDEV-300 tswap
:300:
* LOG <2013-09-0
Vladimir Lomov writes:
> Hello,
> ** Eric Schulte [2013-10-22 08:44:18 -0600]:
>
>> This issue only manifests with the Emacs compiled from source, and as
>> such I can not reproduce it.
>
>> If this bug makes it into a released version of Emacs I can address it
>> then. Until then perhaps this s
Carsten Dominik writes:
Hi Carsten:
> 0.7.1, and to problem is still present.
Strange, what happens when you do a:
,
| ls /sdcard/emacs/etc/charsets
`
I see a list of charsets files (files with extension .map) on my
Nexus 7. If you don't see them, try reinstalling the system to see if
On 2013-10-23 23:12, Jay Dixit wrote:
Hey everyone,
I'm trying to use Dov Grobgeld's org-slidy
(https://github.com/dov/org-slidy [1]) to create HTML-based slideshows
using org-mode, but it doesn't seem to be working. I'm not sure, but I
suspect this is because the syntax for org's HTML export ma
0.7.1, and to problem is still present.
- Carsten
On 24.10.2013, at 17:57, Charles Philip Chan wrote:
> Carsten Dominik writes:
>
> Hi Carsten:
>
>> Download system? I don't see this command.
>
> He meant check to see if you have the latest in "Install System".
>
> Charles
>
> --
> I di
Carsten Dominik writes:
Hi Carsten:
> Download system? I don't see this command.
He meant check to see if you have the latest in "Install System".
Charles
--
I did this 'cause Linux gives me a woody. It doesn't generate revenue.
(Dave '-ddt->` Taylor, announcing DOOM for Linux)
signature
On 24.10.2013, at 12:30, Scot Becker wrote:
> Drat. I had that problem at the beginning too. I filed a bug report and a
> little later, things worked. I assumed they had fixed it. I'll have a look
> in that directory to see what's there. Meanwhile, perhaps a reboot, or a
> rerun the comm
Nicolas, thanks for the idea. That was exactly right.
In my custom.el file, the org-agenda-files turned out to be set with a
static value of some files.
I don't know how it got there, but now I have deleted the entry in the
custom.el file and everything is back in order.
Many thanks for solving
Thank you all
ill try the Latex list suggestion over the weekend as i have Zero Latex
knowledge so ill try to dig into it a bit
Best
z.
On Thu, Oct 24, 2013 at 1:43 PM, Suvayu Ali wrote:
> Hello Xebar,
>
> On Thu, Oct 24, 2013 at 01:37:31PM +0800, Eric Abrahamsen wrote:
> > Xebar Saram write
Homer MH Chen writes:
> Hi,
> I started using org mode.
> please put me on the mailing list.
> many thanks.
>
Visit
http://orgmode.org/community.html
and click on the link to subscribe, then follow the directions.
Nick
On 2013-10-24 06:08, Carsten Dominik wrote:
On 24.10.2013, at 09:28, Alan Schmitt
wrote:
Hi Rick and John,
r...@rickster.com writes:
On 2013-10-22 21:53, John Kitchin wrote:
Is it possible to define new links that would be rendered as inline
images?
I am imagining something like
chemdraw:b
Tor Eriksson writes:
> I have the impression that this behaviour of all files not being
> correctly added to the org-agenda-files started when I chose the
> option R[emove] file from org-agenda-files proposed by org. This
> occured when org tried to build the agenda but realised that one of
> the
Nick, thanks for reposting and for your comment. Sorry, I mistakenly sent
the e-mail to you instead of the list.
Just a further comment on this problem:
I have the impression that this behaviour of all files not being correctly
added to the org-agenda-files started when I chose the option R[emove
Hello
I think that one could "solve" the hebrew problem I mentioned yesterday,
if there were a function like org-table-reverse-column
(or org-table-reverse-row)
acting like reverse-region but just for columns or rows.
Unfortunately there is no function as reverse-rectangle or something
like this
[I got a private reply from Tor Eriksson which was obviously meant for
the list, so I am taking the liberty of reposting it here.]
> Tor Eriksson writes:
>
> Eric, Nick, Nicolas, thanks for the feedback.
>
> I tried (setq org-agenda-files '("~/org/")) instead, but on my
> installation it only fi
Hi,
I started using org mode.
please put me on the mailing list.
many thanks.
Ming-Hong
On 24.10.2013, at 09:28, Alan Schmitt wrote:
> Hi Rick and John,
>
> r...@rickster.com writes:
>
>> On 2013-10-22 21:53, John Kitchin wrote:
>>> Is it possible to define new links that would be rendered as inline
>>> images?
>>>
>>> I am imagining something like
>>>
>>> chemdraw:benzene.png
Hi James,
On Thu, Oct 24, 2013 at 08:43:59AM +0800, James Harkins wrote:
> On Oct 24, 2013 12:58 AM, "Nicolas Goaziou" wrote:
> >Headlines also support 'BEAMER_ACT' and 'BEAMER_OPT' properties. The
> > former is translated as an overlay/action specification, or a default
> > overlay specifica
Hello Xebar,
On Thu, Oct 24, 2013 at 01:37:31PM +0800, Eric Abrahamsen wrote:
> Xebar Saram writes:
>
> > Thanks again guys
> >
> > Rick: "But a better approach would be to define your own latex list
> > environment for
> > program steps and use lists:"
> >
> > ive never used latex, do you mind
Christian Moe writes:
> Uh, I said:
>
>> Right. I can't actually find a useful field to insert for email, apart
>> from Insert>Fields>Document>Sender>E-mail, which is populated from the
>> user data registered for LibreOffice on your user account, not from the
>> document information, which does
Drat. I had that problem at the beginning too. I filed a bug report and a
little later, things worked. I assumed they had fixed it. I'll have a
look in that directory to see what's there. Meanwhile, perhaps a reboot,
or a rerun the command "download system" in Zshaolin.
On Tue, Oct 15, 201
Jay Dixit writes:
> Hey everyone,
>
> I'm trying to use Dov Grobgeld's org-slidy (https://github.com/dov/org-slidy)
> to create HTML-based slideshows using org-mode, but it doesn't seem to be
> working. I'm not sure, but I suspect this is because the syntax for org's
> HTML export may have change
Christian Moe writes:
[...]
>
>>> 3. Give the first page the page style OrgFirstPage.
>
>> Which I had to create new. Is that intended?
> (...)
>
>>> It doesn't strictly have to be that style, or an Org-prefixed style at
>>> all, but it's strange that you don't have them.
>
>> Yes, w
Uh, I said:
> Right. I can't actually find a useful field to insert for email, apart
> from Insert>Fields>Document>Sender>E-mail, which is populated from the
> user data registered for LibreOffice on your user account, not from the
> document information, which does not contain email info.
But a
Andreas Leha writes:
> Hi Christian,
>
> [bringing this back on the list]
Oops.
>> 3. Give the first page the page style OrgFirstPage.
> Which I had to create new. Is that intended?
(...)
>> It doesn't strictly have to be that style, or an Org-prefixed style at
>> all, but it's stra
Dear Carsten,
Carsten Dominik writes:
> in 2009, we ran a customization survey, to figure out which variables are
> actually used by active Org-mode users. The results can be seen here:
>
>http://orgmode.org/worg/org-configs/org-customization-survey.html
[...]
> Any takers?
I would l
Hi Rick and John,
r...@rickster.com writes:
> On 2013-10-22 21:53, John Kitchin wrote:
>> Is it possible to define new links that would be rendered as inline
>> images?
>>
>> I am imagining something like
>>
>> chemdraw:benzene.png
>>
>> which would show the benzene.png file inline, but when
40 matches
Mail list logo