[O] [BUG] LaTeX subtree export gives spurious unbalanced begin/end_%s blocks error

2011-12-12 Thread Christian Moe
Hi, Here's a minimal document: BEGIN EXAMPLE #+title: Testing * Src blocks Here's some Lisp: #+begin_src emacs-lisp (message Hello world!) #+end_src END EXAMPLE When I try to export the Src blocks subtree to PDF via LaTeX, I get the error: unbalanced begin/end_src

[O] Where do these backgroud colors come from?

2011-12-12 Thread Detlef Steuer
Hi! Just updated to current git version of org: Org-mode version 7.7 (release_7.7.674.gc609) Running under emacs: GNU Emacs 23.3.1 (x86_64-suse-linux-gnu, GTK+ Version 2.22.1) of 2011-10-07 on build40 Suddenly I have some lines with colored backgrounds, some dark blue, some light blue in my

[O] Bug: Recurring TODO spuriously blocked [7.7]

2011-12-12 Thread François Pinard
Hi, people. Whenever a TODO is scheduled with a recurrence (with .+ or ++), forcing the state to DONE is a mere way to trigger Org into setting the state to TODO again, yet with the scheduled date updated for the next repetition. Setting to DONE merely means that this repetition is done, which

[O] Capture failure [7.7]

2011-12-12 Thread François Pinard
Hi, Org mode people. I had some misery trying to debug a special personal machinery to capture URLs from Chrome into Org. Not worth detailing here. And moreover, as it works now, I'm happy with this. However, I had to make the following modification to get it going. I'm not sure what are the

[O] Mouse clicks within org-goto

2011-12-12 Thread François Pinard
Hi again, Org people. Let me first say that I much like org-goto (C-c C-j), thanks for it! One thing which I miss in it is the capability of quick positioning within the goto window, using the mouse. If I click anywhere (using mouse-1), the Emacs cursor jumps to the mouse cursor indeed, but

[O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Martyn Jago
Commit 6f8ea8e breaks the build. make clean make ...returns the error: --8---cut here---start-8--- emacs -batch -q -no-site-file -eval (setq load-path (cons (expand-file-name \./lisp/\) (cons \/usr/local/share/emacs/site-lisp\ load-path))) -f

Re: [O] [BUG] LaTeX subtree export gives spurious unbalanced begin/end_%s blocks error

2011-12-12 Thread Juan Pechiar
I have the same problem. It occurs on a 2nd pass through org-export-blocks-preprocess (in org-exp-blocks.el). 1st pass runs OK, 2nd pass gets the error condition. 1st pass processes the following: (buffer-substring match-start (point-max)) - #+begin_src emacs-lisp\n (message \Hello,

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Jambunathan K
Martyn Jago martyn.j...@btinternet.com writes: Commit 6f8ea8e breaks the build. make clean make ...returns the error: emacs -batch -q -no-site-file -eval (setq load-path (cons (expand-file-name \./lisp/\) (cons \/usr/local/share/emacs/site-lisp\ load-path))) -f batch-byte-compile

[O] [BUG] Various problems with org-odt export

2011-12-12 Thread Christian Moe
Hi, Either something's gone wrong with my setup, or there are a number of issues to straighten out after org-odt moved to core. Here's what I have so far (with Org 7.7 pulled this morning, Emacs 23.3.1, on a Mac). Issues 1 and 3 look urgent. 1. The org-export-odt-styles-file variable

Re: [O] [BUG] Various problems with org-odt export

2011-12-12 Thread Jambunathan K
Christian Hi, Either something's gone wrong with my setup, or there are a number of issues to straighten out after org-odt moved to core. Here's what I have so far (with Org 7.7 pulled this morning, Emacs 23.3.1, on a Mac). Issues 1 and 3 look urgent. 1. The org-export-odt-styles-file

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Martyn Jago
Hi Jambunathan Jambunathan K kjambunat...@gmail.com writes: Martyn Jago martyn.j...@btinternet.com writes: Commit 6f8ea8e breaks the build. make clean make ...returns the error: emacs -batch -q -no-site-file -eval (setq load-path (cons (expand-file-name \./lisp/\) (cons

Re: [O] Where do these backgroud colors come from?

2011-12-12 Thread Bastien
Hi Detlef, Detlef Steuer detlef.ste...@gmx.de writes: Suddenly I have some lines with colored backgrounds, some dark blue, some light blue in my agenda view?! (invoked using C-c a a) Don't panic :) I like the good old white background for all my agenda lines and want it back. What has

Re: [O] Where do these backgroud colors come from?

2011-12-12 Thread Detlef Steuer
On Mon, 12 Dec 2011 09:56:15 +0100 Detlef Steuer detlef.ste...@gmx.de wrote: Hi! Just updated to current git version of org: Org-mode version 7.7 (release_7.7.674.gc609) Running under emacs: GNU Emacs 23.3.1 (x86_64-suse-linux-gnu, GTK+ Version 2.22.1) of 2011-10-07 on build40

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Bastien
Jambunathan K kjambunat...@gmail.com writes: Don't you have htmlfontify.el in your version of Emacs? I thought it is part of regular Emacs. Could you please check why this is so? May be some adjustment of load path is required or htmlfontify.el has to be installed. htmlfontify.el is part of

Re: [O] Simple reference card browser by Anything.el

2011-12-12 Thread Bastien
Tassilo Horn tass...@member.fsf.org writes: First of all, in the mean time it's mostly Thierry Volpiatto and Rubikitch doing all the work on anything.el. Oops -- sorry I forgot to mention this, thanks for clarifying! -- Bastien

Re: [O] Simple reference card browser by Anything.el

2011-12-12 Thread Tassilo Horn
Bastien b...@altern.org writes: First of all, in the mean time it's mostly Thierry Volpiatto and Rubikitch doing all the work on anything.el. Oops -- sorry I forgot to mention this, thanks for clarifying! No problem, I'm still capable of accepting patches. ;-) Bye, Tassilo

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Nick Dokos
Jambunathan K kjambunat...@gmail.com wrote: Martyn Jago martyn.j...@btinternet.com writes: Commit 6f8ea8e breaks the build. ... ... Don't you have htmlfontify.el in your version of Emacs? I thought it is part of regular Emacs. Could you please check why this is so? May be some

Re: [O] org-search-goto.el - full text search to go to locations in your org buffers

2011-12-12 Thread Tom
Takaaki ISHIKAWA takaxp at ieee.org writes: If this package can handle `org-directory' having org files, or `org-agenda-files', it is more handy. org-agenda-files should be no problem, since this package searches in all opened org buffers, and org opens all agenda files when building the

Re: [O] Simple reference card browser by Anything.el

2011-12-12 Thread SAKURAI Masashi
Hi Tassilo, Thank you for your advice! I'm going to discuss this topic at emacs-anything ML. Thanks, -- SAKURAI, Masashi (family, given) m.saku...@kiwanami.net

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Jambunathan K
Bastien b...@altern.org writes: Jambunathan K kjambunat...@gmail.com writes: Don't you have htmlfontify.el in your version of Emacs? I thought it is part of regular Emacs. Could you please check why this is so? May be some adjustment of load path is required or htmlfontify.el has to be

Re: [O] Where do these backgroud colors come from?

2011-12-12 Thread Daniel Clemente
El Mon, 12 Dec 2011 09:56:15 +0100 Detlef Steuer va escriure: Suddenly I have some lines with colored backgrounds, some dark blue, some light blue in my agenda view?! (invoked using C-c a a) There are _no_ entries in my .emacs telling anything about colors at all. (AFAICT.) With C-u

Re: [O] Function for html-preamble and html-postamble in org-publish

2011-12-12 Thread Bastien
Hi Bill, Bill Jackson w...@jacksonhost.com writes: In version 7.7, a function provided to org-publish via :html-preamble or :html-postamble no longer accepts a property list of export options. I do not know if this change is a bug, or if it is deliberate. This is deliberate: I think the

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Bastien
Jambunathan K kjambunat...@gmail.com writes: I pushed one more fix which does a (require 'htmlfontify nil t) instead of (require 'htmlfontify). Indeed, thanks! -- Bastien

Re: [O] org-search-goto.el - full text search to go to locations in your org buffers

2011-12-12 Thread Takaaki ISHIKAWA
Dear Tom, Hi. Thanks for your comment. I have verified the `org-agenda-files' is available for org-search-goto once I call org-agenda command. The solution for `org-directory' is good for active buffers. But I actually don't want to keep opening archived org files only for searching. So I will

[O] Refile targets fail with certain filename

2011-12-12 Thread Nathan Neff
Hello, This was a very tricky problem to work around. I have two directories (notesmine and personal) that I use to refile stuff to. I refile to my notesmine directory once every few months, so I was baffled last night when I started getting Wrong type argument: stringp, nil when I wanted to

[O] [Accepted] Improving bug reporting documentation

2011-12-12 Thread Bastien Guerry
Patch 1033 (http://patchwork.newartisans.com/patch/1033/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C2008000620.6fd433b6%40kuru.homelinux.net%3E Here is the original message containing the patch: Content-Type: text/plain;

[O] [Accepted] Patch: maintain window configuration when org-agenda-follow-indirect is set

2011-12-12 Thread Bastien Guerry
Patch 1004 (http://patchwork.newartisans.com/patch/1004/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3Cm2bot77c1a.fsf%40pluto.luannocracy.com%3E Here is the original message containing the patch: Content-Type: text/plain;

Re: [O] Patch: maintain window configuration when org-agenda-follow-indirect is set

2011-12-12 Thread Bastien
Dave Abrahams d...@boostpro.com writes: Without this change, org-agenda-follow-indirect tends to cause the window configration to bounce around chaotically as you move from item to item. Applied, thanks. I had to update the commit message: it should contain an Emacs-ready ChangeLog message.

Re: [O] Improving bug reporting documentation

2011-12-12 Thread Bastien
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Lately I have been seeing a lot of bug reports sent using the org-submit-bug-report. The reporter usually reports the bug from a session they have been using with their full blown customisations. And often they are requested to reproduce the bug

Re: [O] Refile targets fail with certain filename

2011-12-12 Thread Nick Dokos
Nathan Neff nathan.n...@gmail.com wrote: Hello, This was a very tricky problem to work around. I have two directories (notesmine and personal) that I use to refile stuff to. I refile to my notesmine directory once every few months, so I was baffled last night when I started getting Wrong

Re: [O] Bug: Recurring TODO spuriously blocked [7.7]

2011-12-12 Thread Bernt Hansen
pin...@iro.umontreal.ca (François Pinard) writes: Whenever a TODO is scheduled with a recurrence (with .+ or ++), forcing the state to DONE is a mere way to trigger Org into setting the state to TODO again, yet with the scheduled date updated for the next repetition. Setting to DONE merely

[O] A presentation tool for org-mode

2011-12-12 Thread Takaaki ISHIKAWA
Dear all, Hi. I'm writing a presentation tool for Org-mode named `org-tree-slide'. This elisp will help you when a live editable presentation is required. And it is also possible to access TODO items sequentially with narrowing. Since org-tree-slide treats a tree as a single slide by

[O] [PATCH] Orgcard: Correct markup in 'Timestamps' section

2011-12-12 Thread Julian Gehring
Orgcard: Correct markup in 'Timestamps' section * doc/orgcard.tex: Correct one markup in 'Timestamps' section From 756e4eb6aca0e1b72f8fa55537005d2b617b83f8 Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Mon, 12 Dec 2011 12:29:46 +0100 Subject: [PATCH] Orgcard:

[O] [PATCH] Org manual: Fix double-spaces at the end of sentences

2011-12-12 Thread Julian Gehring
Org manual: Fix double-spaces at the end of sentences * doc/org.texi: End sentences with two spaces. From 19e39b67f4a8dbee3f1015f636fac4f77e59d3c2 Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Mon, 12 Dec 2011 19:19:20 +0100 Subject: [PATCH] Org manual: Fix

Re: [O] What do you use to identify projects (in the GTD sense)

2011-12-12 Thread Viktor Rosenfeld
Hi Bernt, sorry, I wasn't more specific. My problem is with projects that consist of subprojects and simple tasks. Consider the following scenario: * TODO Project ** TODO Subproject A *** NEXT Task A1 *** TODO Task A2 ** NEXT Task B ** TODO Task C ** TODO ... Task B and C have to be done in

[O] [Accepted] Orgcard: Correct markup in 'Timestamps' section

2011-12-12 Thread Bastien Guerry
Patch 1068 (http://patchwork.newartisans.com/patch/1068/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3Cjc5fuu%24ppc%241%40dough.gmane.org%3E Here is the original message containing the patch: Content-Type: text/plain;

[O] [Accepted] Org manual: Fix double-spaces at the end of sentences

2011-12-12 Thread Bastien Guerry
Patch 1069 (http://patchwork.newartisans.com/patch/1069/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3Cjc5h3b%242jq%241%40dough.gmane.org%3E Here is the original message containing the patch: Content-Type: text/plain;

Re: [O] Bug: Recurring TODO spuriously blocked [7.7]

2011-12-12 Thread François Pinard
Bernt Hansen be...@norang.ca writes: pin...@iro.umontreal.ca (François Pinard) writes: todo-dependencies should likely never be enforced for repeated entries, even if enforced otherwise, as enforcing for repetitions with the current Org mechanics has no meaning, at least as I undestand Org

[O] [PATCH] Dynamically demote included file relatively to the current heading level

2011-12-12 Thread Daniel Dehennin
Hello, You can get the following patchset by pulling: git pull git://git.baby-gnu.net/org-mode dad/add-level-to-headings Regards. This patch permits a more flexible usage than :minlevel. It's possible to include files with their heading demoted by 'X' levels relatively to the current one.

[O] Search links in a list of files

2011-12-12 Thread Daniel Dehennin
Hello, As I want to write some documentation with org-mode, I'm looking for a way to manage an list of files in which org-mode will look for links, or better, a list or directory to scan. For example: - in file1.org, I link something like [[file:file2.org::#some-point][some point in some

Re: [O] What do you use to identify projects (in the GTD sense)

2011-12-12 Thread Bernt Hansen
Viktor Rosenfeld listuse...@googlemail.com writes: Hi Bernt, sorry, I wasn't more specific. My problem is with projects that consist of subprojects and simple tasks. Consider the following scenario: * TODO Project ** TODO Subproject A *** NEXT Task A1 *** TODO Task A2 ** NEXT Task B **

Re: [O] [BUG] Various problems with org-odt export

2011-12-12 Thread Christian Moe
Hi, Thanks, the problem was indeed with setup and not with org-odt as such, so I'm really sorry about the noise. But I'm wondering if something needs to be done about the Makefile to make sure etc/styles installs. Background: I'm in the habit of compiling and installing Org each time I

Re: [O] Refile targets fail with certain filename

2011-12-12 Thread Nathan Neff
Thanks Nick for your advice. I have posted a new e-mail with the subject Refile fails with blank * TODO On Mon, Dec 12, 2011 at 11:05 AM, Nick Dokos nicholas.do...@hp.com wrote: Nathan Neff nathan.n...@gmail.com wrote: Hello, This was a very tricky problem to work around.  I have two

[O] Refile fails with blank TODO

2011-12-12 Thread Nathan Neff
Hello, With some help from Nick Dokos, I think I've found a bug: If you have a blank TODO entry in any of your refile targets, you will get the error message below. Here's a sample ~/Documents/notesmine/emacs.org file that will reproduce the error: * Emacs - auto fill mode * TODO *

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-12-12 Thread Giovanni Giorgi
Hi, sorry for my late response. I have little time right now, but I think org-mode could be integrated. The current node.js org-mode parser is not designed to take care of the content of a paragraph (for instance it will not be able to detect numbered lists), and I fear this is its major weak

Re: [O] Refile fails with blank TODO

2011-12-12 Thread Nick Dokos
Nathan Neff nathan.n...@gmail.com wrote: If you have a blank TODO entry in any of your refile targets, you will get the error message below. ... I'm able to replicate this bug by opening Emacs and running M-x njn/refile-targets-personal ... Thanks and hope someone else can replicate it

Re: [O] Bug: 2nd, 3rd, ... ext link in normal text NOT exported [7.7]

2011-12-12 Thread Mathias Bauer
On Sun, Dec 11, 2011 at 11:01:13AM +0100, David Maus wrote: At Mon, 5 Dec 2011 17:19:29 +0100, M. Bauer wrote: as in the last paragraph of the Org v7.7 manual section 4.3 about external links, Org also finds external links in the normal text and activates them as links. While editing,

[O] [BUG] error if arg to #+call: contains a comma

2011-12-12 Thread mylesenglish
Hello, There may be a problem with parsing arguments to the #+call function: #+name: A #+begin_src sh :var a=this, works echo $a #+end_src #+results: A | this | works | #+call: A() #+results: A() | this | works | #+call: A(a=this also works) #+results: A(a=this also works) : this also

[O] Refresh of http://orgmode.org

2011-12-12 Thread Bastien
Dear all, I made a small refresh of the website. http://orgmode.org - random quote (taken from worg/org-quotes.org) - random screenshot - twitter feed - g+/flattr/fb buttons - french translation (http://orgmode.org/fr/) If you want to help with the translation in your language, please send

[O] Release 7.8.01

2011-12-12 Thread Bastien
Dear all, I'm releasing 7.8.01. 7.8 has a bug about HTML publishing, please don't use it. http://orgmode.org/org-7.8.01.tar.gz http://orgmode.org/org-7.8.01.zip Below is the list of changes, also accessible on the website: http://orgmode.org/Changes.html Special thanks to Jambunathan,

Re: [O] Bug: HTML export broken [7.8]

2011-12-12 Thread Bastien
Mathias Bauer mba...@gmx.org writes: Can you please check this issue? This is now fixed in 7.8.01. Sorry for this. -- Bastien

Re: [O] [BUG] error if arg to #+call: contains a comma

2011-12-12 Thread Eric Schulte
Hi Myles, Thanks for reporting this issue, I just pushed up a fix and a protecting test case. Best, mylesengl...@gmail.com writes: Hello, There may be a problem with parsing arguments to the #+call function: #+name: A #+begin_src sh :var a=this, works echo $a #+end_src #+results: A

Re: [O] Bug: HTML export broken [7.8]

2011-12-12 Thread Mathias Bauer
Hello Bastien, On Tue, Dec 13, 2011 at 01:07:15AM +0100, Bastien wrote: Mathias Bauer mba...@gmx.org writes: Can you please check this issue? This is now fixed in 7.8.01. Sorry for this. Never mind. Thanks for your quick response. But,... there is still a litte flaw at the website's

Re: [O] Time tracking with MobileOrg

2011-12-12 Thread Matthew Jones
Hey Tobias, I think this would be a great feature for the Android version. It would be helpful if you could add this as a feature request in the issue tracker: https://github.com/matburt/mobileorg-android/issues As well as any ideas you have on how it should work... that will help us prioritize

Re: [O] Bug: Recurring TODO spuriously blocked [7.7]

2011-12-12 Thread Bernt Hansen
pin...@iro.umontreal.ca (François Pinard) writes: Bernt Hansen be...@norang.ca writes: pin...@iro.umontreal.ca (François Pinard) writes: todo-dependencies should likely never be enforced for repeated entries, even if enforced otherwise, as enforcing for repetitions with the current Org

Re: [O] Release 7.8.01

2011-12-12 Thread Bastien
Bastien b...@altern.org writes: I'm releasing 7.8.01. 7.8 has a bug about HTML publishing, please don't use it. 7.8.02 is now online, with the correct etc/ folder in it for the ODT exporter, and the commit Eric just pushed. -- Bastien

Re: [O] Search links in a list of files

2011-12-12 Thread Bernt Hansen
Daniel Dehennin daniel.dehen...@baby-gnu.org writes: As I want to write some documentation with org-mode, I'm looking for a way to manage an list of files in which org-mode will look for links, or better, a list or directory to scan. For example: - in file1.org, I link something like

Re: [O] Bug: HTML export broken [7.8]

2011-12-12 Thread Bastien
Hi Mathias, Mathias Bauer mba...@gmx.org writes: But,... there is still a litte flaw at the website's org-mode-download.html page: The download links for the zip file and the gzipped tar archive both show the v7.6 files. However v7.8.01 is directly accessible via

Re: [O] Bug: Recurring TODO spuriously blocked [7.7]

2011-12-12 Thread François Pinard
pin...@iro.umontreal.ca (François Pinard) writes: todo-dependencies should likely never be enforced for repeated entries Bernt Hansen be...@norang.ca writes: You can set a NOBLOCKING property to t to skip the dependency check for repeated tasks. Bernt Hansen be...@norang.ca writes: It

Re: [O] Release 7.8.01

2011-12-12 Thread Rasmus
Bastien b...@altern.org writes: Special thanks to Jambunathan, Nicolas, Eric and Carsten for their work on this release. Thanks a bunch to Jambunathan! Great to see your work being part of Org. This seems like a very exciting release! Thanks to Bastien and other new and old contributors.

[O] The reportmode report does not count the running clock

2011-12-12 Thread François Pinard
Hi, Org people. I'm noticing that the R (org-agenda-clockreport-mode) command with the *Org Agenda* buffer ignores the running clock. To get a result closer to the truth while I work, I have to clock-out and clock-in, then retry R. (Then edit out the spurious clock out and the following