[O] Bug report: weekly agenda and blank, timestamped headers

2012-02-27 Thread James Atwood
If an org file on the agenda list contains a header that is blank but for a date/timestamp, the weekly agenda command will fail. The resulting agenda buffer will be of type nil and contain only date headers.

Re: [O] org-publish-validate-link ?

2012-02-27 Thread Nick Dokos
François Pinard wrote: > The manual, in [[info:org#Publishing%20links][Publishing links]], > speaks about an *org-publish-validate-link* function which does not seem > to exist in Org mode sources. Is the function missing, or the > documentation misleading? :-) > It was removed by Sebastian R

[O] org-publish-validate-link ?

2012-02-27 Thread François Pinard
Hello again! The manual, in [[info:org#Publishing%20links][Publishing links]], speaks about an *org-publish-validate-link* function which does not seem to exist in Org mode sources. Is the function missing, or the documentation misleading? :-) François

[O] Issue tracking habits?

2012-02-27 Thread François Pinard
Hi, Org people. Presumably, many of you once used, or are still using Org mode to track (programming) issues, like bugs, problems, ideas. I wonder if some wisdom developed about how to proceed, that would be worth sharing. I have a reasonable familiarity with TODO-like keywords and cycling, tags

Re: [O] worg access source

2012-02-27 Thread Thomas S. Dye
Thorsten writes: > t...@tsdye.com (Thomas S. Dye) writes: > > >> The "Show Org source" button on Worg is a great addition. Thanks! > > Its very convenient, and it makes the "link to this documents org source" > section in the template for ob-doc-language.org files redundant. Hi Thorsten, Than

Re: [O] Bug report: weekly agenda and blank, timestamped headers

2012-02-27 Thread Nick Dokos
James Atwood wrote: > If an org file on the agenda list contains a header that is blank but > for a date/timestamp, the weekly agenda command will fail. The resulting > agenda buffer will be of type nil and contain only date headers. > This is probably the same bug that Ilya Shlyakhter report

Re: [O] Frames and the agenda

2012-02-27 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Although everything else is working great, I'm getting the following error > message when trying to follow links to org files: > > "cond: Symbol's function definition is void: org-in-clocktable-p [11 times]" > Maybe this helps? http://thread.gmane.org/gmane

[O] Bug report: weekly agenda and blank, timestamped headers

2012-02-27 Thread James Atwood
If an org file on the agenda list contains a header that is blank but for a date/timestamp, the weekly agenda command will fail. The resulting agenda buffer will be of type nil and contain only date headers.

Re: [O] Frames and the agenda

2012-02-27 Thread Marcelo de Moraes Serpa
Hi Max, Although everything else is working great, I'm getting the following error message when trying to follow links to org files: "cond: Symbol's function definition is void: org-in-clocktable-p [11 times]" The link looks like this: [[file:~/org/data/dynamic_reference/otherfile.org]] Any

Re: [O] worg access source

2012-02-27 Thread Thorsten
t...@tsdye.com (Thomas S. Dye) writes: > The "Show Org source" button on Worg is a great addition. Thanks! Its very convenient, and it makes the "link to this documents org source" section in the template for ob-doc-language.org files redundant. -- cheers, Thorsten

Re: [O] worg access source

2012-02-27 Thread Thomas S. Dye
Jason Dunsmore writes: > On Thu, Feb 09 2012, Thomas Alexander Gerds wrote: > >> in worg it would be great if (as in emacs muse) there was a link to the >> underlying .org file which was used to generate the page. my naiive >> attempt to catch a glimpse of the source of >> >> http://orgmode.org/w

[O] bug report: org-imenu-get-tree

2012-02-27 Thread Ilya Shlyakhter
In org-imenu-get-tree, (when (<= level n) (looking-at org-complex-heading-regexp) (setq head (org-link-display-format (org-match-string-no-properties 4)) m (org-imenu-new-marker)) should probably be (when (an

Re: [O] Frames and the agenda

2012-02-27 Thread Marcelo de Moraes Serpa
Hi Max, thanks for the reply. That is amazing. Works like a charm - just what I needed. This should definitely be merged back to the main org distribution! On Fri, Feb 24, 2012 at 2:48 PM, Max Mikhanosha wrote: > Check out my multiple-agenda-buffers branch from > http://github.com/7max/org-m

Re: [O] [BUG?] subtle sequencing error when setting org-bbdb-old in org-bbdb.el

2012-02-27 Thread Nick Dokos
David Maus wrote: > > The problem was that org-bbdb is part of org-modules by default and that > > was loading org-bbdb way too early, certainly before bbdb itself was > > loaded. That would set the value to nil and nothing I would do could > > change it (short of whacking it with a setq). > >

[O] bug report: org-delete-property-globally

2012-02-27 Thread Ilya Shlyakhter
org-delete-property-globally leaves a blank line in place of each property line it deletes. (by contrast, org-delete-property correctly removes the property line).

Re: [O] [BUG?] subtle sequencing error when setting org-bbdb-old in org-bbdb.el

2012-02-27 Thread Nick Dokos
David Maus wrote: > > > > The problem was that org-bbdb is part of org-modules by default and that > > was loading org-bbdb way too early, certainly before bbdb itself was > > loaded. That would set the value to nil and nothing I would do could > > change it (short of whacking it with a setq). >

Re: [O] [dev] Implement "ref" link types

2012-02-27 Thread David Maus
At Tue, 21 Feb 2012 10:18:00 +0100, Nicolas Goaziou wrote: > > Hello, > > David Maus writes: > > > I don't see why we should drop the link type in fuzzy links. After all > > they /are/ are special type of link. > > There is no link type in fuzzy links : [[something]] matches > <> in master. > > >

Re: [O] [BUG?] subtle sequencing error when setting org-bbdb-old in org-bbdb.el

2012-02-27 Thread David Maus
Hi Nick, At Sat, 25 Feb 2012 04:20:10 -0500, Nick Dokos wrote: > > I was bitten by this and it took me a while to figure out what was going > on, so maybe I can save somebody some time by recording the problem here. > > I'm using bbdb 2.36devo (i.e. an old bbdb version - see below for my > 3.0 tro

Re: [O] Bug: Org-mode don't renumber plain footnote labels [7.8.03]

2012-02-27 Thread Bruno Félix Rezende Ribeiro
Nicolas Goaziou writes: Hello. > Hello, > > oitofe...@gmail.com (Bruno Félix Rezende Ribeiro) writes: > >>> According to `org-footnote-renumber-fn:N' docstring, renumbering only >>> applies to simple footnotes like fn:17. This is also is the manual, at >>> section 2.10. > >> You are right. Plea

Re: [O] [dev] Implement "ref" link types

2012-02-27 Thread Nicolas Goaziou
Hello, Here is a new version of the patch built on top of master, along with test cases. If there is no objection, I'll push it to master in a couple of days. I really think that's a great feature to have in Org. Regards, -- Nicolas Goaziou >From 2fdde87bb7f1241f3d24dbd8ae030a300fe8f0fc Mon S

Re: [O] [Bug] Regression w/ insert into tables in overwrite-mode

2012-02-27 Thread Achim Gratz
Achim Gratz writes: > Commit 00040e7 by David Maus has introduced a regression when inserting > into org tables while overwrite mode is on. For each character inserted > into a table cell, the cell (and the whole table row) gets shortened by > one character. > > If the change can not be reverted

[O] Exported html structure

2012-02-27 Thread Vincent Beffara
Hi, I would like to use jQuery to make the html exported by Org (un)foldable by clicking around, mimicking what tabbing does within emacs [except, I would like it if folding-and-unfolding-again kept open subtree as they were, which is a bit different from what org-mode does and is the root of

[O] suggestion: sparse tree heatmaps

2012-02-27 Thread Ilya Shlyakhter
Suggestion: Currently, the sparse tree shows entries in proper context but not in order (e.g. by due date); the agenda shows them in order but out of context. To get both, show a sparse tree but indicate the relative order of the entries by a heatmap color (e.g. blue to red) that would correspond

Re: [O] Bug: Org-mode don't renumber plain footnote labels [7.8.03]

2012-02-27 Thread Nicolas Goaziou
Hello, oitofe...@gmail.com (Bruno Félix Rezende Ribeiro) writes: >> According to `org-footnote-renumber-fn:N' docstring, renumbering only >> applies to simple footnotes like fn:17. This is also is the manual, at >> section 2.10. > You are right. Please, consider this bug report as feature reque

[O] question about org-latex-regexps

2012-02-27 Thread Colin Fraizer
The variable org-latex-regexps has an element ("$" "\\([^$]\\|^\\)\\(\\(\\$\\([^ \r\n,;.$][^$\n\r]*?\\(\n[^$\n\r]*?\\)\\{0,2\\}[^ \r\n,.$]\\)\\$\\)\\)\\([- .,?;:'\")\000]\\|$\\)" 2 nil) The 6th nested subexpression (starts with "\\([-") prevents conversion of some latex math-mode stuff.

Re: [O] mlorg : yet another parser for org-mode (Written in OCaml contained in org-mode files)

2012-02-27 Thread Eric Schulte
Simon Castellan writes: > On lun. 27/févr. (15:27), Alan Schmitt wrote: >> On 26 févr. 2012, at 17:41, Simon Castellan wrote: >> >> > I have been writing a parser for mlorg files in OCaml. This started as an >> > experiment to see if the literate programming mode of org-mode could scale >> > to

[O] Export to multiple HTML files?

2012-02-27 Thread Avdi Grimm
Is there a way to export a single Org file to a bunch of HTML files, one for each heading of a given level? E.g. the way the Org manual is presented at http://orgmode.org/manual ? (yes, I realize that's Info not org-mode)I thought I remembered that being possible, but now I can't find it. Thanks!

Re: [O] worg wrong link?

2012-02-27 Thread Bastien
Hi Rustom, Rustom Mody writes: > In http://orgmode.org/worg/org-tutorials/ > non-beamer-presentations.html#sec-3 > the 'here' (emacs code available here under Code and usage for > org-export-as-s5) points to > http://gitweb.adaptive.cs.unm.edu/org-S5.git/blob_plain/HEAD:/ > org-export-as-s5.el >

Re: [O] mlorg : yet another parser for org-mode (Written in OCaml contained in org-mode files)

2012-02-27 Thread Simon Castellan
On lun. 27/févr. (15:27), Alan Schmitt wrote: > On 26 févr. 2012, at 17:41, Simon Castellan wrote: > > > I have been writing a parser for mlorg files in OCaml. This started as an > > experiment to see if the literate programming mode of org-mode could scale > > to a > > full application (among ot

Re: [O] mlorg : yet another parser for org-mode (Written in OCaml contained in org-mode files)

2012-02-27 Thread Alan Schmitt
On 26 févr. 2012, at 17:41, Simon Castellan wrote: > I have been writing a parser for mlorg files in OCaml. This started as an > experiment to see if the literate programming mode of org-mode could scale to > a > full application (among other things). This looks very interesting, and would very

Re: [O] expire tag in Org-Mode HTML export

2012-02-27 Thread Stefan Vollmar
Dear Bernt, thanks for the quick reply - unfortunately, this does not solve our problem as org-export-html-style-extra is limited to style-related information. We would need something that allows extending the "head" block with another meta-tag, so org-export-html-preamble is already after the

[O] Bug: Org-mode supress bold text and sub-trees when exporting to html [7.8.03]

2012-02-27 Thread Bruno Félix Rezende Ribeiro
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] Export to manpage format

2012-02-27 Thread Karl Voit
Hi! I only found [1] and wonder if there is an existing method to produce manpage files from Org-mode files ... 1. http://lists.gnu.org/archive/html/emacs-orgmode/2008-03/msg00056.html -- Karl Voit

Re: [O] Habits in agenda view

2012-02-27 Thread Michael Brand
Hi Renger Not sure why you want to skip habits in tags-todo, they should not appear anyway. Try: ("s" "Agenda with Next and Habit as separated views" ((agenda "" ((org-habit-show-habits nil))) (tags-todo "-WAIT/!NEXT" ((org-agenda-overriding-header "Next Tasks")

Re: [O] expire tag in Org-Mode HTML export

2012-02-27 Thread Bernt Hansen
Stefan Vollmar writes: > Hello, > > we want to include a > > entry in the HTML export of our Org pages to indicate that browsers > should not cache the pages but rather reload them the next time. > > This line should go into the "head" part of the HTML pages (otherwise > "#+html:" would solve th

[O] expire tag in Org-Mode HTML export

2012-02-27 Thread Stefan Vollmar
Hello, we want to include a entry in the HTML export of our Org pages to indicate that browsers should not cache the pages but rather reload them the next time. This line should go into the "head" part of the HTML pages (otherwise "#+html:" would solve the problem) - how can we accomplish this

[O] Agenda custom command problems

2012-02-27 Thread James Harkins
Hi, Two questions about agenda custom commands. 1. I've defined a few custom agenda commands, but the only one that actually appears in the agenda dispatcher is 'z'. If I open Emacs and immediately C-h v org-agenda-custom-commands, it says: Its value is (("z" tags-todo "-ExamFdbk")) But... T