Greetings!
Nicolas Goaziou writes:
>> 1. First the question: when I export the org file below as Beamer (C-c
>>C-e l O), I get an empty outline. How do I fix this?
>
> I cannot reproduce it. What happens with "-q"?
The same thing: an empty outline.
To be exact, I ran "emacs -q" and the ex
* Marcin Borkowski wrote:
> Dnia 2013-04-18, o godz. 10:53:30
> Karl Voit napisaĆ(a):
>
>> * Bastien wrote:
>> > Hi Karl,
>> >
>> > Karl Voit writes:
>> >
>> >> Sorry for the late reply. This is because I do have troubles to
>> >> come up with a minimal example. Starting Emacs with debug-init
>
Dear all,
In case someone would be interested, I came up with an ugly hack, nor
robust or elegant, but it works... It iterates over all headings, check if
the current heading has a property "reschedule" and a "TODO" state, and if
the number of days passed in the current year for today is greater t
Hi Eric!
Thanks for the help. Your command was quite useful. It turns out that on
emacs23,
you get
defined? nil
However, on emacs24 you get
defined? t
So it seems I just need to use the newest emacs version!
Thanks!
Rasmus
2013-10-25 03:48, Eric Schulte skrev:
The `org-babel-do-load-language
Follow up: at almost the end of my previous message I meant to say that:
"...by: changing the name of the file, updating agenda with g and pressing *
R[emove]*. Then this file is also not picked up any more; not under the new
name or, if I change the name back, under it's old name."
Sorry for any
Hey everyone,
I'm trying to use Dov Grobgeld's org-slidy (https://github.com/dov/org-slidy)
to create HTML-based slideshows using org-mode, but it doesn't seem to be
working. I'm not sure, but I suspect this is because the syntax for org's
HTML export may have changed?
Here are the options used b
Hello all,
I have searched the web without finding a solution to the following
problem:
I am using this snippet in my .emacs.d (using emacs starterkit) to
dynamically and recursively load all org files in the directory
"important-directory" and any subdirectory of this directory:
(load-library "
Hey everyone,
I'm trying to use Dov Grobgeld's org-slidy (https://github.com/dov/org-slidy)
to create HTML-based slideshows using org-mode, but it doesn't seem to be
working.
I'm not sure, but I suspect this is because the syntax for org's HTML
export may have changed?
Here are the options used
I realize that. I offered this approach as an alternative, as I
> believe I can add the functionality to expand inline images in the
> description portion, but i don't see a way to make the link portion
> accept "aliases" for the file: protocol without major changes to link
> handling. Even then,
Hi all,
I have an existing PDF, along with a text file table of contents. Is
it possible to use org to generate a new PDF which includes a ToC at
the beginning, where each item in the ToC is hyperlinked to its
corresponding page in the original PDF? I see that org understands
hyperlinks like:
Tor Eriksson wrote:
> In fact, now I can not get the snippet to pick up *any *new .org file in
> the directory .../important-directory or subdiretory! Even when the new
> .org file sits adjacent to a file that is picked up by the snippet.
>
> Also, if I do the same procedure again to another file t
If I have a file:./paper.pdf link in an Org document, the PDF opens
using GV when I click on the link. I like GV, but it doesn't support
links. How do I change the PDF viewer for file:./paper.pdf external
links?
Scott Randby
The variable to set is `org-file-apps'.
Here's what I have currently:
(setq org-file-apps '((auto-mode . emacs)
("\\.x?html?\\'" . "firefox %s")
("\\.pdf\\'" . "evince \"%s\"")
("\\.pdf::\\([0-9]+\\)\\'" . "evince \"%s\" -p %1")
Dear Org mode hackers,
Here is a patch to give priority to overdue habits that repeat more
frequently. The number of times a habit would have been done if it
had always been on time is made a factor in its urgency score. I'm
not sure if this is true for everyone but my more frequently repeating
On 10/26/2013 11:26 AM, Oleh wrote:
> The variable to set is `org-file-apps'.
> Here's what I have currently:
>
> (setq org-file-apps '((auto-mode . emacs)
> ("\\.x?html?\\'" . "firefox %s")
> ("\\.pdf\\'" . "evince \"%s\"")
> ("\\.pdf::
Apologies for the noise. I'm exporting two documents with different
requirements and put the configuration in the wrong place. Now that it
is in the right place, all works as it should.
Is the docstring for org-latex-listing-options correct? I had to use
double backslashes instead of the single ba
On Oct 26, 2013, at 10:12 AM, Sebastien Vauban wrote:
> Tor Eriksson wrote:
>> In fact, now I can not get the snippet to pick up *any *new .org file in
>> the directory .../important-directory or subdiretory! Even when the new
>> .org file sits adjacent to a file that is picked up by the snippet
Hello,
t...@tsdye.com (Thomas S. Dye) writes:
> Is the docstring for org-latex-listing-options correct? I had to use
> double backslashes instead of the single backslashes shown in the
> docstring.
You're right. I fixed it.
Thank you.
Regards,
--
Nicolas Goaziou
Hi,
I'm trying to set up a capture template of type "function" in order to
produce a daily log file named after today's date.
It mostly works. However, after doing the C-cC-c to close the capture
buffer the window is left holding the daily log file which the capture
just updated instead of going
I have confirmed that this works. Thank you.
On 10/14/13, Eric Schulte wrote:
> I just pushed up a change so that `org-confirm-babel-evaluate' will
> always be called from the head of the code block being evaluated. So
> the info can always be reached with something like the following.
>
>
Aloha all,
Previously, export of LaTeX longtables that spanned a page break
generated a caption on each page, resulting in multiple entries in the
table of contents.
The attached patch for ox-latex.el implements the \endfirsthead command
so the caption only appears once, at the top of the table.
Aloha all,
The attached patch should be applied on top of the earlier patch. It
makes the continuation strings customizable.
All the best,
Tom
>From 2b3fbcf9a8ea64ef6207237ef48b9c62cded01ff Mon Sep 17 00:00:00 2001
From: Thomas Dye
Date: Sat, 26 Oct 2013 14:37:30 -1000
Subject: [PATCH] Longtab
Jarmo Hurri writes:
> Greetings!
>
> Nicolas Goaziou writes:
>
>>> 1. First the question: when I export the org file below as Beamer (C-c
>>>C-e l O), I get an empty outline. How do I fix this?
>>
>> I cannot reproduce it. What happens with "-q"?
>
> The same thing: an empty outline.
>
Seem
Greetings,
I'm supposing there's no way around this... but I'm creating a
taskjuggler document that's fairly wrong. I often find myself in a
situation where I go to set a :depends: property to reference another
headline and need to go see what it's task_id is. So, I scroll down,
look at the task,
Hi again all
so i tried playing around with the latex options, read the Latex org manual
part but still confused and i still get the lines cut.
the one thing that did work was using this:
begin{itemize}
\item testing1 the long lines testing2 the long lines testing3 the long
lines testing4 the l
25 matches
Mail list logo