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
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
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:
@
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
0001-Add-latex-optional-option-to-ox-bibtex.patch
Description: Binary data
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
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'
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. üöä
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
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
(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
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
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
> 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
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
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
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
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
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.
>>
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
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--
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
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
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
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
>
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
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
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-
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
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
>>>
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
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
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
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
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:
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
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
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
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
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
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
> > 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-
42 matches
Mail list logo