Re: [O] naming image files before exporting to PDF

2015-02-06 Thread Rainer M Krug
I remember a similar problem, and the cuprit was the dot. If I remember correctly, LaTeX was interpreting everything after the *first* "." as the extension. After avoiding "." in file names for images, it worked. "_" are fine. Rainer John Kitchin writes: > Dashes are usually fine. Did you tr

Re: [O] Bug: bulk TODO state change creates a LOGBOOK state change note only for one task

2015-02-06 Thread Nicolas Goaziou
Hello, Maxim Baz writes: > I expect org-mode to create such "state change" note in LOGBOOK drawer for > every task I'm changing. > > Now I'll describe my steps in a bit more detailed way, and afterwards you > will find the system information I use. > > 1. emacs -Q -l ~/org-minimal.el ~/test.org

Re: [O] Exporting columnviews

2015-02-06 Thread Nicolas Goaziou
Hello, Lele Gaifax writes: > I use Org (Emacs 24.4.90, with Org mode 8.2.10) to analyze and plan the > development of new projects/features, with a persistent columnview containing > a summary, something like the following: > > #+TITLE: Test > #+PROPERTY: Effort_ALL 1:00 2:00 3:00 4:00 5

Re: [O] ERT test for checking HTML export: void-variable org-export-filters-alist

2015-02-06 Thread Nicolas Goaziou
Hello, Sebastien Vauban writes: >> Here is my code to do so: >> >> (require 'ox) >> >> (defun compare-org-html-export-files (orgfile) >> "Compare current export of ORGFILE with HTML file already present on disk." >> (let* ((base-name >> (concat (file-name-directory orgfile) (file

Re: [O] naming image files before exporting to PDF

2015-02-06 Thread Timothée Flutre
Thanks for your answers. In fact, the problem comes from the LaTeX package "underscore" (I had it in my ~/.emacs). In this situation: #+latex_header: \usepackage{underscore} #+latex_header: \graphicspath{ {./images/} } [[file:simul001_a-4_b-0-1.pdf]] => the image is not displayed Whereas in this

Re: [O] naming image files before exporting to PDF

2015-02-06 Thread Andreas Leha
Hi, usually, the grffile package works very well. Try this, which works fine for me: --8<---cut here---start->8--- #+latex_header: \graphicspath{ {./images/} } #+latex_header: \usepackage{grffile} * test In the org file, it would look like this: [[file:simul

[O] Strange behavior with block agendas

2015-02-06 Thread Yuri Niyazov
If a block agenda exists, with say, agenda on top and todo on the bottom, then by default it opens to "today". It is possible then to press j and select a different date to go to. After that, if we hit "r" to redisplay, we get different behavior: - If the point is in the agenda section of the buf

[O] [BUG] on export resulting in endless evaluation

2015-02-06 Thread Rainer M Krug
Hi when exporting the fillowing org file, I get an endless loop of evaluations. This happens with only orgmode and languages enabled , | GNU Emacs 24.4.1 (x86_64-apple-darwin14.0.0, Carbon Version 157 AppKit 1343.16) of 2015-02-02 on Rainers-MacBook-Pro-4.local | Org-mode version 8.3beta (

Re: [O] How to use Calc constants in an Org table?

2015-02-06 Thread Marcin Borkowski
On 2015-02-06, at 01:47, Eric Abrahamsen wrote: > References to constants need to be prefixed with a "$". So replacing the > "phi" with "$phi" in the table formula should do what you want. Thanks a lot! It works, of course. (I /did/ RTFM, but missed that sentence...) > Eric Regards, -- Ma

Re: [O] Citations, continued

2015-02-06 Thread Nicolas Goaziou
Richard Lawrence writes: Thanks for this reverse engineering. > Specifically I think we need the following categories, all of which > would be objects: > - key > - prefix / pre-text > - suffix / post-text > - locator > - individual citation > - bracketed citation > - unbracketed ci

[O] synctex and org - any news?

2015-02-06 Thread Rainer M Krug
I was wondering - is there any news on including synctex support into org? I found the thread http://comments.gmane.org/gmane.emacs.orgmode/69454 but it seems that it has not been included after that? Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description:

Re: [O] Bug: bulk TODO state change creates a LOGBOOK state change note only for one task

2015-02-06 Thread Maxim Baz
> This should be fixed. Thank you. I confirm, it works as expected now. Thanks for the fast support! On Fri Feb 06 2015 at 9:54:24 AM Nicolas Goaziou wrote: > Hello, > > Maxim Baz writes: > > > I expect org-mode to create such "state change" note in LOGBOOK drawer > for > > every task I'm chan

Re: [O] export subtree from the command line

2015-02-06 Thread Alan Schmitt
On 2015-02-05 08:27, "Charles C. Berry" writes: > On Thu, 5 Feb 2015, Alan Schmitt wrote: > >> Hello, >> >> I'm teaching a class where I have a big monolithic file for all the >> lectures. Right now I export each lecture as a subtree from the file >> itself, but I would like to do it from a Makef

Re: [O] fix is with another glitch when adding two dates

2015-02-06 Thread Gregor Zattler
Hi Nicolas, I confirm this is fixed. Thank you very much, Gregor * Nicolas Goaziou [05. Feb. 2015]: > Gregor Zattler writes: > >> there is still a glitch. If I now add two items at the same day.: >> >> rm /tmp/*diary* ; emacs-snapshot -Q -L /home/grfz/src/org-mode/lisp/ -nw >> --eval '(setq

[O] Removing headers from custom agenda view

2015-02-06 Thread Giulio Petrucci
Hello there, I'm playing a bit with the custom agenda view and have ended up with something like: (setq org-agenda-custom-commands '(("b" "Test" (tags-todo "STARTED" ((org-agenda-overriding-header "Started"))) (tags-todo "WAITING" ((org-agenda-overriding-header "Waitin

[O] Invalid search bound (wrong side of point) when generating Agenda

2015-02-06 Thread Karl Voit
Hi! - environment - GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2014-01-01 on gkar, modified by Debian - Org-mode version 8.3beta (release_8.3beta-801-gab9e9d @ /home/vk/.emacs.d/contrib/org-mode/lisp/) - re-produce with: 1. ~C-c a m~ 2. +SCHEDULED>"<+2d>" (or

Re: [O] Strange behavior with block agendas

2015-02-06 Thread Subhan Michael Tindall
> -Original Message- > From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org > [mailto:emacs-orgmode-bounces+subhant=familycareinc@gnu.org] On > Behalf Of Yuri Niyazov > Sent: Friday, February 06, 2015 2:02 AM > To: emacs-orgmode@gnu.org > Subject: [O] Strange behavior with bl

Re: [O] [BUG] on export resulting in endless evaluation

2015-02-06 Thread Charles Berry
Rainer M Krug krugs.de> writes: > > > Hi > > when exporting the fillowing org file, I get an endless loop of > evaluations. > > This happens with only orgmode and languages enabled > > , > | GNU Emacs 24.4.1 (x86_64-apple-darwin14.0.0, Carbon Version 157 > | Org-mode version 8.3beta (rel

Re: [O] Strange behavior with block agendas

2015-02-06 Thread Yuri Niyazov
>> If a block agenda exists, with say, agenda on top and todo on the bottom, >> then by default it opens to "today". It is possible then to press j and >> select a >> different date to go to. After that, if we hit "r" to redisplay, we get >> different >> behavior: >> - If the point is in the ag

Re: [O] Citations, continued

2015-02-06 Thread Richard Lawrence
Hi Nicolas and all, Nicolas Goaziou writes: > Richard Lawrence writes: > > Thanks for this reverse engineering. > >> Specifically I think we need the following categories, all of which >> would be objects: >> - key >> - prefix / pre-text >> - suffix / post-text >> - locator >> - indiv

Re: [O] Citations, continued

2015-02-06 Thread Rasmus
Hi, I realize you list Pandoc features, but I will still point out some issues with this syntax. Richard Lawrence writes: > Specifically I think we need the following categories, all of which > would be objects: > - key > - prefix / pre-text > - suffix / post-text > - locator What is t

Re: [O] Citations, continued

2015-02-06 Thread Rasmus
Hi, Nicolas Goaziou writes: > - full-citation (aka individual citation), with, in addition to the > properties above, :prefix and :suffix, both being parsed string. Full-citation is confusing. A full citation is (to me) what you have in the bibliography. > Since full citations can only

Re: [O] synctex and org - any news?

2015-02-06 Thread Rasmus
Rainer M Krug writes: > I was wondering - is there any news on including synctex support into > org? No news. > I found the thread > > http://comments.gmane.org/gmane.emacs.orgmode/69454 > > but it seems that it has not been included after that? Correct. -- The right to be left alone is a hu

Re: [O] Bug: 8.2.10 fails to insert diary entry [as opposed to 8.3beta (release_8.3beta-785-gb5d9f4 @ /home/grfz/src/org-mode/lisp/)]

2015-02-06 Thread Yuri Niyazov
On Tue, Feb 3, 2015 at 1:24 PM, Gregor Zattler wrote: >> Could you provide a more complete backtrace, possibly with >> a non-compiled Org (C-u M-x org-reload)? > > Sorry, I cannot reproduce it any more. Which is strange since > nothing changed on this system with respect to this receipt. > > Sorr