[O] Status of hooks

2013-10-24 Thread Fabrice Popineau
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

Re: [O] ebnf2ps for babel

2013-10-24 Thread Eric Schulte
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)

Re: [O] Babel issue after upgrade to Org 8?

2013-10-24 Thread Eric Schulte
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)))'

Re: [O] org-slidy and other HTML slideshows in org 8.x?

2013-10-24 Thread Rick Frankel
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 > #+

Re: [O] make new links show as figures?

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

Re: [O] org-slidy and other HTML slideshows in org 8.x?

2013-10-24 Thread Rick Frankel
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 > #+

Re: [O] make new links show as figures?

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

Re: [O] Create sub-directories and files from within org

2013-10-24 Thread John Kitchin
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

Re: [O] make new links show as figures?

2013-10-24 Thread John Kitchin
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

Re: [O] reverse column or row.

2013-10-24 Thread Michael Brand
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

Re: [O] Help on spreadsheet/calc references and improvements

2013-10-24 Thread Michael Brand
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

Re: [O] org-babel generated images and +ATTR_LATEX

2013-10-24 Thread Michael Gauland
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

Re: [O] Ignored in-buffer settings and after-export hook

2013-10-24 Thread Nicolas Goaziou
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

[O] Want to copy a sparse tree to a buffer

2013-10-24 Thread Subhan Tindall
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

Re: [O] [BUG] Exporting to HTML a document with a #+CALL

2013-10-24 Thread Eric S Fraga
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

Re: [O] Full org-mode on unrooted Android

2013-10-24 Thread Charles Philip Chan
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

Re: [O] org-slidy and other HTML slideshows in org 8.x?

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

Re: [O] Full org-mode on unrooted Android

2013-10-24 Thread Carsten Dominik
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

Re: [O] Full org-mode on unrooted Android

2013-10-24 Thread Charles Philip Chan
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

Re: [O] Full org-mode on unrooted Android

2013-10-24 Thread Carsten Dominik
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

Re: [O] Problem with automatic recursive adding of org-agenda-files

2013-10-24 Thread Tor Eriksson
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

Re: [O] trying to write a guidebook for students using org , need help with formating

2013-10-24 Thread Xebar Saram
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

Re: [O] subscribing mailing list

2013-10-24 Thread Nick Dokos
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

Re: [O] make new links show as figures?

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

Re: [O] Problem with automatic recursive adding of org-agenda-files

2013-10-24 Thread Nicolas Richard
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

Re: [O] Problem with automatic recursive adding of org-agenda-files

2013-10-24 Thread Tor Eriksson
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

[O] reverse column or row.

2013-10-24 Thread Uwe Brauer
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

Re: [O] Problem with automatic recursive adding of org-agenda-files

2013-10-24 Thread Nick Dokos
[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

[O] subscribing mailing list

2013-10-24 Thread Homer MH Chen
Hi, I started using org mode. please put me on the mailing list. many thanks. Ming-Hong

Re: [O] make new links show as figures?

2013-10-24 Thread Carsten Dominik
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

Re: [O] Beamer export: How to handle overlayarea

2013-10-24 Thread Suvayu Ali
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

Re: [O] trying to write a guidebook for students using org , need help with formating

2013-10-24 Thread Suvayu Ali
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

Re: [O] odt export with 'header'

2013-10-24 Thread Andreas Leha
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

Re: [O] Full org-mode on unrooted Android

2013-10-24 Thread Scot Becker
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

Re: [O] org-slidy and other HTML slideshows in org 8.x?

2013-10-24 Thread Rasmus
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

Re: [O] odt export with 'header'

2013-10-24 Thread Andreas Leha
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

Re: [O] odt export with 'header'

2013-10-24 Thread Christian Moe
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

Re: [O] odt export with 'header'

2013-10-24 Thread Christian Moe
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

Re: [O] Repeating the customization survey?

2013-10-24 Thread Florian Adamsky
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

Re: [O] make new links show as figures?

2013-10-24 Thread Alan Schmitt
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