Re: [O] Is it possible to run shell script src blocks as root or to export individual blocks?

2012-03-06 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Eric Schulte writes: >> >>> Leo Alekseyev writes: >>> I was wondering if there was an easy way to execute some shell commands contained in a src block as root. Alternatively, is there a quick way to export _just_ that one source

Re: [O] Push a dependent TODO item on top of a depending one

2012-03-06 Thread Bernt Hansen
"Alan E. Davis" writes: > It just occurred to me to try to implement a method of pushing a TODO > item on top of another, in the manner of a Stack.  The item on top of > the stack is a task upon which performance of some other task > depends.  > > > I need to call someone, so I have a task that a

[O] Extracting PDF file annotations into Org-mode

2012-03-06 Thread Karl Voit
Hi! I manage my research reference papers with Org-mode similar to [1]. Since I got an Android tablet I pretty much enjoy an automatism to get the actual text of annotations and highlighting back to Org-mode as well. Take a look to [2] where I put an example shell script with a short documentati

Re: [O] Extracting PDF file annotations into Org-mode

2012-03-06 Thread Thorsten
Karl Voit writes: > http://tincman.wordpress.com/2011/01/04/research-paper-management-with-emacs-org-mode-and-reftex/ Thanks, I just copied your reftex - orgmode configuration to my .emacs. Have to take a deeper look, but I always wanted those nice bib links at the bottom of my org files. --

Re: [O] [BUG] LATEX_CLASS_OPTIONS not working

2012-03-06 Thread suvayu ali
Hi Nick, On Tue, Mar 6, 2012 at 03:42, Nick Dokos wrote: > I don't think it's a regression - at least I could only find two commits > that touched the relevant code (lines 1397-1405 in org-latex.el) and > they are from 2008 and 2009. > > Also the latex syntax is > >   \documentclass[a4paper]{arti

[O] Bug: Babel blocks with continuation line at end of block fails to export [7.8.03 (release_7.8.03.542.gdfeac)]

2012-03-06 Thread Bernt Hansen
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[O] parse-time-months/weekdays configuration conflicting with gnus (?)

2012-03-06 Thread Rainer Thiel
I have configured the variables parse-time-months and parse-time-weekdays with the German months and weekday names and appropriate abbreviations to be able to use them when setting a time-stamp in org-mode. This has worked fine for years, and still does as far as org-mode is concerned. Since I re

Re: [O] [PATCH] Option for clock and timer to be displayed in frame-title

2012-03-06 Thread Bernt Hansen
Bernt Hansen writes: > George Kettleborough writes: > >> On Tue, Feb 28 2012, Bernt Hansen wrote: >>> This patch needs a changelog entry in the commit text and a long >>> description would also be appreciated. The long description allows us >>> to see the purpose of the patch and how to use it

Re: [O] [PATCH] Option for clock and timer to be displayed in frame-title

2012-03-06 Thread Bernt Hansen
Bernt Hansen writes: > Bernt Hansen writes: > >> George Kettleborough writes: >> >>> On Tue, Feb 28 2012, Bernt Hansen wrote: This patch needs a changelog entry in the commit text and a long description would also be appreciated. The long description allows us to see the purpose

Re: [O] [PATCH] Option for clock and timer to be displayed in frame-title

2012-03-06 Thread George Kettleborough
Hi Bernt, On Tue, Mar 06 2012, Bernt Hansen wrote: > I tried this patch at work and it hangs my Emacs session in Windows on > startup. It's totally unresponsive and I have to kill the process with > the task manager. > > I think there's an implementation problem here but I don't have any > other

Re: [O] [PATCH] Option for clock and timer to be displayed in frame-title

2012-03-06 Thread Jos'h Fuller
Hi! > Can you change the frame title by doing (setq > frame-title-format ...) on Windows emacs normally? Just to let you know, I am using Windows Emacs 23.2.1 (i386-mingw-nt5.2.3790) I tried: (setq-frame-title-format "This is a test.") in the *scratch* window and got: Debugger entered--

Re: [O] [PATCH] Option for clock and timer to be displayed in frame-title

2012-03-06 Thread Nick Dokos
Jos'h Fuller wrote: > Hi! > > > Can you change the frame title by doing (setq > > frame-title-format ...) on Windows emacs normally? > > Just to let you know, I am using Windows Emacs 23.2.1 (i386-mingw-nt5.2.3790) > > I tried: > > (setq-frame-title-format "This is a test.") > The corre

Re: [O] [PATCH] Option for clock and timer to be displayed in frame-title

2012-03-06 Thread Bernt Hansen
George Kettleborough writes: > Hi Bernt, > > On Tue, Mar 06 2012, Bernt Hansen wrote: >> I tried this patch at work and it hangs my Emacs session in Windows on >> startup. It's totally unresponsive and I have to kill the process with >> the task manager. >> >> I think there's an implementation p

Re: [O] Including Latex Files

2012-03-06 Thread Markus Grebenstein
Dear Nicolas, Tanks a lot. I found out that #+INCLUDE: "myfile.tex" latex does work also. I just forgot the quotes, sorry. Reading the manual I would have expected that src does export formatted source code which is not what I intended. Best, Markus Am 05.03.2012 20:43, schrieb Nicolas

[O] Problem with booktabs patch

2012-03-06 Thread John Hendy
I'm perplexed. The patch from Niels from a previous thread was working great: --- http://www.mail-archive.com/emacs-orgmode@gnu.org/msg50809.html For some reason, I'm having issues with it, perhaps after a recent pull. I'm on a branch called booktabs which has the patch applied successfully. I can

Re: [O] Problem with booktabs patch

2012-03-06 Thread John Hendy
Update that is very odd to me. If I start emacs and do =M-x customize-variable [RET] org-export-latex- [TAB]=, I only have two options: --- org-export-latex-default-packages-alist org-export-latex-packages-alist --- In looking through lisp/org-latex.el, I noticed that the various options are in t

Re: [O] Lieterate Programming for configuration settings

2012-03-06 Thread Vladimir Lomov
Hello, ** Eric Schulte [2012-03-05 07:58:59 -0700]: > Hi Vladimir, > [...] >> At first, I thought about table in org file with three columns: >> | Keybind | Code | Description | >> |-+--+-| >> but I don't know how to exclude second column in html export and how >> to ge

[O] AUCTeX conflicting with org-mode

2012-03-06 Thread suvayu ali
Hi, I am having conflicts AUCTeX when I try to open plain latex files after I exporting an org file to latex. These are the exact steps. 1. Start Emacs as: emacs -q (so that the site files load and I have auctex available). 2. Open any org file and export to latex, C-c C-e l. 3. Open another p

[O] bulk action mark persistence

2012-03-06 Thread Skip Collins
When I perform a bulk action on items in the agenda, the marked items get unmarked after the action is completed. This is a problem if I want to perform multiple actions on the marked entries. Here is a use case. I use capture.org to collect actionable items throughout the day. Occasionally I view

Re: [O] AUCTeX conflicting with org-mode

2012-03-06 Thread Yagnesh Raghava Yakkala
Hi Suvayu, suvayu ali writes: > Hi, > > I am having conflicts AUCTeX when I try to open plain latex files after > I exporting an org file to latex. These are the exact steps. > > 1. Start Emacs as: emacs -q (so that the site files load and I have >auctex available). > 2. Open any org file a