[O] [Patch] ob-ditaa.el for Cygwin

2013-07-12 Thread Yujie Wen
Hi, ob-ditaa.el calls Java VM to generate pictures. Unfortunately, Cygwin doesn't have native Java VM. In order to call the Windows native Java VM properly, all Cygwin paths pointing to ditaa.jar, the temporary input file and the output picture file must be changed to Windows native paths, for

Re: [O] How can I set the maximum height of the other window created with org-agenda-follow-mode?

2013-07-12 Thread Bastien
Hi Trevor, Trevor Murphy trevor.m.mur...@gmail.com writes: Eric's correct. My original message must not have been clear enough, my bad. Yes -- I've read too fast. I don't know about a good solution, but maybe I've not looked hard enough... Best, -- Bastien

Re: [O] Several questions about beamer export

2013-07-12 Thread Nick Dokos
Julien Cubizolles j.cubizol...@free.fr writes: * in LaTeX you can use \graphicspath to define the directories in which to look for picture files. Does org mode offer the same possibility ? No special mechanism afaik, but there is a general one. Did you try adding something like

Re: [O] Several questions about beamer export

2013-07-12 Thread Nick Dokos
Julien Cubizolles j.cubizol...@free.fr writes: Nick Dokos ndo...@gmail.com writes: Julien Cubizolles j.cubizol...@free.fr writes: ... * All the headers I add end up on the same line when I define them like in the following (even with an empty line). #+LATEX_HEADER_EXTRA: \institute{My

Re: [O] Several questions about beamer export

2013-07-12 Thread Nicolas Goaziou
Hello, Julien Cubizolles j.cubizol...@free.fr writes: * What's the difference between BEAMER_ENV and BEAMER_env ? Properties are case insensitive. Therefore there is none. * What is the best way to generate \only2-3{Some text of picture} without creating a new heading ? You can use

Re: [O] Several questions about beamer export

2013-07-12 Thread Nicolas Goaziou
Hello, Nick Dokos ndo...@gmail.com writes: While we are talking about cosmetic whitespace issues, let me also point out that the default beamer class in ox-beamer contains unnecessary indentation. Clearly, it's there to make the lisp code look prettier but it makes the resulting latex code

[O] [PATCH] Add latex option to ox-bibtex.el

2013-07-12 Thread feng shu
0001-Add-latex-optional-option-to-ox-bibtex.patch Description: Binary data

[O] How to trigger the clockcheck in an agenda view.

2013-07-12 Thread Rainer Stengele
Hi, I want to start an aganda view over a week and immediately check the consistency of clock entries: See manual for agenda dispacther: v c Show overlapping clock entries, clocking gaps, and other clocking problems in the current agenda range. You can then visit clocking lines and fix

Re: [O] [PATCH] Add latex option to ox-bibtex.el

2013-07-12 Thread Nicolas Goaziou
Hello, feng shu tuma...@gmail.com writes: From 34d1af7f1b0ecb38000f7a19ad17f3d7bfdf26fa Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Fri, 12 Jul 2013 15:14:56 +0800 Subject: [PATCH] Add latex optional option to ox-bibtex * ox-bibtex.el (org-latex-keyword,

Re: [O] [bug] latex export ascii encoding

2013-07-12 Thread Nicolas Goaziou
Hello, Jan-Mark Batke bad...@gmx.net writes: exporting latex causes some trouble here. - exporting utf-8 ascii does work - exporting latin-1 ascii does not work, - the file format is set correctly (1 in mode-line displayed) - inputenc option is set to latin1 - content is corrupted,

[O] [PATCH] org-contacts: Update contacts cache if it contains markers with no buffer

2013-07-12 Thread Øyvind Stegard
Hi list, In contrib/lisp/org-contacts.el: The function `org-contacts-db-need-update-p' does two checks to determine if the contacts cache should be updated: 1. If the variable `org-contacts-last-update' is nil. 2. If modification time of any file containing contacts is more recent than

Re: [O] [Patch] ob-ditaa.el for Cygwin

2013-07-12 Thread Jambunathan K
Have your tried setting the *Windows* environment variable $HOME via Windows system settings to d:/cygwin/home/yujie? Yujie Wen yjwen...@gmail.com writes: Hi, ob-ditaa.el calls Java VM to generate pictures. Unfortunately, Cygwin doesn't have native Java VM. In order to call the Windows

Re: [O] Help with new exporter

2013-07-12 Thread Robert Klein
(sorry, this should've gone to the list the first time) Hi John, sorry, I can't help you with the filters. On the other hand, I don't see any reason why you gt whose square brackets. I tried different versions of org-mode, and never got *empty* square brackets. E.g. I tried with org-mode

Re: [O] org-publish error: Stack overflow in regexp matcher

2013-07-12 Thread Nicolas Goaziou
Hello, Vikas Rawal vikasli...@agrarianresearch.org writes: When I try to publish my site built with org-mode, it scans through all files to create the sitemap, and hangs up with error: Stack overflow in regexp matcher. Oddly, it scans through all files including the static content. It

Re: [O] [PATCH] Add latex option to ox-bibtex.el

2013-07-12 Thread feng shu
Really? This problem can be resolved with hooks or filters? Could you give me more informations or a example? -- Forwarded message -- From: Nicolas Goaziou n.goaz...@gmail.com Date: Fri, Jul 12, 2013 at 6:36 PM Subject: Re: [PATCH] Add latex option to ox-bibtex.el To: feng shu

Re: [O] [PATCH] Add latex option to ox-bibtex.el

2013-07-12 Thread Nicolas Goaziou
Really? This problem can be resolved with hooks or filters? Could you give me more informations or a example? Perhaps something like the following (untested) should do the trick: (defun my-bibliography-selector-hook (backend) (case backend (latex (when (save-excursion

Re: [O] Help with new exporter

2013-07-12 Thread Nick Dokos
Robert Klein klein...@mpip-mainz.mpg.de writes: (sorry, this should've gone to the list the first time) Hi John, sorry, I can't help you with the filters. On the other hand, I don't see any reason why you gt whose square brackets. I tried different versions of org-mode, and never got

[O] org-clock-idle-time

2013-07-12 Thread J. David Boyd
A while back I set this to 5 minutes, and tried it for a while, and decided I didn't like it, and set it back to never. It turns out that many times I clock into a task in Emacs, but a lot of the work I am doing is not in emacs, so the idle timer was annoying me. Turned it off, if I look at it

Re: [O] Sitemap for google?

2013-07-12 Thread Rick Frankel
On 2013-07-05 19:34, Vikas Rawal wrote: When I publish my website, orgmode gives me the sitemap as an html. Google requires sitemap as an xml, rss or text file (https://support.google.com/webmasters/answer/183668). Any suggestions on how to get orgmode to create a google-compatible sitemap?

[O] End of file during parsing; org-element-paragraph-separate void

2013-07-12 Thread Boyan Penkov
Hello all, I'm writing to report a problem with org-plus-contrib (version 20130712) installing on my system. I'm running emacs 24.3 from http://emacsformacosx.com/ Selecting org-plus-contrib from M-x package-list-packages and running the install yields the following output

Re: [O] Help with new exporter

2013-07-12 Thread Rasmus
Nick. Robert, Disclaimer: I didn't follow this thread closely. . . Nick Dokos ndo...@gmail.com writes: (sorry, this should've gone to the list the first time) Hi John, sorry, I can't help you with the filters. On the other hand, I don't see any reason why you gt whose square brackets.

Re: [O] Help with new exporter

2013-07-12 Thread Nick Dokos
Rasmus ras...@gmx.us writes: Nick. Robert, Disclaimer: I didn't follow this thread closely. . . Nick Dokos ndo...@gmail.com writes: (sorry, this should've gone to the list the first time) Hi John, sorry, I can't help you with the filters. On the other hand, I don't see any reason

Re: [O] Help with new exporter

2013-07-12 Thread John Rakestraw
Success! Thanks to all for your help. I really do appreciate your time. I cannot figure out why I'm getting the brackets that no one else is getting (Rasmus -- my problem is that they're there and I don't want them), but I now have a filter that will take them out: --8---cut

Re: [O] org-clock-idle-time

2013-07-12 Thread Nick Dokos
da...@adboyd.com (J. David Boyd) writes: A while back I set this to 5 minutes, and tried it for a while, and decided I didn't like it, and set it back to never. ... I've grepped all my .el and .org files, and can find no references to that variable anywhere. However, it still fires off

Re: [O] Several questions about beamer export

2013-07-12 Thread Julien Cubizolles
Nick Dokos ndo...@gmail.com writes: Julien Cubizolles j.cubizol...@free.fr writes: * in LaTeX you can use \graphicspath to define the directories in which to look for picture files. Does org mode offer the same possibility ? No special mechanism afaik, but there is a general one. Did

Re: [O] Several questions about beamer export

2013-07-12 Thread Nick Dokos
Julien Cubizolles j.cubizol...@free.fr writes: Nick Dokos ndo...@gmail.com writes: Julien Cubizolles j.cubizol...@free.fr writes: * in LaTeX you can use \graphicspath to define the directories in which to look for picture files. Does org mode offer the same possibility ? No special

Re: [O] Help with new exporter

2013-07-12 Thread Rasmus
John Rakestraw li...@johnrakestraw.com writes: I cannot figure out why I'm getting the brackets that no one else is getting (Rasmus -- my problem is that they're there and I don't want them), but I now have a filter that will take them out: My apology. (defun

Re: [O] Help with new exporter

2013-07-12 Thread Nick Dokos
John Rakestraw li...@johnrakestraw.com writes: Success! Thanks to all for your help. I really do appreciate your time. I cannot figure out why I'm getting the brackets that no one else is getting (Rasmus -- my problem is that they're there and I don't want them), but I now have a filter

Re: [O] org-clock-idle-time

2013-07-12 Thread J. David Boyd
Nick Dokos ndo...@gmail.com writes: da...@adboyd.com (J. David Boyd) writes: A while back I set this to 5 minutes, and tried it for a while, and decided I didn't like it, and set it back to never. ... I've grepped all my .el and .org files, and can find no references to that variable

Re: [O] Help with new exporter

2013-07-12 Thread John Rakestraw
On 12.07.2013 11:27, Rasmus wrote: 1. You'd want to check for the backend. 2. To add a two tests use and and check that the correct document class is being used with string-match. Untested: (when (and ;; check that it's a LaTeX backend

Re: [O] Help with new exporter

2013-07-12 Thread John Rakestraw
On Fri, 12 Jul 2013, Nick Dokos wrote: You underestimate my pessimism :-) I had no doubt that you can get rid of specific artifacts using specific filters like this - you could after all, run a sed script on the latex output and get rid of this stuff - it wouldn't be an org-only solution,

Re: [O] org-clock-idle-time

2013-07-12 Thread Ivan Andrus
Do you have a stale .elc or somewhere? Those are the bane of my existence. -Ivan On Jul 12, 2013, at 9:39 AM, J. David Boyd da...@adboyd.com wrote: Nick Dokos ndo...@gmail.com writes: da...@adboyd.com (J. David Boyd) writes: A while back I set this to 5 minutes, and tried it for a

[O] habit-only agenda that doesn't remove tasks when done?

2013-07-12 Thread Christopher Allan Webber
Hello, I'd like to have a habit-only agenda view, if possible, that looks a bit like: Morning habits -- life: TODO Shave [ * * ** !] habit::morning: rsi: TODO morning stretches [ ** **** *!] habit::morning: Night habits

Re: [O] Help with new exporter

2013-07-12 Thread Nick Dokos
John Rakestraw li...@johnrakestraw.com writes: On Fri, 12 Jul 2013, Nick Dokos wrote: I hope you are ultimately successful in producing exams that look exactly like you want them, using these mechanisms. But I have my doubts - you have won a battle, but the war is still raging afaict. OTOH,

Re: [O] org-clock-idle-time

2013-07-12 Thread J. David Boyd
Ivan Andrus darthand...@gmail.com writes: Do you have a stale .elc or somewhere? Those are the bane of my existence. -Ivan On Jul 12, 2013, at 9:39 AM, J. David Boyd da...@adboyd.com wrote: Nick Dokos ndo...@gmail.com writes: da...@adboyd.com (J. David Boyd) writes: A while back I

Re: [O] Several questions about beamer export

2013-07-12 Thread Darlan Cavalcante Moreira
I don't think you can change the behavior of a link type to take into account somethink similar to graphicspath, but you can easily define custom link types: For instance, put this in your org-file --8---cut here---start-8--- #+LINK: fig file:my_figure_path/%s

Re: [O] org-clock-idle-time

2013-07-12 Thread Nick Dokos
da...@adboyd.com (J. David Boyd) writes: Ivan Andrus darthand...@gmail.com writes: Do you have a stale .elc or somewhere? Those are the bane of my existence. -Ivan On Jul 12, 2013, at 9:39 AM, J. David Boyd da...@adboyd.com wrote: Nick Dokos ndo...@gmail.com writes: da...@adboyd.com

Re: [O] Several questions about beamer export

2013-07-12 Thread Nick Dokos
Darlan Cavalcante Moreira darc...@gmail.com writes: I don't think you can change the behavior of a link type to take into account somethink similar to graphicspath, but you can easily define custom link types: For instance, put this in your org-file #+LINK: fig file:my_figure_path/%s Then

[O] Help with babel and gnuplot

2013-07-12 Thread Paul Stansell
Hello, I hesitate to ask this question as I feel I should be able to work it out myself, but I don't seem to be able to. I'm trying to get gnuplot working via babel. I'm using Emacs 24.2.1 and I have Org-mode release_8.0.6-329-g0c233a installed in ~/org-mode. I'm running /usr/bin/emacs -Q -l

Re: [O] Help with babel and gnuplot

2013-07-12 Thread Eric Schulte
You need to install gnuplot.el, which looks like it can be installed with ELPA. Cheers, Paul Stansell paulstans...@gmail.com writes: Hello, I hesitate to ask this question as I feel I should be able to work it out myself, but I don't seem to be able to. I'm trying to get gnuplot working

Re: [O] Help with babel and gnuplot

2013-07-12 Thread Paul Stansell
Hi Eric, Thanks for your quick reply and helpful pointer! I got it to work. Paul On 12 July 2013 20:05, Eric Schulte schulte.e...@gmail.com wrote: You need to install gnuplot.el, which looks like it can be installed with ELPA. Cheers, Paul Stansell paulstans...@gmail.com writes:

[O] collect info from org files in agenda when open?

2013-07-12 Thread Gregor Zattler
Dear org-mod users and developers, I customized my org-agenda-files variable to contain 4 files. But I wished I could automatically add org files to the agenda simply by opening them. Is it possible to automagically add some files to the agenda iff they are visited or add the contents of

Re: [O] [PATCH] Add latex option to ox-bibtex.el

2013-07-12 Thread feng shu
I want to add a option which can setting bib for html export and latex export separately, As it for the reason: 1. bibtex2html can't work well with complex bib style, so using a simple style and making it show correctly is reasonable choose, 2. bibtex2html can't find bib style in current dir,

Re: [O] org-publish error: Stack overflow in regexp matcher

2013-07-12 Thread Vikas Rawal
Oddly, it scans through all files including the static content. It goes through all tar.gz files, pdf files, and what not. My project specification is pasted below. Sitemap is supposed to be made only with the project indianstatistics-notes and not with indianstatistics-static. But