Re: [O] Several questions about beamer export

2013-07-12 Thread Nick Dokos
Julien Cubizolles 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 #+LATEX_HEADER: \graphicspa

Re: [O] Several questions about beamer export

2013-07-12 Thread Nick Dokos
Julien Cubizolles writes: > Nick Dokos writes: > >> Julien Cubizolles 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 Institure} >>> >>> #+LATEX_HEAD

Re: [O] Several questions about beamer export

2013-07-12 Thread Nicolas Goaziou
Hello, Julien Cubizolles 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 > \only<2-3>{Some text of picture} without creating a new heading ? You can use export snippets: @

Re: [O] Several questions about beamer export

2013-07-12 Thread Nicolas Goaziou
Hello, Nick Dokos 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 uglier. Should

[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 th

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

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

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

2013-07-12 Thread Nicolas Goaziou
Hello, Jan-Mark Batke 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, e.g. üöä

[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 timesta

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 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 native Java > VM pr

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 8.0.5

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

2013-07-12 Thread Nicolas Goaziou
Hello, Vikas Rawal 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 > goes through all tar.gz fil

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 Date: Fri, Jul 12, 2013 at 6:36 PM Subject: Re: [PATCH] Add "latex" option to ox-bibtex.el To: feng shu Cc: "emacs-orgmod

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 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 *empty* square > brac

[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 w

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? H

[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 follow

Re: [O] Help with new exporter

2013-07-12 Thread Rasmus
Nick. Robert, Disclaimer: I didn't follow this thread closely. . . Nick Dokos 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 writes: > Nick. Robert, > > Disclaimer: I didn't follow this thread closely. . . > > Nick Dokos 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

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 here--

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

Re: [O] Several questions about beamer export

2013-07-12 Thread Julien Cubizolles
Nick Dokos writes: > Julien Cubizolles 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

Re: [O] Several questions about beamer export

2013-07-12 Thread Nick Dokos
Julien Cubizolles writes: > Nick Dokos writes: > >> Julien Cubizolles 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 genera

Re: [O] Help with new exporter

2013-07-12 Thread Rasmus
John Rakestraw 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 jr-org-delete-brackets-from-tex-file >

Re: [O] Help with new exporter

2013-07-12 Thread Nick Dokos
John Rakestraw 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 that will take them

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

2013-07-12 Thread J. David Boyd
Nick Dokos 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 anywher

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 (org-export-derived-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, but

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 wrote: > Nick Dokos 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 >>>

[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 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, if >> you prove

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

2013-07-12 Thread J. David Boyd
Ivan Andrus 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 wrote: > >> Nick Dokos writes: >> >>> da...@adboyd.com (J. David Boyd) writes: >>> A while back I set this to 5 minutes, and tried it

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 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 wrote: >> >>> Nick Dokos writes: >>> da...@adboyd.com (J. David Boyd) writes:

Re: [O] Several questions about beamer export

2013-07-12 Thread Nick Dokos
Darlan Cavalcante Moreira 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 you will be a

[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 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 via babel. > > I'm

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 wrote: > You need to install gnuplot.el, which looks like it can be installed > with ELPA. > > Cheers, > > Paul Stansell writes: > >> Hello, >> >> I hesitate to ask this quest

[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 org-mode

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, f

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-