[O] how to specify table width in HTML export

2012-03-20 Thread Stephen J. Barr
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? Thanks, Stephen

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

2012-03-20 Thread Nick Dokos
Stephen J. Barr stephenjb...@gmail.com 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 solution (I'd imagine

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

2012-03-20 Thread Bastien
Hi David, David Maus dm...@ictsoc.de 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 b...@altern.org 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

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

2012-03-20 Thread Michael Hannon
From: Nick Dokos nicholas.do...@hp.com Stephen J. Barr stephenjb...@gmail.com 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

Re: [O] [DEV] New git workflow

2012-03-20 Thread Achim Gratz
Achim Gratz strom...@nexgo.de 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

[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 ditaa jar

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)))

[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

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

2012-03-20 Thread Achim Gratz
Rainer Stengele rainer.stengele at 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

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 kjambunat...@gmail.com 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 kjambunat...@gmail.com 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 strom...@nexgo.de writes: Bastien b...@altern.org 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

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

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 ilya_...@alum.mit.edu 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 yagn...@live.com 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

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

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

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 julian.gehr...@googlemail.com writes: From e56f7f204014ce6e2b83a75caeb248dd63a6c74f Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Sun, 26 Feb 2012 13:51:22 +0100 Subject: [PATCH] doc/org.texi: remove duplicated keybinding for

[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 rustompm...@gmail.com 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:

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

2012-03-20 Thread Bastien
Hi FengShu, FengShu tuma...@gmail.com 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

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

2012-03-20 Thread Bastien
Hi Kevin, Kevin Brubeck Unhammer unham...@fsfe.org 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 sh...@slugfest.demon.co.uk 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 wxhgmqzgw...@spammotel.com writes: From 74f376c12cceae196f5a856eac1a39cdbcc8e360 Mon Sep 17 00:00:00 2001 From: Sebastien Vauban s...@mygooglest.com Date: Thu, 16 Feb 2012 15:48:37 +0100 Subject: [PATCH] Add Time-stamp in export template --- lisp/org-exp.el

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

2012-03-20 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Ilya Shlyakhter ilya_...@alum.mit.edu 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,

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

2012-03-20 Thread Karl Voit
:20120320 | DTEND;VALUE=DATE:20120320 | SUMMARY: Test | CATEGORIES:misc | END:VEVENT | -- | DTSTART;VALUE=DATE:20120320 | DTEND;VALUE=DATE:20120320 | SUMMARY: Test | CATEGORIES:misc | END:VEVENT | vk@gary ~all/org-mode (git)-[master] % ` -- Karl Voit

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

2012-03-20 Thread Kevin Brubeck Unhammer
Bastien b...@gnu.org writes: Hi Kevin, Kevin Brubeck Unhammer unham...@fsfe.org 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

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 wxhgmqzgw...@spammotel.com writes: From 74f376c12cceae196f5a856eac1a39cdbcc8e360 Mon Sep 17 00:00:00 2001 From: Sebastien Vauban s...@mygooglest.com Date: Thu, 16 Feb 2012 15:48:37 +0100 Subject: [PATCH] Add Time-stamp in export template ---

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
~all/org-mode (git)-[master] % grep -C 2 Test agenda.ics | DTSTART;VALUE=DATE:20120320 | DTEND;VALUE=DATE:20120320 | SUMMARY: Test | CATEGORIES:misc | END:VEVENT | -- | DTSTART;VALUE=DATE:20120320 | DTEND;VALUE=DATE:20120320 | SUMMARY: Test | CATEGORIES:misc | END:VEVENT | vk@gary ~all/org

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

2012-03-20 Thread Carsten Dominik
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 | SUMMARY: Test | CATEGORIES:misc | END:VEVENT | -- | DTSTART;VALUE=DATE:20120320 | DTEND;VALUE=DATE

[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...

[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| 1:23 |

[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 jm_han...@yahoo.com wrote: From: Nick Dokos nicholas.do...@hp.com Stephen J. Barr stephenjb...@gmail.com 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

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 b...@gnu.org wrote: Hi Yagnesh, Yagnesh Raghava Yakkala yagn...@live.com 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

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

2012-03-20 Thread Bastien
Hi Henning, Henning Weiss hdwe...@gmail.com 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 wxhgmqzgw...@spammotel.com 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

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

2012-03-20 Thread Bastien
Hi there, Wes Hardaker wjhns...@hardakers.net 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,

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 rainer.stengele at 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

Re: [O] AUCTeX conflicting with org-mode

2012-03-20 Thread Bastien
Hi Suvayu, suvayu ali fatkasuvayu+li...@gmail.com 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

[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.git

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

2012-03-20 Thread Nick Dokos
Rasmus Rempling ras...@rempling.se 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

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

2012-03-20 Thread Jambunathan K
Martin Gürtler martin.guert...@gmx.de 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

[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 kjambunat...@gmail.com Date: Tue Mar 20 19:53:28 2012 +0530

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

2012-03-20 Thread Achim Gratz
Rainer Stengele rainer.steng...@online.de 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.

[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 tass...@member.fsf.org 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

Re: [O] [DEV] New git workflow

2012-03-20 Thread Achim Gratz
Bastien b...@gnu.org 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

[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

[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

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 sankalpkh...@gmail.com 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

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

2012-03-20 Thread Christopher Schmidt
Christopher Schmidt christop...@ch.ristopher.com 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

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

2012-03-20 Thread Nick Dokos
Richard Stanton stan...@haas.berkeley.edu 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

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 stan...@haas.berkeley.edu wrote: Using

[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 christop...@ch.ristopher.com writes: I think this

[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 nicholas.do...@hp.com wrote: Richard Stanton stan...@haas.berkeley.edu 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

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 b...@altern.org wrote: Nick Bell mail+...@nickbell.org writes:

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,

[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

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

2012-03-20 Thread Achim Gratz
Nick Dokos nicholas.do...@hp.com 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

Re: [O] [DEV] New git workflow

2012-03-20 Thread Achim Gratz
Simon Thum simon.t...@gmx.de 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,

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 strom...@nexgo.de wrote: Sankalp sankalpkh...@gmail.com 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

Re: [O] AUCTeX conflicting with org-mode

2012-03-20 Thread suvayu ali
Hi Bastien, On Tue, Mar 20, 2012 at 17:23, Bastien b...@gnu.org wrote: Hi Suvayu, suvayu ali fatkasuvayu+li...@gmail.com 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

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

2012-03-20 Thread Nick Dokos
Achim Gratz strom...@nexgo.de wrote: Nick Dokos nicholas.do...@hp.com 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

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

2012-03-20 Thread Bastien
Christopher Schmidt christop...@ch.ristopher.com 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 stan...@haas.berkeley.edu 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

Re: [O] [DEV] New git workflow

2012-03-20 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de 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

Re: [O] [DEV] New git workflow

2012-03-20 Thread Bastien
Bastien b...@altern.org 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 be...@norang.ca wrote: Hi Carsten, Are the last three lines of the description for org-enforce-todo-dependencies correct? --+ | ,[

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

2012-03-20 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com 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 nicholas.do...@hp.com writes: Nick Dokos nicholas.do...@hp.com 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

[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

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

2012-03-20 Thread Christopher W. Ryan
Nick Dokos wrote: Christopher W. Ryancr...@binghamton.edu 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,

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 be...@norang.ca wrote: Hi Carsten, Are the last three lines of the description for org-enforce-todo-dependencies correct? --+