Re: [O] bug report: agenda timeline crashes

2012-02-21 Thread Nick Dokos
Ilya Shlyakhter wrote: > In the head revision, if the org file has headlines that start with a > timestamp, the command to create a timeline of the file (C-a L) > crashes. > > > * things > *** <2011-10-06 Thu 22:24> > > some text > > > mapcar: Args out of range: #(" " 0 2 (org-category

Re: [O] Beamer export: upgrade problem, and basic questions

2012-02-21 Thread James Harkins
At Tue, 21 Feb 2012 10:21:51 -0500, Nick Dokos wrote: > > Does anyone have a comprehensive list of all ubuntu packages that are > > required for beamer to work with org 7.8.03? > > > > Check > > http://orgmode.org/worg/org-dependencies.html > > It's out of date, but maybe it's still use

Re: [O] can inline tasks export to latex via batch?

2012-02-21 Thread Myles English
On 21 February 2012 18:18, Jambunathan K wrote: > A few hours ago, Myles wrote: >> Hello, >> >> Does anyone know if I can export inline tasks to latex using --batch >> from bash?  When passed as the --funcall option, org-export-as-ascii >> will export inline tasks but org-export-as-latex-batch won'

Re: [O] agenda view for TODOs without deadline and a certain tag

2012-02-21 Thread Renato
On Tue, 21 Feb 2012 23:36:27 +0100 Simon Thum wrote: > Hi Renato, > > one of my block agendas has > (tags-todo "@work&TODO=\"TODO\"&SCHEDULED=\"\"&DEADLINE=\"\") > > i.e. lists todos which are tagged @work and aren't scheduled or > deadlined. > thank you very much Simon, I added this to

Re: [O] Bug: regression on exporting latex \footnote [7.8.03]

2012-02-21 Thread Nicolas Goaziou
Hello, Thomas Caswell writes: > 7.5 correctly exports the \footnote latex commands when exporting to > beamer, version 7.8 escapes the {} resulting in a the { being in the > footnote text instead intended text. I have attached a simple test > case, the correct output and the failed out put. I

Re: [O] agenda view for TODOs without deadline and a certain tag

2012-02-21 Thread Simon Thum
Hi Renato, one of my block agendas has (tags-todo "@work&TODO=\"TODO\"&SCHEDULED=\"\"&DEADLINE=\"\") i.e. lists todos which are tagged @work and aren't scheduled or deadlined. I guess for interactive you have to unquote the "s. HTH, Simon On 02/20/2012 10:41 PM, Renato wrote: Hi, h

[O] bug report: agenda timeline crashes

2012-02-21 Thread Ilya Shlyakhter
In the head revision, if the org file has headlines that start with a timestamp, the command to create a timeline of the file (C-a L) crashes. * things *** <2011-10-06 Thu 22:24> some text mapcar: Args out of range: #(" " 0 2 (org-category "mt3" tags nil org-highest-priority 65 org-lowest

Re: [O] can inline tasks export to latex via batch?

2012-02-21 Thread Jambunathan K
> Hello, > > Does anyone know if I can export inline tasks to latex using --batch > from bash? When passed as the --funcall option, org-export-as-ascii > will export inline tasks but org-export-as-latex-batch won't. Setting > file level options don't appear to help. Does your command line conta

[O] Question: split up files for subprojects using taskjuggler-export (tj3)

2012-02-21 Thread mail
Hello, I am looking for a solution to split one project into sub-projects, so I can distribute the project into sub-files as suggested here: http://groups.google.com/group/taskjuggler-users/browse_thread/thread/a98489a0e343ddac In my project some resources are involved in multiple sub-projects

Re: [O] anyway to create link to a line number in a file

2012-02-21 Thread Nick Dokos
Not To Miss wrote: > > Ideally, it would > > be great if in the normal stored org link, line number could be > > included in the link and would be ripped off from the text to search > > the linked file. > > > > I'm confused - what exactly are you asking for here? If yo

Re: [O] anyway to create link to a line number in a file

2012-02-21 Thread Not To Miss
On Mon, Feb 20, 2012 at 12:58 AM, Nick Dokos wrote: > Not To Miss wrote: > > > Thanks, Nick! It works, though it works only to the specified file(s) > > by overruling the original org-store-link-functions. > > Yes, org marches down the link handlers and takes the first positive > response as the

[O] can inline tasks export to latex via batch?

2012-02-21 Thread Myles English
Hello, Does anyone know if I can export inline tasks to latex using --batch from bash? When passed as the --funcall option, org-export-as-ascii will export inline tasks but org-export-as-latex-batch won't. Setting file level options don't appear to help. A minimal example follows. Emacs 23.4.1

Re: [O] Talks about Org Babel

2012-02-21 Thread Eric Schulte
Hi Carsten, I was also asked to give a talk in relation to our recent paper (by the high performance computing group at my university). My talk will be on March 25th, and I have not yet begun to prepare slides, but I will certainly share them with you once I get started. I'll likely keep them in

Re: [O] Beamer export: upgrade problem, and basic questions

2012-02-21 Thread Nick Dokos
James Harkins wrote: > ! LaTeX Error: File `marvosym.sty' not found. > > Type X to quit or to proceed, > or enter new name. (Default extension: sty) > > Enter file name: > ! Emergency stop. > > > l.18 \usepackage > {wasysym}^^M > ! ==> Fatal error occurred, no out

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-21 Thread Nick Dokos
Rainer Stengele wrote: > Is there a variable which includes the current starting date of the > agenda instead of the "calendar-current-date"? Using that I could > start my month-overview for the month I see in my agenda. > I don't know: a first look didn't uncover anything obvious, and a secon

Re: [O] Beamer export: upgrade problem, and basic questions

2012-02-21 Thread James Harkins
At Tue, 21 Feb 2012 09:39:27 -0500, Nick Dokos wrote: > Both soul.sty and wrapfig.sty are in the package texlive-latex-extra, > so you just need to install that: > > sudo apt-get install texlive-latex-extra Ah, thanks. Some progress, but still: ! LaTeX Error: File `marvosym.sty' not found. Ty

Re: [O] Beamer export: upgrade problem, and basic questions

2012-02-21 Thread Nick Dokos
James Harkins wrote: > At Tue, 21 Feb 2012 17:05:38 +0530, > Jambunathan K wrote: > > > > James Harkins writes: > > > > > "org-export-preprocess-string: Cannot open load file: org-nil" -- > > > > Try one or both of > > > > (require 'org-latex) > > (require 'org-beamer) > > Thank you! OK...

Re: [O] Beamer export: upgrade problem, and basic questions

2012-02-21 Thread James Harkins
At Tue, 21 Feb 2012 17:05:38 +0530, Jambunathan K wrote: > > James Harkins writes: > > > "org-export-preprocess-string: Cannot open load file: org-nil" -- > > Try one or both of > > (require 'org-latex) > (require 'org-beamer) Thank you! OK... closer. Now, all looks reasonable until: (/usr/s

Re: [O] Beamer export: upgrade problem, and basic questions

2012-02-21 Thread Jambunathan K
James Harkins writes: > "org-export-preprocess-string: Cannot open load file: org-nil" -- Try one or both of (require 'org-latex) (require 'org-beamer) --

[O] Beamer export: upgrade problem, and basic questions

2012-02-21 Thread James Harkins
First, a kind of icky problem. I had some problems with the example presentation at [1] -- tags are exporting as bold text instead of being interpreted. \item[Thanks to Eric Fraga \textbf{:BMCOL:B\_block:}]\label{sec-1.1.1} I thought this was probably because of an old org version, so I downloa

Re: [O] Talks about Org Babel

2012-02-21 Thread Andreas Leha
Carsten Dominik writes: > Dear all, > > a colleague from the computer science department of our university > saw our paper about Org-mode in the Journal of Statistical Software, > and has asked me to give a seminar about it. > > I myself only make limited use of Org Babel myself, and I would > ha

Re: [O] agenda view for TODOs without deadline and a certain tag

2012-02-21 Thread Brian van den Broek
On 21 Feb 2012 09:59, "Renato" wrote: > > On Mon, 20 Feb 2012 22:41:21 +0100 > Renato wrote: > > > Hi, how can I make C-c a M (org-tags-view) respect the variable > > org-agenda-todo-ignore-deadlines? What I want to do is list my active > > TODOs which do not have a deadline and which do not have

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-21 Thread Rainer Stengele
Am 20.02.2012 21:38, schrieb Nick Dokos: > Nick Dokos wrote: > >> Adding >> >> ... >> (org-agenda-start-day (ndk/org-first-of-month)) >> (org-agenda-span 'month) >> ... >> >> to your custom agenda command, with >> >> (defun ndk/org-first-of-month () >> (let ((d (calendar

Re: [O] [dev] Implement "ref" link types

2012-02-21 Thread Nicolas Goaziou
Hello, David Maus writes: > I don't see why we should drop the link type in fuzzy links. After all > they /are/ are special type of link. There is no link type in fuzzy links : [[something]] matches <> in master. > Without the link type we will run into trouble, won't we?. > > In the example f

[O] Talks about Org Babel

2012-02-21 Thread Carsten Dominik
Dear all, a colleague from the computer science department of our university saw our paper about Org-mode in the Journal of Statistical Software, and has asked me to give a seminar about it. I myself only make limited use of Org Babel myself, and I would have to start from scratch to prepare that