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
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
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
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
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
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
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
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 (
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
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
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:
> 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
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
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
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
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
> -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
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
>> 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
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
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
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
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
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
24 matches
Mail list logo