Re: [O] Small patch for pw client, fix typo in error message

2012-03-20 Thread Bastien
Hi David, David Maus writes: > Not sure what the commit policy for the pw client in UTITLITES is, so > this patch first over the list: It fixes a confusing typo in an error > message. Applied, thanks. -- Bastien

Re: [O] [DEV] New git workflow

2012-03-20 Thread Achim Gratz
Bastien writes: > The main problem I see With this workflow is that releases are made > from two different branches: bugfix releases are made from maint and > major releases are made from master. This doesn't look right to me. That ain't necessarily so. IMHO, the release always has to be done f

Re: [O] how to specify table width in HTML export

2012-03-20 Thread Michael Hannon
> From: Nick Dokos > > Stephen J. Barr wrote: > >> Hello, >> >> This seems like a simple question but I can't seem to find the answer? >> How do I specify the table width for an org-table that I will export >> to HTML? >> > > Not sure about the real HTMl syntax, or whether this is the best > solu

Re: [O] [DEV] New git workflow

2012-03-20 Thread Achim Gratz
Achim Gratz writes: > You would have to push this branch out to the public repo, otherwise the > other people with access to the repo can't use it. I see you already did, had to reconfigure my refspecs for it to show up. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda

[O] hotfix-7.8.06 (org-ditaa-jar-path): Debugger entered--Lisp error: (error "Too many arguments"))

2012-03-20 Thread Jambunathan K
Debugger entered--Lisp error: (error "Too many arguments") (defvar org-ditaa-jar-path (expand-file-name "ditaa.jar" (file-name-as-directory (expand-file-name "scripts" (file-name-as-directory (expand-file-name "../contrib" (file-name-directory (find-library-name "org"))) "Path to the dita

Re: [O] hotfix-7.8.06 (org-ditaa-jar-path): Debugger entered--Lisp error: (error "Too many arguments"))

2012-03-20 Thread Jambunathan K
Another crash related to this. Please fix this as well. Debugger entered--Lisp error: (void-function find-library-name) (find-library-name "org") (file-name-directory (find-library-name "org")) (expand-file-name "../contrib" (file-name-directory (find-library-name "org"))) (file-name-as

[O] Multiple :LOGBOOK: blocks "allowed" without unwanted side effects?

2012-03-20 Thread Rainer Stengele
Hi all, I want to be sure that multiple :LOBGOOK: blocks in sequence are making no trouble. As an example I have this: * NEXT A task :LOGBOOK: CLOCK: [2012-03-19 Mo 16:45]--[2012-03-19 Mo 17:00] => 0:15 CLOCK: [2012-03-12 Mo 14:15]--[2012-03-12 Mo 14:30] => 0:15 C

Re: [O] Multiple :LOGBOOK: blocks "allowed" without unwanted side effects?

2012-03-20 Thread Achim Gratz
Rainer Stengele online.de> writes: > I want to be sure that multiple :LOBGOOK: blocks in sequence are making no trouble. I don't know about having multiple LOGBOOK drawers, that feels dirty... What I do is having a CLOSED drawer defined, putting it directly behind the LOGBOOK drawer and then jus

Re: [O] hotfix-7.8.06 (org-ditaa-jar-path): Debugger entered--Lisp error: (error "Too many arguments"))

2012-03-20 Thread Bastien
Hi Jambunathan, Jambunathan K writes: > Debugger entered--Lisp error: (error "Too many arguments") > (defvar org-ditaa-jar-path (expand-file-name "ditaa.jar" Fixed, thanks! -- Bastien

Re: [O] hotfix-7.8.06 (org-ditaa-jar-path): Debugger entered--Lisp error: (error "Too many arguments"))

2012-03-20 Thread Bastien
Hi Jambunathan, Jambunathan K writes: > Another crash related to this. Please fix this as well. > > Debugger entered--Lisp error: (void-function find-library-name) Fixed, thanks. -- Bastien

Re: [O] [DEV] New git workflow

2012-03-20 Thread Bastien
Hi Achim, Achim Gratz writes: > Bastien writes: >> The main problem I see With this workflow is that releases are made >> from two different branches: bugfix releases are made from maint and >> major releases are made from master. This doesn't look right to me. > > That ain't necessarily so.

Re: [O] [DEV] New git workflow

2012-03-20 Thread Bastien
Let me summarise why I propose this new workflow: 1. Users will have a way to track *only releases* from git. 2. We will be able to use git hooks in order to automate the release process on the server. 3. The workflow looks clearer to me (may be 100% subjective.) The cost of the new setup is

Re: [O] [PATCH] imenu: Added a check that looking-at succeeds before using the match results.

2012-03-20 Thread Bastien
Hi Ilya, Ilya Shlyakhter writes: > On 3/8/2012 2:39 PM, Achim Gratz wrote: >> Your patch got completely mangled, try again as an attachment of type >> (text/plain). > here, also at http://ilya.cc/imenu.patch Applied, thanks. -- Bastien

Re: [O] AUCTeX conflicting with org-mode

2012-03-20 Thread Bastien
Hi Yagnesh, Yagnesh Raghava Yakkala writes: > Thanks for the analysis. I think you are right. With my limited elisp skills I > would say its a *bug* and coming from org. > > If I take that let-binding off and setting the TeX-master by checking with > if it ever bound seems fixing this problem. >

Re: [O] [PATCH] Allow customization of date and time format

2012-03-20 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: >>From d4d2f7f32e659269c885a934a131c7aea1ec4798 Mon Sep 17 00:00:00 2001 > From: Sebastien Vauban > Date: Thu, 8 Mar 2012 11:04:00 +0100 > Subject: [PATCH] Allow customization of date and time format > > Allow customization of date and time format > >

Re: [O] [PATCH] doc/org.texi: add tiny stylistic improvements

2012-03-20 Thread Bastien
Applied, thanks. -- Bastien

Re: [O] [PATCH] doc/org.texi: remove duplicated keybinding for 'org-refile-cache-clear'

2012-03-20 Thread Bastien
Hi Julian, Julian Gehring writes: >>From e56f7f204014ce6e2b83a75caeb248dd63a6c74f Mon Sep 17 00:00:00 2001 > From: Julian Gehring > Date: Sun, 26 Feb 2012 13:51:22 +0100 > Subject: [PATCH] doc/org.texi: remove duplicated keybinding for > 'org-refile-cache-clear' Applied, thanks. -- Bastien

[O] Referencing a cell from a clockview table looks impossible

2012-03-20 Thread Sebastien Vauban
Hello, I need to access to the "Total time" cell of a clocktable view. I've named it properly, but references to a given cell all return "#ERROR". * Work Some tasks with CLOCK lines, for showing the problem. ** TODO Do this :LOGBOOK: CLOCK: [2012-03-19 Mon 09:00]--[2012-03-19 Mon 10:11] =

Re: [O] PATCH: doc for column groups

2012-03-20 Thread Bastien
Hi Rustom, Rustom Mody writes: > I spent some hours scratching my head trying to get tables out with > vertical lines, until Jambunathan suggested that I try not to put > space between the '<' and '>' > The patch adds a few words to the org.texi file to that effect. > > WARNING: Ive never given

Re: [O] [patch] Add three "xelatex" config items to "org-latex-to-pdf-process"

2012-03-20 Thread Bastien
Hi FengShu, FengShu writes: > Xelatex should be pdflatex with enhanced font handling capability. > and its fonts configure for Chinese is much much more simple than > pdflatex, for it can use *ttf* *otf* fonts in the system easily. Applied in master, thanks. Please use git format-patch for

Re: [O] Timezone/Encoding issues when exporting as ics and importing to Google Calendar

2012-03-20 Thread Bastien
Hi Kevin, Kevin Brubeck Unhammer writes: > I guess I'll have to upgrade my org-mode version (6.33x) to get > org-icalendar-date-time-format? Not sure this will fix your problem, but yes, 6.33x is kinda prehistoric now. Best, -- Bastien

Re: [O] Bug: Bug reporting doesn't work [7.8.03 (release_7.8.03.583.gd7943.dirty)]

2012-03-20 Thread Bastien
Hi Shaun, Shaun Johnson writes: > Attempting to send a bug report using org-submit-bug-report results in > the following backtrace: This should be fixed now, thanks. -- Bastien

Re: [O] [PATCH] Add "Time-stamp: <>" in (first 8 lines of) export template

2012-03-20 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: >>From 74f376c12cceae196f5a856eac1a39cdbcc8e360 Mon Sep 17 00:00:00 2001 > From: Sebastien Vauban > Date: Thu, 16 Feb 2012 15:48:37 +0100 > Subject: [PATCH] Add Time-stamp in export template > > --- > lisp/org-exp.el |1 + > 1 files changed, 1 inser

Re: [O] [PATCH] Fixed compiler warnings including one small bug in ob-lilypond

2012-03-20 Thread Bastien
Achim Gratz writes: > Ilya Shlyakhter writes: > >> +(require 'format-spec) > [...] >> +(declare-function format-spec "format-spec" (format specification)) > > Only one of these two lines should be necessary? That's right. I removed the declare-function. Thanks, -- Bastien

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

2012-03-20 Thread Karl Voit
] | ** <2012-03-20 8:00-9:30> Test | :PROPERTIES: | :CREATED: [2012-03-20 Tue 10:38] | :END: | | ** <2012-03-20 8:12-13:12> Test | :PROPERTIES: | :CREATED: [2012-03-20 Tue 10:40] | :END: ` results in: ,[ ics result ] | vk@gary ~all/org-mode (git)-[master] % grep -C 2 Test agenda.

Re: [O] Timezone/Encoding issues when exporting as ics and importing to Google Calendar

2012-03-20 Thread Kevin Brubeck Unhammer
Bastien writes: > Hi Kevin, > > Kevin Brubeck Unhammer writes: > >> I guess I'll have to upgrade my org-mode version (6.33x) to get >> org-icalendar-date-time-format? > > Not sure this will fix your problem, but yes, 6.33x is kinda > prehistoric now. > > Best, I ended up making a function to t

Re: [O] [PATCH] Add "Time-stamp: <>" in (first 8 lines of) export template

2012-03-20 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >>>From 74f376c12cceae196f5a856eac1a39cdbcc8e360 Mon Sep 17 00:00:00 2001 >> From: Sebastien Vauban >> Date: Thu, 16 Feb 2012 15:48:37 +0100 >> Subject: [PATCH] Add Time-stamp in export template >> >> --- >> lisp/org-exp.el |1 + >>

Re: [O] Referencing a cell from a clockview table looks impossible

2012-03-20 Thread Sebastien Vauban
Hello, I just found the reason: it's because *the "Total time" is in bold*, with `*' before and after the total (for example: *3:33*). * Design Some tasks with CLOCK lines, for showing the problem. ** TODO Do this :LOGBOOK: CLOCK: [2012-03-19 Mon 09:00]--[2012-03-19 Mon 10:11] => 1:11

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

2012-03-20 Thread Nick Dokos
st > | :PROPERTIES: > | :CREATED: [2012-03-20 Tue 10:40] > | :END: > ` > > results in: > > ,[ ics result ] > | vk@gary ~all/org-mode (git)-[master] % grep -C 2 Test agenda.ics > | DTSTART;VALUE=DATE:20120320 > | DTEND;VALUE=DATE:20120320 > | SUMMAR

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

2012-03-20 Thread Carsten Dominik
:CREATED: [2012-03-20 Tue 10:38] > | :END: > | > | ** <2012-03-20 8:12-13:12> Test > | :PROPERTIES: > | :CREATED: [2012-03-20 Tue 10:40] > | :END: > ` > > results in: > > ,[ ics result ] > | vk@gary ~all/org-mode (git)-[master] % grep -C 2 Test

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

2012-03-20 Thread Sankalp
Hi, I'm facing a strange issue. On exporting the attached .org file to HTML, I often have to do it in 2 passes. Most of the times the 1st pass throws an error, and the output in the *Messages* buffer is like this : OVERVIEW Export buffer: Exporting... (New file) org-babel-exp processing... OVERV

[O] [bug] Assigning "0:00" to cell gives an error

2012-03-20 Thread Sebastien Vauban
Hello, As shown by this example, we can't assign the value "0:00" to a cell: | Task| HH:MM | |-+| | This| 1:23 | | Nothing | #ERROR | | That| 1:23 | #+TBLFM: @2$2=1:23::@3$2=0:00::@4$2=4:56 Best regards, Seb -- Sebastien Vauban

Re: [O] [bug] Assigning "0:00" to cell gives an error

2012-03-20 Thread Carsten Dominik
Hi Sebastien, you can use @3$2=string("0:00") - Carsten On 20.3.2012, at 14:59, Sebastien Vauban wrote: > Hello, > > As shown by this example, we can't assign the value "0:00" to a cell: > > | Task| HH:MM | > |-+| > | This| 1:23 | > | Nothing | #ERROR | > | That

[O] Missing date in Org-Agenda Day buffer

2012-03-20 Thread Rasmus Rempling
Dear group, When scheduling may working day I use the Org-Agenda Day view and the column mode with the format as given below. This work very well and I am happy with the set-up. However, as shown in the attached png file the date is missing. My initial thought was that it is the same color as

Re: [O] how to specify table width in HTML export

2012-03-20 Thread Nick Dokos
Michael Hannon wrote: > > From: Nick Dokos > > > > Stephen J. Barr wrote: > > > >> Hello, > >> > >> This seems like a simple question but I can't seem to find the answer? > >> How do I specify the table width for an org-table that I will export > >> to HTML? > >> > > > > Not sure about the real

Re: [O] AUCTeX conflicting with org-mode

2012-03-20 Thread suvayu ali
Hi Bastien and Yagnesh, On Tue, Mar 20, 2012 at 12:02, Bastien wrote: > Hi Yagnesh, > > Yagnesh Raghava Yakkala writes: > >> Thanks for the analysis. I think you are right. With my limited elisp skills >> I >> would say its a *bug* and coming from org. >> >> If I take that let-binding off and s

Re: [O] [PATCH] org-mobile agenda title

2012-03-20 Thread Bastien
Hi Henning, Henning Weiss writes: > I have a little revision to the patch to remove the matching > criterion from "normal" (ie. non-block) agendas as well. See below. Applied in master, thanks. -- Bastien

Re: [O] [PATCH] Add "Time-stamp: <>" in (first 8 lines of) export template

2012-03-20 Thread Brian Wightman
On Tue, Mar 20, 2012 at 7:45 AM, Sebastien Vauban wrote: > Then, I can provide a patch with `time-stamp' function added to > `before-save-hook' in Org mode. I would lobby against this being the default template, as these time stamps really mess up the ability to merge org files from multiple bran

Re: [O] O[PATCH] org-export-generic table exporting

2012-03-20 Thread Bastien
Hi there, Wes Hardaker writes: > TA> This is my first post to this mailing list, and my first ever > TA> contribution to an open-source project so I look forward to feedback > TA> and be kind when you point out any sort of mailing list etiquette I > TA> might have broken. > > Well, I think you'v

Re: [O] Multiple :LOGBOOK: blocks "allowed" without unwanted side effects?

2012-03-20 Thread Rainer Stengele
Am 20.03.2012 10:52, schrieb Achim Gratz: > Rainer Stengele online.de> writes: >> I want to be sure that multiple :LOBGOOK: blocks in sequence are making no > trouble. > > I don't know about having multiple LOGBOOK drawers, that feels dirty... What > I > do is having a CLOSED drawer defined, pu

Re: [O] AUCTeX conflicting with org-mode

2012-03-20 Thread Bastien
Hi Suvayu, suvayu ali writes: > I wanted to comment earlier but it slipped my mind, sorry about that. > > I am not sure if this patch is quite corect. It removes the let bind and > instead conditionally uses setq to bind it to t. From the docs I see the > variable becomes buffer local when set i

[O] graphiclog in browser of public git repo

2012-03-20 Thread Michael Brand
Hi all The browser of the mirror of the public git repo http://repo.or.cz/w/org-mode.git has a link "graphiclog" that shows a line for each branch and merge and a dot for each commit. I hope that such a link could also be added to the browser of the public git repo http://orgmode.org/w/org-mode.gi

Re: [O] Missing date in Org-Agenda Day buffer

2012-03-20 Thread Nick Dokos
Rasmus Rempling wrote: > Dear group, > > When scheduling may working day I use the Org-Agenda Day view and the > column mode with the format as given below. This work very well and I > am happy with the set-up. However, as shown in the attached png file > the date is missing. My initial thought

[O] [Jambunathan K] Re: Figure and table captions in org-odt.el

2012-03-20 Thread Jambunathan K
Martin Gürtler writes: > Hi, > > I was trying to localise the captions of figures or tables. This seems > not to be built-in (in contrast to the built-in localisation of > table-of-contents). I wonder whether it is easily possible to get > "Abbildung 1: ..." instead of the automatic "Figure 1: .

[O] [Jambunathan K] Re: Figure and table captions in org-odt.el

2012-03-20 Thread Jambunathan K
[Out of thread] I have also made the following commits in response to your earlier request titled "Is it possible to refer to section numbers in links?"[1] commit d3cd3720d5a0a2993d37a43046c36535cdaf8bce Author: Jambunathan K Date: Tue Mar 20 19:53:28 2012 +0530 org-odt.el: Resolve headl

Re: [O] Multiple :LOGBOOK: blocks "allowed" without unwanted side effects?

2012-03-20 Thread Achim Gratz
Rainer Stengele writes: > I wonder if any of the clocking table functions is looking at the > drawer names or begin end markers or is simply collecting all CLOCK > entries, which would say that the "management/hiding" of the CLOCK > entries by drawer names is no problem. Nicolas would be a more a

[O] org ELPA package 20120216 cannot be downloaded

2012-03-20 Thread Tassilo Horn
Hi all, on IRC someone just reported that org 20120216 as it is listed in the GNU ELPA archive won't download. When trying to install, all you get is this error: package-handle-response: Error during download request: Not Found Probably a dead link or something alike... Bye, Tassilo

Re: [O] org ELPA package 20120216 cannot be downloaded

2012-03-20 Thread Christopher Schmidt
Tassilo Horn writes: > on IRC someone just reported that org 20120216 as it is listed in the > GNU ELPA archive won't download. When trying to install, all you get > is this error: > > package-handle-response: Error during download request: Not Found > > Probably a dead link or something alike

Re: [O] [DEV] New git workflow

2012-03-20 Thread Achim Gratz
Bastien writes: > Agreed. What I want on top of this is a to have a branch where *every* > commit corresponds to a single release. Fair enough: a three-branch model with a release branch at the side of bugfixing and bleeding edge. > No. All hotfix branches should merge into master regularily.

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

2012-03-20 Thread Richard Stanton
Using org-mode 7.8.03, I've found that exporting to LaTeX has a tough time if you try to skip a header level. For example, to prevent my TODO items being numbered, one method is to make them a lower-level heading, and then make that level un-numbered. However, if I try the following: * To Do List

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

2012-03-20 Thread Richard Stanton
To save space in LaTeX exports and also to stop my TODO items being numbered, I'd like to have TODO items as part of a list, e.g., - TODO Item 1 - TODO Item 2 However, while this prints OK, these entries are ignored by org-mode when I ask it to create a TODO list. Is there any way to do what I wa

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

2012-03-20 Thread Achim Gratz
Sankalp writes: > i.e. at the end I get this error - Args out of range: 0, 0 Well, it tells you that the input to that function was unexpected. You could do M-: (setq debug-on-error) and see what the backtrace turns up. > Strangely, doing an export for the 2nd time, without deleting the > outpu

Re: [O] org ELPA package 20120216 cannot be downloaded

2012-03-20 Thread Christopher Schmidt
Christopher Schmidt writes: > I think this is a GNU ELPA problem. The cronjob that mirrors the > content of the ELPA branch to the actual files that can be accessed > via elpa.gnu.org/packages is no run any more. It looks like the 14th > of February was the last time it ran. BTW. the script I

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

2012-03-20 Thread Nick Dokos
Richard Stanton wrote: > Using org-mode 7.8.03, I've found that exporting to LaTeX has a tough time > if you try to skip a header level. For example, to prevent my TODO items > being numbered, one method is to make them a lower-level heading, and then > make that level un-numbered. > > However,

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

2012-03-20 Thread Richard Stanton
> From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] > Sent: Tuesday, March 20, 2012 12:55 PM > To: Richard Stanton > Cc: emacs-orgmode@gnu.org; nicholas.do...@hp.com > Subject: Re: [O] LaTeX export - can't skip a heading level > > Richard Stanton wrote: > > > Using org-mode 7.8.03, I've

[O] ELPA syncing cronjob stopped running

2012-03-20 Thread Tassilo Horn
Hi all, on irc some user reported that the current org-mode version listed in `M-x package-list-packages' cannot be downloaded anymore. It seems that this is caused by some cronjob that stopped running on February, 14th. > Christopher Schmidt writes: > >> I think this is a GNU ELPA problem. Th

[O] List all habits with consistency graph

2012-03-20 Thread Henning Weiss
Hi, I was wondering how to create a list that contains all habits including their consistency graph. At the end of the week I want an overview over all of my habit entries and how consistent I have been. Consistency graphs are a nice for that purpose, but they are scattered all over my weekly (or

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

2012-03-20 Thread Nick Dokos
Nick Dokos wrote: > Richard Stanton wrote: > > > Using org-mode 7.8.03, I've found that exporting to LaTeX has a tough time > > if you try to skip a header level. For example, to prevent my TODO items > > being numbered, one method is to make them a lower-level heading, and then > > make that l

Re: [O] Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile

2012-03-20 Thread Alexander Vorobiev
Hi, I have just downloaded zip for 7.8.06 and the org-mobile.el's line (org-agenda-filter org-agenda-filter) is still there, had to apply the patch to make org-mobile-push work. Thanks Alex On Mon, Mar 19, 2012 at 8:37 PM, Bastien wrote: > Nick Bell writes: > > > Using the above version, neede

Re: [O] List all habits with consistency graph

2012-03-20 Thread Nick Bell
On 20/03/12 20:21, Henning Weiss wrote: Hi, I was wondering how to create a list that contains all habits including their consistency graph. At the end of the week I want an overview over all of my habit entries and how consistent I have been. Consistency graphs are a nice for that purpose, b

[O] latex labels

2012-03-20 Thread Marvin Doyley
Hi there, Do anyone know how to get org mode to list all the latex label in a given org file. Something analogous that what reftex does, I can list all citation in bib file, and thought it would be nice to do the same for labels. thanks M

Re: [O] Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile

2012-03-20 Thread Nick Bell
Org-mode version 7.8.06 (release_7.8.06.31.gc7a2) from git is correct: (defun org-mobile-push () "Push the current state of Org affairs to the WebDAV directory. This will create the index file, copy all agenda files there, and also create all custom agenda views, for upload to the mobile phone.

Re: [O] [DEV] New git workflow

2012-03-20 Thread Simon Thum
Hi all, as discussion started anyway, I'd like to mention that I see some problem with maint, that is, it only ever pertains to the latest release. It's hard to hotfix and release old versions in the proposed model. Moreover, maint is bound quite tightly to master. maint seems like a somewha

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

2012-03-20 Thread Achim Gratz
Nick Dokos writes: > The latex exporter is very rigid about what it will accept: it wants the > levels to be in strict sequence. So this has to be chalked down as a > fairly deeply ingrained limitation of the exporter. I don't see an easy way > to lift it. Especially as this is a limitation of La

Re: [O] [DEV] New git workflow

2012-03-20 Thread Achim Gratz
Simon Thum writes: > as discussion started anyway, I'd like to mention that I see some > problem with maint, that is, it only ever pertains to the latest > release. It's hard to hotfix and release old versions in the proposed > model. IMHO, that was never the objective. > Moreover, maint is boun

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

2012-03-20 Thread Sankalp
Hi Achim, On 21 March 2012 01:01, Achim Gratz wrote: > Sankalp writes: > > i.e. at the end I get this error - Args out of range: 0, 0 > > Well, it tells you that the input to that function was unexpected. You > could do M-: (setq debug-on-error) and see what the backtrace turns up. > > Here's

Re: [O] AUCTeX conflicting with org-mode

2012-03-20 Thread suvayu ali
Hi Bastien, On Tue, Mar 20, 2012 at 17:23, Bastien wrote: > Hi Suvayu, > > suvayu ali writes: > >> I wanted to comment earlier but it slipped my mind, sorry about that. >> >> I am not sure if this patch is quite corect. It removes the let bind and >> instead conditionally uses setq to bind it to

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

2012-03-20 Thread Nick Dokos
Achim Gratz wrote: > Nick Dokos writes: > > The latex exporter is very rigid about what it will accept: it wants the > > levels to be in strict sequence. So this has to be chalked down as a > > fairly deeply ingrained limitation of the exporter. I don't see an easy way > > to lift it. > > Espec

Re: [O] org ELPA package 20120216 cannot be downloaded

2012-03-20 Thread Bastien
Christopher Schmidt writes: >> Probably a dead link or something alike... > > I think this is a GNU ELPA problem. Yes, probably. The daily Org packages are here: http://orgmode.org/pkg/daily/ The last one was done on the 20th of March. -- Bastien

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

2012-03-20 Thread Bastien
Hi Richard, Richard Stanton writes: > To save space in LaTeX exports and also to stop my TODO items being > numbered, I'd like to have TODO items as part of a list, e.g., > > - TODO Item 1 > - TODO Item 2 > > However, while this prints OK, these entries are ignored by org-mode when > I ask it to

Re: [O] [DEV] New git workflow

2012-03-20 Thread Bastien
Hi Achim, Achim Gratz writes: > Fair enough: a three-branch model with a release branch at the side of > bugfixing and bleeding edge. This is directly inspired from this: http://nvie.com/posts/a-successful-git-branching-model/ with some simplifications. >> No. All hotfix branches should mer

Re: [O] [DEV] New git workflow

2012-03-20 Thread Bastien
Bastien writes: > version, their lifespan is not much (expect now, while we are ^^ except -- Bastien

[O] org-enforce-todo-dependencies setting

2012-03-20 Thread Bernt Hansen
Hi Carsten, Are the last three lines of the description for org-enforce-todo-dependencies correct? --+ | ,[ C-h v org-enforce-todo-dependencies RET ]

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

2012-03-20 Thread Nick Dokos
Bernt Hansen wrote: > Hi Carsten, > > Are the last three lines of the description for > org-enforce-todo-dependencies correct? > --+ > >| > ,[ C-h v org

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

2012-03-20 Thread Nick Dokos
Nick Dokos wrote: > [fn:1] ... or maybe somebody did it and complained about it already: I > didn't search the ML. > ``git blame'' fingers commit c11a0b2d which indicates that there were indeed complaints. Nick

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

2012-03-20 Thread Bernt Hansen
Nick Dokos writes: > Nick Dokos wrote: > > >> [fn:1] ... or maybe somebody did it and complained about it already: I >> didn't search the ML. >> > > ``git blame'' fingers commit c11a0b2d which indicates that there were indeed > complaints. > > Nick Yup - Thanks for the info! Bernt

[O] org-log-note-headings 'state

2012-03-20 Thread John J Foerch
Hello, I'm writing an extension for org-mode wherein it would be incredibly convenient to be able to parse the state changes inside of LOGBOOK drawers to get the state-names and timestamps. However, I find that state changes are currently only parsable in an ad hoc manner, as for example by org-a

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

2012-03-20 Thread Christopher W. Ryan
Nick Dokos wrote: Christopher W. Ryan wrote: I've attached a small org file that reproduces my problem with getting images to export to pdf. I've also attached the resulting .tex file. I think my issue may have something to do with my misunderstanding of inline tasks, since if I put my org

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

2012-03-20 Thread Carsten Dominik
On 21.3.2012, at 03:00, Nick Dokos wrote: > Bernt Hansen wrote: > >> Hi Carsten, >> >> Are the last three lines of the description for >> org-enforce-todo-dependencies correct? >> --+ >>

Re: [O] AUCTeX conflicting with org-mode

2012-03-20 Thread Yagnesh Raghava Yakkala
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, >do (load "tex.el") before using org-latex. how about this patch (to hotfix branch