[O] CDLaTeX in Org document

2013-10-26 Thread Vladimir Lomov
Hello, I'm using CDLaTeX with Org documents and with LaTeX ones (AUCTeX major mode). I configured cdlatex to insert closing brackets and dollar ( '$({[' ) and this works fine in AUCTeX major mode. Is it possible to use similar feature in combination Org+cdlatex? I tested with following settings

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

2013-10-26 Thread Jarmo Hurri
Greetings! Nicolas Goaziou n.goaz...@gmail.com 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

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

2013-10-26 Thread Karl Voit
* Marcin Borkowski mb...@wmi.amu.edu.pl wrote: Dnia 2013-04-18, o godz. 10:53:30 Karl Voit devn...@karl-voit.at napisaƂ(a): * Bastien b...@gnu.org wrote: Hi Karl, Karl Voit devn...@karl-voit.at writes: Sorry for the late reply. This is because I do have troubles to come up with a

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 than

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

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

[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, it

[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 that

[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::\\([0-9]+\\)\\' .

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

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 sva-n...@mygooglest.com 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

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 schulte.e...@gmail.com 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

[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 t...@tsdye.com Date: Sat, 26 Oct 2013 14:37:30 -1000 Subject:

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

2013-10-26 Thread Nick Dokos
Jarmo Hurri jarmo.hu...@syk.fi writes: Greetings! Nicolas Goaziou n.goaz...@gmail.com 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

[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