[Orgmode] org-agenda-skip-function not working

2010-10-09 Thread Saurabh Agrawal
Hi, I am using org-mode *daily* since last two years and absolutely love it. I am very grateful to Charles and other core team members. Just recently, I made some changes to my org configuration as I had making some changes in my daily work framework. That broke a part of my configuration. (tags

Re: [Orgmode] Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-09 Thread Eric S Fraga
On Fri, 8 Oct 2010 21:06:24 -0700, suvayu ali wrote: [...] > I have filed a bug report on the Fedora bugzilla[1] pointing to all > the relevant discussions about this issue. Feel free to add to/edit > it. Thanks everyone for narrowing this down. :) And this bug has already been reported (twice

[Orgmode] full production use of org-mode: time to say thanks again!

2010-10-09 Thread Eric S Fraga
Hi, I have spent the last 2 months (or more) working on a serious project proposal which required the production of a 30+ page document, including tables, figures, footnotes and cross-references. The preparation required working with 20+ people and managing a large number of tasks. I used org fo

[Orgmode] Re: TaskJuggler 3, revisited

2010-10-09 Thread Detlef Steuer
Hi John, if I understand you correctly you just need Gantt charts and not neccessarily tj3. If that is the case org-babel and R may help. There are at least two R-packages wich produce Gantt-charts: plotrix and plan. May be that helps Detlef On Fri, 8 Oct 2010 20:24:31 -0500 John Hendy wrote:

[Orgmode] [BUG] incorrect indentation when tangling with org-src-preserve-indentation

2010-10-09 Thread Antti Kaihola
As pointed out in the documentation, when tangling Python code, it's important to set org-src-preserve-indentation to a non-nil value. However, tangling still doesn't seem to work correcly: If the first line of a source code block is indented, it ends up dedented to the first column in the resultin

[Orgmode] Re: [babel] [BUG] incorrect indentation when tangling with org-src-preserve-indentation

2010-10-09 Thread Antti Kaihola
The following changes fix the indenting problem for first lines of source code blocks but introduces extra blank lines: diff --git a/lisp/ob-python.el b/lisp/ob-python.el index c172756..27936e8 100644 --- a/lisp/ob-python.el +++ b/lisp/ob-python.el @@ -58,3 +58,3 @@ (nth 1 (or processed-para

Re: [Orgmode] TaskJuggler 3, revisited

2010-10-09 Thread Anthony Lander
Hi John, On 10-Oct-8, at 9:24 PM, John Hendy wrote: I'm coming up on some serious need for a project manager. I really only need gantt chart creation at this point. I strongly dislike the Qt interface and the need to use that if one wants to get a gantt chart output from the process. I wou

Re: [Orgmode] Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-09 Thread Carsten Dominik
On Oct 9, 2010, at 12:27 PM, Eric S Fraga wrote: On Fri, 8 Oct 2010 21:06:24 -0700, suvayu ali > wrote: [...] I have filed a bug report on the Fedora bugzilla[1] pointing to all the relevant discussions about this issue. Feel free to add to/edit it. Thanks everyone for narrowing this down. :

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-09 Thread Carsten Dominik
On Oct 9, 2010, at 12:46 PM, Eric S Fraga wrote: Hi, I have spent the last 2 months (or more) working on a serious project proposal which required the production of a 30+ page document, including tables, figures, footnotes and cross-references. The preparation required working with 20+ people

[Orgmode] Re: [babel] [BUG] incorrect indentation when tangling with org-src-preserve-indentation

2010-10-09 Thread Antti Kaihola
Here's another stab at fixing the problem. This one enhances the existing trimming algorithm by preserving any leading whitespace on the first non-blank line of a block. This probably breaks tangling of other languages than Python, but someone more familiar with the babel codebase will be able to c

Re: [Orgmode] Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-09 Thread Matthew Leifer
Oh dear. As the person who originally suggested using texi2dvi, I feel a little bit responsible for all the trouble it has caused. I wouldn't have thought that such a widely used script would have a bug like this. Anyway, one option would be to include a patched version of texi2dvi in the org di

Re: [Orgmode] Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-09 Thread Nick Dokos
Carsten Dominik wrote: > I am looking for a way out which will allow pdf compilation of Org > work out of the box, and still allow texi2dvi to be used where possible. > > I have so far come up with two possible work-arounds and would > like to hear if one of them makes sense: > > 1. I could s

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-09 Thread Christian Moe
What's an inline todo? Just curious, Christian Eric S. Fraga wrote: - todo items, including in-line todos [1]. (...) Footnotes: [1] If I have one niggle to report it is that indenting text after an in-line todo doesn't seem to work properly: it indents any subsequent paragraphs m

Re: [Orgmode] how to reverse a region of outline items

2010-10-09 Thread Nicolas Goaziou
Hello, C-c ^ A will sort the list alphabetically, in reversed order. If you do not really have A, B, etc. you can, well, add "marks" (numbers) to items with the help of `org-apply-on-list', sort the list numerically (in reversed order, with C-c ^ N), then remove the marks. Here is an example sex

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-09 Thread Nick Dokos
Christian Moe wrote: > What's an inline todo? > > Just curious, > Christian > See the commentary in lisp/org-inlinetask.el. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.g

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-09 Thread Nicolas Goaziou
Hello, > Carsten Dominik writes: > On Oct 9, 2010, at 12:46 PM, Eric S Fraga wrote: >> Footnotes: [1] If I have one niggle to report it is that indenting >> text after an in-line todo doesn't seem to work properly: it >> indents any subsequent paragraphs much too far, lining up with the >> h

[Orgmode] Re: Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-09 Thread Achim Gratz
Carsten Dominik writes: > I am looking for a way out which will allow pdf compilation of Org > work out of the box, and still allow texi2dvi to be used where possible. All is well as long as GNU grep is not at version 2.6 or later, so maybe check for that first. Even for later versions it likely

Re: [Orgmode] Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-09 Thread Thomas S. Dye
On Oct 9, 2010, at 6:42 AM, Nick Dokos wrote: Carsten Dominik wrote: I am looking for a way out which will allow pdf compilation of Org work out of the box, and still allow texi2dvi to be used where possible. I have so far come up with two possible work-arounds and would like to hear if

[Orgmode] Re: Themes Compatible with color-theme.el

2010-10-09 Thread Yavuz
I have a theme (a modified zenburn to be less contrasty and use a light background) at http://github.com/yarkun/zenash if anyone is interested. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Export Headings Only?

2010-10-09 Thread Ning Bao
Hi! First of all, I have to say Org-mode rocks. I am a law student. I have been using Org-mode for my case brief, notes, and most importantly, the outline for certain area of law. One question I had is that I am not sure if I could choose to export only headings to a PDF file. For example, I want

Re: [Orgmode] Re: Themes Compatible with color-theme.el

2010-10-09 Thread David O'Toole
Hi everyone, I have a theme with Org customizations called color-theme-folio. it's not done yet, but works fine so far. I'd be happy to make a few more changes and contribute it under whatever license. http://github.com/dto/emacs-config/blob/master/folio.el On Sat, Oct 9, 2010 at 11:54 AM, Yavuz

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-09 Thread Christian Moe
I see. Thanks. Christian On 10/9/10 7:15 PM, Nick Dokos wrote: Christian Moe wrote: What's an inline todo? Just curious, Christian See the commentary in lisp/org-inlinetask.el. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to sen

Re: [Orgmode] Re: TaskJuggler 3, revisited

2010-10-09 Thread John Hendy
On Sat, Oct 9, 2010 at 6:04 AM, Detlef Steuer wrote: > Hi John, > > if I understand you correctly you just need Gantt charts and not > neccessarily tj3. > If that is the case org-babel and R may help. > There are at least two R-packages wich produce Gantt-charts: plotrix and > plan. > > Oooh -- I

[Orgmode] org tbl, sum elements in a colum with the mouse

2010-10-09 Thread Uwe Brauer
Hello Most spreadsheets I know off are able to sum rows in colum, by marking it with the mouse and then call the sum function. I can't find that functionality in org modes table. Could that be easily implemented? thanks Uwe Brauer ___ Emacs-orgmo

[Orgmode] Re: org tbl, sum elements in a colum with the mouse

2010-10-09 Thread Bernt Hansen
Uwe Brauer writes: > Hello > > Most spreadsheets I know off are able to sum rows in colum, > by marking it with the mouse and then call the sum > function. I can't find that functionality in org modes > table. > Could that be easily implemented? > > thanks I don't think that is available with

[Orgmode] Re: org tbl, sum elements in a colum with the mouse

2010-10-09 Thread Bernt Hansen
Uwe Brauer writes: >> On Sat, 09 Oct 2010 16:42:51 -0400, Bernt Hansen wrote: > >> Uwe Brauer writes: >>> Hello >>> >>> Most spreadsheets I know off are able to sum rows in colum, >>> by marking it with the mouse and then call the sum >>> function. I can't find tha

[Orgmode] Re: org tbl, sum elements in a colum with the mouse

2010-10-09 Thread Bernt Hansen
Uwe Brauer writes: >> On Sat, 09 Oct 2010 16:42:51 -0400, Bernt Hansen wrote: > >> Uwe Brauer writes: >>> Hello >>> >>> Most spreadsheets I know off are able to sum rows in colum, >>> by marking it with the mouse and then call the sum >>> function. I can't find tha

[Orgmode] Re: org tbl, sum elements in a colum with the mouse

2010-10-09 Thread Bernt Hansen
Uwe Brauer writes: >> On Sat, 09 Oct 2010 16:42:51 -0400, Bernt Hansen wrote: > >> Uwe Brauer writes: >>> >>> thanks > >> I don't think that is available with mouse >> functionality but in a column in a table you can do C-c >> + to sum the values and display the res

[Orgmode] Re: Themes Compatible with color-theme.el

2010-10-09 Thread Memnon Anon
Hi Ian, Ian Barton writes: > If anyone would like to post their theme as a reply to this message, I > would be happy to incorporate it into Worg. I use manoj-color-theme, with some minor modifications by now, but those are not in the org related color settings; it is one of those 'dark' themes

[Orgmode] Re: org tbl, sum elements in a colum with the mouse

2010-10-09 Thread Bernt Hansen
Uwe Brauer writes: >> On Sat, 09 Oct 2010 16:59:23 -0400, Bernt Hansen wrote: > >> Uwe Brauer writes: >>> >>> Ok my mistake the cursor has to be over the last >>> element of the colum not in the empty row below. Nice >>> thanks. > >> It should work in any element of

[Orgmode] small typo in docstring of org-beamer.el (herder -> header)

2010-10-09 Thread Stephen Eglen
git diff lisp/org-beamer.el diff --git a/lisp/org-beamer.el b/lisp/org-beamer.el index 2631e70..49b3499 100644 --- a/lisp/org-beamer.el +++ b/lisp/org-beamer.el @@ -382,7 +382,7 @@ The need to be after the begin statement of the environment." (insert dovl))) (defun org-beamer

[Orgmode] Bug: No match - create this as a new heading? [7.01trans]

2010-10-09 Thread David Abrahams
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.

[Orgmode] Recurring scheduled items appearing in schedule

2010-10-09 Thread Dustin Hoffman
I have scheduled reminders for things that occur weekly over a period of months. The problem is, that each of these scheduled items appears under the current day in the agenda view and the multiplier (eg 6x, 5x) keeps going up. What I want is each of these scheduled items to appear only on the da

[Orgmode] Re: Recurring scheduled items appearing in schedule

2010-10-09 Thread Bernt Hansen
Dustin Hoffman writes: > I have scheduled reminders for things that occur weekly over a period > of months. The problem is, that each of these scheduled items appears > under the current day in the agenda view and the multiplier (eg 6x, > 5x) keeps going up. > > What I want is each of these sche

[Orgmode] Re: Recurring scheduled items appearing in schedule

2010-10-09 Thread Dustin Hoffman
That worked perfect! Thanks for the help, Dustin On Sat, Oct 9, 2010 at 6:16 PM, Bernt Hansen wrote: > Dustin Hoffman writes: > >> I have scheduled reminders for things that occur weekly over a period >> of months.  The problem is, that each of these scheduled items appears >> under the curren

Re: [Orgmode] Bug: No match - create this as a new heading? [7.01trans]

2010-10-09 Thread Noorul Islam
On Sun, Oct 10, 2010 at 4:19 AM, David Abrahams wrote: > > > 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

Re: [Orgmode] Re: Recurring scheduled items appearing in schedule

2010-10-09 Thread Jeff Horn
I used scheduling to put all such items in my agenda, and I also tagged them as todo's or appointments. I just mark them as done and they're automatically rescheduled. No scheduler multiplier shows up as long as I stay on top of marking the items as done. I didn't realize notes with an active time

[Orgmode] org-mode <=> Instiki

2010-10-09 Thread Marco Gualtieri
Hello, I would like to know to what degree and how far we are from interoperability between my favourite two softwares, instiki and org-mode. instiki has very nice features for mathematicians and has been carefully retrofitted as described here http://golem.ph.utexas.edu/wiki/instiki/show/HomePag

[Orgmode] [WIP] OpenOffice Exporter

2010-10-09 Thread Jambunathan K
I am working on a Org->OpenOffice/ODT exporter. This is a WIP announcement. I am posting this with an intention to hear of and preferably avoid any parallell efforts. I am basing it on org-html.el. As it stands now in my own work area, it can export an outline structure and has support for 1

[Orgmode] Possible Bug: LaTeX inline math $X$ export as HTML

2010-10-09 Thread Jeff Horn
The following org-mode code: ** The variables $X$ and $Y$ are mapped into function $f$ as follows: $f: X \rightarrow Y$. ** renders the final bit o