Re: [O] [PATCH] Tags/properties matcher: Fixed issues with todo-only matches

2012-03-21 Thread Bernt Hansen
Ilya Shlyakhter writes: > make-org-tags-macher Typo in the change log entries -Bernt

[O] [PATCH] Tags/properties matcher: Fixed issues with todo-only matches

2012-03-21 Thread Ilya Shlyakhter
Patch attached. Original problem was that org-map-entries for "MYPROP>2/!" was not limiting itself to TODO entries, even though org-tags-view for the same matcher was. lisp/org.el (org-scan-tags): Require todo-only argument, and document that it should be the same one set by org-make-tags-matche

Re: [O] [DEV] New git workflow

2012-03-21 Thread Simon Thum
Hi Achim and Bastien, in case you fancy with the release-branch model now or in the foreseeable future, I'll probably be able to take over some of the work load in case it's a deciding factor. I've done that locally when necessary, and can claim enough git-foo. Cheers, Simon On 03/21/2012

Re: [O] TODO items as part of an itemized list?

2012-03-21 Thread Nick Dokos
Richard Stanton wrote: > Just one remaining problem, however. The exporter inserts a hard > line-break, "\\" after the first line of each of these \item entries. This > is fine when there is additional text for that item, but if the TODO item > is just one line, this results in unwanted extra wh

Re: [O] TODO items as part of an itemized list?

2012-03-21 Thread Richard Stanton
Makes sense. I realize I can achieve almost all of what I want by making my TODO items, say, level three headers, "***", then not including \subsubsection in my latex_class definition. Now each TODO item is printed in LaTeX as a separate \item in an itemize list, just as I wanted. Just one remaini

[O] bug#11042: 24.0.94; dangerous org manual: parse-time-months and parse-time-weekdays

2012-03-21 Thread Michael Heerdegen
Bastien writes: > Hi Michael, > > Michael Heerdegen writes: > > > The org-mode manual under the node "The date/time prompt" tells: > > > > "[...] The function understands English month and weekday > > abbreviations. If > > you want to use unabbreviated names and/or other languages, configure

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-21 Thread Samuel Wales
Great job. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-21 Thread Aurélien Aptel
Oops. Forgot the "Plan" section. I'm not sure about that one. Plan: The project has 2 clearly defined tasks: * implement the backend * replace the old parser I'm still not sure what will take the most time and I'm tempted to just have an almost-working backend as mid-term evaluation, working bac

[O] GSoC 2012 -- Elisp backend for Ragel

2012-03-21 Thread Aurélien Aptel
Hi! I'm currently studying Computer Science at Lyon 1, France and I was interested in writing an elisp backend for ragel to use in org-mode for the Google Summer of Code 2012. I hope GNU will have enough slot for this project because it's the one I would really like doing :) Here's a draft of my

[O] Find the latest changed todo items

2012-03-21 Thread Oliver Dunkl
Hi I have some todo-files with a lot of TODO-Items. Now I would like to show a list of all items sorted by the date of changes. I have following TODO-Items: * DONE Item1 - State "DONE" from "TODO" [2012-03-17 Sat 06:50] - Note taken on [2012-03-17 Sat 06:48] \\ - State "TODO"

Re: [O] [bug] org-agenda-write does not handle date stamps without day of week

2012-03-21 Thread Carsten Dominik
On 21.3.2012, at 17:32, Karl Voit wrote: > Hi! > > * Nick Dokos wrote: >> >> Check that you picked up Carsten's fix (commit ): >> git show 7d84b300f4cba8b726662113d4ce4ff40a76c5b5 > > I do. I did a «git pull» and the «git show» from above shows me > Casten's fix. > >> If you did M-x org

Re: [O] [bug] org-agenda-write does not handle date stamps without day of week

2012-03-21 Thread Karl Voit
Hi! * Nick Dokos wrote: > > Check that you picked up Carsten's fix (commit ): > git show 7d84b300f4cba8b726662113d4ce4ff40a76c5b5 I do. I did a «git pull» and the «git show» from above shows me Casten's fix. > If you did M-x org-reload RET only, then that's probably the reason: > check to

Re: [O] HTML Export Error : org-export-replace-src-segments-and-examples: Args out of range: 0, 0

2012-03-21 Thread Bastien
Hi, Sankalp writes: > I'm facing a strange issue. On exporting the attached .org file to > HTML, I often have to do it in 2 passes. Can you share a minimal setup so that we can reproduce the problem with the regex-python.org file you provided? Thanks, -- Bastien

Re: [O] [patch][babel] ob-lilypond maintenance

2012-03-21 Thread Bastien
Martyn Jago writes: > Here's #1,2,4. #3 Makes no sense in context of code difference between > hotfix-7.8.06 against master. Applied, thanks a bunch. -- Bastien

Re: [O] how to include graphics in pdf output

2012-03-21 Thread Christopher W. Ryan
John Hendy wrote: > On Wed, Mar 21, 2012 at 4:54 AM, Sebastien Vauban > wrote: >> Hi Christopher, >> >> "Christopher W. Ryan" wrote: >>> However, in both cases, the inline tasks themselves also appear in the >>> final pdf. I was trying to avoid that, and I though todo:nil in >>> #+OPTIONS would a

[O] bug#11042: 24.0.94; dangerous org manual: parse-time-months and parse-time-weekdays

2012-03-21 Thread Bastien
Hi Michael, Michael Heerdegen writes: > The org-mode manual under the node "The date/time prompt" tells: > > "[...] The function understands English month and weekday abbreviations. If > you want to use unabbreviated names and/or other languages, configure > the variables `parse-time-months'

Re: [O] How to include a very complicated latex head

2012-03-21 Thread Nick Dokos
FengShu wrote: > > I want to set the latex-head for latex exporting, I use > *org-export-latex-append-header*,but it seem not used by > *org-preview-latex-fragment* . is there any other way? > simple way? > You are right - org-preview-latex-fragment is independent of the latex exporter. The p

Re: [O] LaTeX export - can't skip a heading level

2012-03-21 Thread Nick Dokos
Achim Gratz wrote: > Nick Dokos writes: > >> > >> Especially as this is a limitation of LaTeX, not the exporter. > >> > >> :-) > > > > Not true - the following compiles with no problems: > > Yes, LaTeX doesn't really enforce it, but it makes the assumption of > "correct nesting". It's been a

[O] org-mobile: new edit nodes for new heading, delete, refile and archive

2012-03-21 Thread Henning Weiss
Hi, I have tried to extend org-mobile with four new edit nodes. One to add new headings, one for deletion of headings, one for refiling and one for archiving nodes. Having those in orgmode would allow mobileorg-android (and mobileorg) to be extended to allow a wider range of operations. The additi

Re: [O] [patch][babel] ob-lilypond maintenance

2012-03-21 Thread Martyn Jago
Hi Bastien Bastien writes: > Hi Martyn, > > Martyn Jago writes: > >> Maintenance patches: >> >> 1) Fix compiler warning >> 2) Leave versioning to Org >> 3) Set `no cache' default in audition mode >> 4) Redirect `homepage' to Worg > > Thanks a lot. > > Patch #1 applies correctly on hotfix-7.

Re: [O] List all habits with consistency graph

2012-03-21 Thread Henning Weiss
Hi Bastien, I tried using a skip function to create an agenda that only contains habits following this post. To display habits that are not scheduled for today, I enabled "org-habit-show-habits-only-for-today". This made it po

Re: [O] How to include a very complicated latex head

2012-03-21 Thread Alan Schmitt
On 21 mars 2012, at 10:00, FengShu wrote: > I want to set the latex-head for latex exporting, I use > *org-export-latex-append-header*,but it seem not used by > *org-preview-latex-fragment* . is there any other way? > simple way? I'm using this (I don't know if it's simpler or not). Hope this

Re: [O] how to include graphics in pdf output

2012-03-21 Thread John Hendy
On Wed, Mar 21, 2012 at 4:54 AM, Sebastien Vauban wrote: > Hi Christopher, > > "Christopher W. Ryan" wrote: >> However, in both cases, the inline tasks themselves also appear in the >> final pdf. I was trying to avoid that, and I though todo:nil in >> #+OPTIONS would accomplish that objective, but

Re: [O] [patch][babel] ob-lilypond maintenance

2012-03-21 Thread Bastien
Hi Martyn, Martyn Jago writes: > Maintenance patches: > > 1) Fix compiler warning > 2) Leave versioning to Org > 3) Set `no cache' default in audition mode > 4) Redirect `homepage' to Worg Thanks a lot. Patch #1 applies correctly on hotfix-7.8.06 and master. #2-3-4 apply on master but not

Re: [O] how to include graphics in pdf output

2012-03-21 Thread Sebastien Vauban
Hi Christopher, "Christopher W. Ryan" wrote: > However, in both cases, the inline tasks themselves also appear in the > final pdf. I was trying to avoid that, and I though todo:nil in > #+OPTIONS would accomplish that objective, but it did not. Is there a > way to not export inline tasks? > >

[O] [patch][babel] ob-lilypond maintenance

2012-03-21 Thread Martyn Jago
Maintenance patches: 1) Fix compiler warning 2) Leave versioning to Org 3) Set `no cache' default in audition mode 4) Redirect `homepage' to Worg Best, Martyn >From 5fc49bc167c8fcc194c1c5761ea25c0a625500cb Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Wed, 21 Mar 2012 09:31:53 + Sub

Re: [O] List all habits with consistency graph

2012-03-21 Thread Bastien
Hi Henning, Henning Weiss writes: > I was wondering how to create a list that contains all habits > including their consistency graph. You should be able to do this with an agenda, skipping entries that are not habits. (See `org-agenda-skip-function' on how to use your own function for skipp

Re: [O] [PATCH] Add Traditional Chinese translation

2012-03-21 Thread Bastien
FengShu writes: >>From 1fc081cff8f99eaa975de715c45e65a32a65cc0a Mon Sep 17 00:00:00 2001 > From: FengShu > Date: Wed, 21 Mar 2012 16:37:49 +0800 > Subject: [PATCH] Add Traditional Chinese translation Applied, thanks. -- Bastien

Re: [O] [DEV] New git workflow

2012-03-21 Thread Achim Gratz
Simon Thum writes: > Whether multiple branches are involved depends mainly on what releases > one intends to maintain. The nice thing in the model is the gradual > maintenance: A really critical fix could see more backports than a > nicety. Yes. Bastien has to make that decision since he's the o

[O] How to include a very complicated latex head

2012-03-21 Thread FengShu
I want to set the latex-head for latex exporting, I use *org-export-latex-append-header*,but it seem not used by *org-preview-latex-fragment* . is there any other way? simple way? #+begin_latex \ifxetex% xelatex \usepackage[xetex]{hyperref} \else \ifpdf% pdflatex \usepackage[pd

[O] [PATCH] Add Traditional Chinese translation

2012-03-21 Thread FengShu
>From 1fc081cff8f99eaa975de715c45e65a32a65cc0a Mon Sep 17 00:00:00 2001 From: FengShu Date: Wed, 21 Mar 2012 16:37:49 +0800 Subject: [PATCH] Add Traditional Chinese translation --- lisp/org-exp.el |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/org-exp.el b/li

Re: [O] AUCTeX conflicting with org-mode

2012-03-21 Thread Yagnesh Raghava Yakkala
Hello Suvayu., suvayu ali writes: > Hi Yagnesh, > > On Wed, Mar 21, 2012 at 07:01, Yagnesh Raghava Yakkala > wrote: >> Hi Bastien and Suvayu, >> >> suvayu ali writes: >>> >> [snipped 35 lines] >>> >>> 1. Leave the bug unsolved, hoping there will be a cleaner solution >>>    later. After all,

Re: [O] AUCTeX conflicting with org-mode

2012-03-21 Thread suvayu ali
Hi Yagnesh, On Wed, Mar 21, 2012 at 07:01, Yagnesh Raghava Yakkala wrote: > Hi Bastien and Suvayu, > > suvayu ali writes: >> > [snipped 35 lines] >> >> 1. Leave the bug unsolved, hoping there will be a cleaner solution >>    later. After all, there is a very simple workaround on the user side, >

Re: [O] [DEV] New git workflow

2012-03-21 Thread Simon Thum
Hi Achim, On 03/20/2012 11:27 PM, Achim Gratz wrote: Sorry, but cherry-picking into multiple release branches would simply not be a sane development model for a small project like orgmode. I just wanted to make sure it's considered. Whether multiple branches are involved depends mainly on wha

Re: [O] org-enforce-todo-dependencies setting

2012-03-21 Thread Carsten Dominik
Thanks! - Carsten On 21.3.2012, at 08:27, Bastien wrote: > Carsten Dominik writes: > >> I had forgotten all about this, but indeed, the hook makes sure >> things are OK, so the sentence could be removed from the >> docstring. > > Done, thanks. > > -- > Bastien

Re: [O] LaTeX export - can't skip a heading level

2012-03-21 Thread Achim Gratz
Nick Dokos writes: >> >> Especially as this is a limitation of LaTeX, not the exporter. >> >> :-) > > Not true - the following compiles with no problems: Yes, LaTeX doesn't really enforce it, but it makes the assumption of "correct nesting". It's been a few years since I tried something like y

Re: [O] org-enforce-todo-dependencies setting

2012-03-21 Thread Bastien
Carsten Dominik writes: > I had forgotten all about this, but indeed, the hook makes sure > things are OK, so the sentence could be removed from the > docstring. Done, thanks. -- Bastien