Re: [O] Beamer export: one question and one bug

2013-10-26 Thread Jarmo Hurri
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

Re: [O] [Bug] Removing scheduled/deadline shows "Entry repeats:..." which is not true

2013-10-26 Thread Karl Voit
* 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 >

Re: [O] Custom forwarding for a scheduled task

2013-10-26 Thread Fletcher Charest
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

Re: [O] Babel issue after upgrade to Org 8?

2013-10-26 Thread Rasmus Karlsson
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

Re: [O] Problem with automatic recursive adding of org-agenda-files

2013-10-26 Thread Tor Eriksson
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

[O] org-slidy in org 8.x?

2013-10-26 Thread Jay Dixit
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

[O] Problem with automatic recursive adding of org-agenda-files

2013-10-26 Thread Tor Eriksson
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 "

[O] org-slidy in org 8.x?

2013-10-26 Thread Jay Dixit
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

Re: [O] make new links show as figures?

2013-10-26 Thread John Kitchin
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,

[O] generating ToC for existing PDF?

2013-10-26 Thread Adam Spiers
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:

Re: [O] Problem with automatic recursive adding of org-agenda-files

2013-10-26 Thread Sebastien Vauban
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

[O] Setting the PDF viewer

2013-10-26 Thread Scott Randby
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

Re: [O] Setting the PDF viewer

2013-10-26 Thread Oleh
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")

[O] Giving priority to overdue habits that repeat more frequently

2013-10-26 Thread Thomas Morgan
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

Re: [O] Setting the PDF viewer

2013-10-26 Thread Scott Randby
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::

Re: [O] Can't get listings to work

2013-10-26 Thread Thomas S. Dye
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

Re: [O] Problem with automatic recursive adding of org-agenda-files

2013-10-26 Thread Mike McLean
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

Re: [O] Can't get listings to work

2013-10-26 Thread Nicolas Goaziou
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

[O] Capture templates with "function" type

2013-10-26 Thread Brett Viren
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

Re: [O] org babel before excute hook

2013-10-26 Thread Samuel Wales
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. > >

[O] [PATCH] Add \endifrsthead to longtable export

2013-10-26 Thread Thomas S. Dye
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.

[O] [PATCH] Longtable continuation strings customizable

2013-10-26 Thread Thomas S. Dye
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

Re: [O] Beamer export: one question and one bug

2013-10-26 Thread Nick Dokos
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

[O] Setting properties when scrolling around buffer puts property in wrong headline

2013-10-26 Thread John Hendy
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,

Re: [O] trying to write a guidebook for students using org , need help with formating

2013-10-26 Thread Xebar Saram
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