[Orgmode] Re: [BUG] HTML exporting numbered literal examples

2009-07-17 Thread Ulf Stegemann
Bastien wrote: > Ulf Stegemann writes: > >> I had a quick look at `org-export-number-lines' and the following seems >> to work smoothly ... > > Thanks for the patch. One problem though: now the first link (from the > manuals example) looks like "sc" but there is no "sc" left in the source > cod

[Orgmode] Re: org-export-generic gives an error

2009-07-17 Thread srinivas
Nathan, Nick Dokos suggested the following fix to .emacs: (if (< emacs-major-version 23) (defun characterp (obj) (and (char-or-string-p obj) (not (stringp obj) Inserting this check makes org-export-generic work for me. My Emacs version on Windows is 22.3.1. I don't know what coul

Nick Dokos: Re: [Orgmode] org-export-generic gives an error

2009-07-17 Thread Nick Dokos
Noch einmal: I replied to srinivas and forgot to copy the list - sorry. --- Forwarded Message Date:Wed, 15 Jul 2009 16:18:29 -0400 From:Nick Dokos To: srinivas cc: nicholas.do...@hp.com Subject: Re: [Orgmode] org-export-generic gives an error srinivas wrote: > I am try

[Orgmode] Jot-mode

2009-07-17 Thread Raffi R
Hello, all. When I am taking lecture notes, they are virtually all bullets, and I need to quickly demote/promote. I've written a very, very rough derived mode for org-mode that allows me to do that more quickly. It's mostly just keyboard shorcuts redefined so that I can access them faster. It is

Re: [Orgmode] org-export-generic gives an error

2009-07-17 Thread Nathan Neff
On Thu, Jul 16, 2009 at 5:50 PM, Bastien wrote: > srinivas writes: > >> I am trying to test org-export-generic. I have an org file which exports >> correctly to html but when I tried the org-export-generic, I get the >> following >> error: >> >> === from *Messages* buffer >> and: Symbol's functio

Re: [Orgmode] Cannot use org-mode and remember templates

2009-07-17 Thread Frank Rust
Hi all, sorry for the confusion but I finally found the reason for my problem. I set the variable "org-time-stamp-rounding-minutes" in my .emacs correctly but unfortunately I didn't recognize the same variable in "custom-set-variables" section. :( @Bastien: In the meantime I installed the actual

[Orgmode] Re: Org-mode as a bug tracker.

2009-07-17 Thread Eric S Fraga
At Fri, 17 Jul 2009 13:35:29 -0500, Matthew Lundin wrote: > > > I don't know how to deal with attachments. > > Attachments, for me, are usually ephemeral and usually types of > > documents I don't particularly like to deal with (typically MS Word or > > PPT). > > I believe org-attach achieves thi

[Orgmode] Re: Org-mode as a bug tracker.

2009-07-17 Thread Matthew Lundin
Eric S Fraga writes: > At Fri, 17 Jul 2009 18:25:11 +0200, Óscar Fuentes wrote: > >> Another nuisance is attached files. This requires an ad-hoc mechanism >> and I'm not sure I want them stored along with the source files. > > Actually, I'm glad you brought this up. Since moving my org files to

Re: [Orgmode] [misc-new-features 1/5] Add two new special properties, SINCE and SINCE_IA.

2009-07-17 Thread James TD Smith
Hi Bastien On 2009-07-17 18:55:01(+0200), Bastien wrote: > sorry for the delay. As I said, I will let Carsten decides about this > patch. While I like the idea of displaying this information in column > view, I'm unsure whether it's relevant to add another special property. > > Two arguments: (1

Re: [Orgmode] Re: Org-mode as a bug tracker.

2009-07-17 Thread Eric S Fraga
At Fri, 17 Jul 2009 18:25:11 +0200, Óscar Fuentes wrote: [...] > So I calculated what amount of plain text would require a replica of my > Trac system: it's about 40 MB, with a few thousands tickets. I could > partitionate this on four unequal parts, though, with the largest being > 20 MB and 200

Re: [Orgmode] [misc-new-features 4/5] Allow org-insert-link to check the X clipboard and the Emacs kill-ring for links, as well as the stored links. This makes getting URLs into org from a browser muc

2009-07-17 Thread Bastien
Hi James, I'm still hesitating for this patch. Something I like when I insert a link is that I get rid of it, it doesn't stay in org-stored-links (unless explicitely told so). If org-insert-links accepts links from the kill-ring and/or from the clipboard, then some links will stay. More gener

Re: [Orgmode] [misc-new-features 3/5] Add an option to sort tags automatically.

2009-07-17 Thread Bastien
James TD Smith writes: >> Can people try this and give some feedback if they find it useful? I have applied your patch, thanks. > Sure. I wrote it because I thought having tags in alphabetical order would > look > better, but I think it also makes the tags easier to read. For example if you >

Re: [Orgmode] [misc-new-features 3/5] Add an option to sort tags automatically.

2009-07-17 Thread Bastien
I applied this patch, thanks a lot. James TD Smith writes: > --- > lisp/ChangeLog |3 +++ > lisp/org.el| 17 - > 2 files changed, 19 insertions(+), 1 deletions(-) > > diff --git a/lisp/ChangeLog b/lisp/ChangeLog > index 348ade3..9ce7a17 100755 > --- a/lisp/ChangeLog >

Re: [Orgmode] [misc-new-features 1/5] Add two new special properties, SINCE and SINCE_IA.

2009-07-17 Thread Bastien
Hi James, sorry for the delay. As I said, I will let Carsten decides about this patch. While I like the idea of displaying this information in column view, I'm unsure whether it's relevant to add another special property. Two arguments: (1) this special property, contrary to other ones, is a _

Re: [Orgmode] [misc-new-features 5/5] Fix a problem I was having with plots using a script. Org-plot was deleting the data file before gnuplot read it in. I've moved the deletion of the temporary data

2009-07-17 Thread Bastien
Applied, thanks. James TD Smith writes: > --- > lisp/org-plot.el | 14 +++--- > 1 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/lisp/org-plot.el b/lisp/org-plot.el > index 0e8f5a2..c9d61b3 100644 > --- a/lisp/org-plot.el > +++ b/lisp/org-plot.el > @@ -333,12 +333,12

[Orgmode] Re: Org-mode as a bug tracker.

2009-07-17 Thread Óscar Fuentes
Óscar Fuentes writes: > Any reasons why this is not a good idea? Just remembered that time ago, when the bug tracker for Emacs was discussed, Bastien proposed to use org-mode for it. I argued against because the Emacs bug database would soon fill dozens of megabytes and this volume does not fit

Re: [Orgmode] refile to .gpg file

2009-07-17 Thread Bastien
Richard Riley writes: > What would the most efficient way of adding a .gpg file to the refile > list be? My org files are set so > > org-agenda-files "~/.emacs.d/org-files" > > but the .gpg is not included in the potential refile targets. I don't clearly understand what you are trying to d

Re: [Orgmode] Possible bug with refile

2009-07-17 Thread Bastien
Hi Richard, are you still encountering the issue described below? Richard Riley writes: > My org-mode usage had become a bit messy so I decided to go back to > first principles and follow through Bernd Hansen's tutorial here > > http://doc.norang.ca/org-mode.html#sec-1 > > One real eye opener w

[Orgmode] Org-mode as a bug tracker.

2009-07-17 Thread Óscar Fuentes
Right now I'm using Trac (a bug tracker and wiki combo) for bug tracking and project documentation on my personal projects. Looking at org-mode it seems a superb system for a this task, at least for one-person projects: * Plain text. * No server required. * Can be stored on the same VCS than

Re: [Orgmode] Lock CLOSED tag

2009-07-17 Thread Alan Boudreault
That will not work... because I have all those todo keyword that also means "fixed": Done, Delegated, deferred, wont fix, fixed, canceled. That's why I said that I should pass through a list that contain all keywords. But... that wont work properly if I want to set my item to the "BUG" keyword

Re: [Orgmode] Lock CLOSED tag

2009-07-17 Thread Bastien
Alan Boudreault writes: > When I said "todo tag"... I meant "todo keyword". Here's a example of what > I'm > trying to achieve: > > *** FIXED a bug > CLOSED: [2009-07-08 Wed 16:49] > > By mistake, I can set the item to "Reopened" by example. And If I switch it > ba

Re: [Orgmode] Cannot use org-mode and remember templates

2009-07-17 Thread Nick Dokos
Frank Rust wrote: > Thanks to all for the hints so far but unfortunately the setting for > "org-time-stamp-rounding-minutes" did not solve my problem. > What does C-h v org-time-stamp-rounding-minutes say? In fact, it might be better to evaluate it in the backtrace buffer itself: when you

Re: [Orgmode] Lock CLOSED tag

2009-07-17 Thread Alan Boudreault
Hi Bastien, When I said "todo tag"... I meant "todo keyword". Here's a example of what I'm trying to achieve: *** FIXED a bug CLOSED: [2009-07-08 Wed 16:49] By mistake, I can set the item to "Reopened" by example. And If I switch it back to the proper todo keywork

[Orgmode] Re: Keeping heading or trailing blank lines of remember notes

2009-07-17 Thread Bernt Hansen
Michaël Parienti writes: > Le Fri, 17 Jul 2009 08:55:56 -0400 > Bernt Hansen a écrit: > >> Michaël Parienti writes: >> >> > Is there a way, with a configuration setup, to tell remember to keep >> > the trailing blank lines of a remember note? >> >> Blank lines are attached before the header l

Re: [Orgmode] Re: [BUG] HTML exporting numbered literal examples

2009-07-17 Thread Bastien
Ulf Stegemann writes: > I think, those examples are easy to make up. Line numbers are great for > file contents and maybe input /or/ output. But as soon as in- and output > are mixed up I find them rather disturbing (imagine e.g. a shell > session). On the other hand removing labels and having

Re: [Orgmode] Cannot use org-mode and remember templates

2009-07-17 Thread Frank Rust
Thanks to all for the hints so far but unfortunately the setting for "org-time-stamp-rounding-minutes" did not solve my problem. Here is an actual backtrace: Debugger entered--Lisp error: (wrong-type-argument listp 5) org-current-time() (or org-overriding-default-time (org-current-time)) (l

Re: [Orgmode] Lock CLOSED tag

2009-07-17 Thread Bastien
Hi Alan, Alan Boudreault writes: > I've take a look at the code you sugested to me. It didn't work. After > further > documentation reading... it's definitively normal. "CLOSED" is not a todo tag > string... but a property (logdone). At this point, I have two choice: I assumed your original

[Orgmode] Re: Keeping heading or trailing blank lines of remember notes

2009-07-17 Thread Michaël Parienti
Le Fri, 17 Jul 2009 08:55:56 -0400 Bernt Hansen a écrit: > Michaël Parienti writes: > > > Is there a way, with a configuration setup, to tell remember to keep > > the trailing blank lines of a remember note? > > Blank lines are attached before the header line not after the note > > > > > I li

[Orgmode] Re: Keeping trailing blank lines of remember notes

2009-07-17 Thread Bernt Hansen
Michaël Parienti writes: > Is there a way, with a configuration setup, to tell remember to keep > the trailing blank lines of a remember note? Blank lines are attached before the header line not after the note > > I like to have my entries like this, with two blank line between each > of them:

Re: [Orgmode] Lock CLOSED tag

2009-07-17 Thread Alan Boudreault
Hi Bastien, I've take a look at the code you sugested to me. It didn't work. After further documentation reading... it's definitively normal. "CLOSED" is not a todo tag string... but a property (logdone). At this point, I have two choice: - If a similar hook exist for the property update when

Re: [Orgmode] Patch for windowing problem

2009-07-17 Thread Robert Goldman
Bastien wrote: > Robert Goldman writes: > >> Bastien wrote: >>> Yes, would be nice if the Aquamacs crowd could test this! >>> >>> Thanks Robert for the patch. >> Actually, let me clarify -- it's even more important for the >> NON-Aquamacs crowd to test this. I am pretty confident it does The >>

[Orgmode] Re: tea-time?

2009-07-17 Thread Bernt Hansen
Samuel Wales writes: > Is there a way to tell org, "say X in Y minutes"? If not, what are > the relative merits of appt-add and tea-time and the series of steps? I use appt for this as described here: http://doc.norang.ca/org-mode.html#Reminders It puts a message in the mode line e.g. (App't i

[Orgmode] Re: Bug in LaTeX export

2009-07-17 Thread Thomas Holst
Hi Bastien, Bastien wrote: > "Holst Thomas (DS-ET/ECF1)" writes: > >> I think I discoverd a bug in LaTeX export. I mark a subtree with C-c @ >> and then export it to LaTeX with C-c C-e L. >> >> If the subtree has no further subtrees the LaTeX-file not only contains >> the region, but also the r

[Orgmode] Re: [BUG] HTML exporting numbered literal examples

2009-07-17 Thread Ulf Stegemann
Hi, Bastien wrote: > Ulf Stegemann writes: > >> With latest CVS Emacs and Git Org mode exporting literal examples >> (example/src) with the `-n' switch results in numbering starting on line >> *2* of the example in the resulting HTML file (LaTeX seems to be okay). >> >> The example in the manua

Re: [Orgmode] Unsetting "C-j" Keybinding Bound to org-return-indent

2009-07-17 Thread Bastien
(CC'ing the list - please use plain text in emails as much as possible! Thanks.) onguarde - writes: > I assume docstring here means the describe function(C-h-f)? > > Note that if key has a local binding in the current buffer, > that local binding will continue to shadow any global binding > that

[Orgmode] Keeping trailing blank lines of remember notes

2009-07-17 Thread Michaël Parienti
Hi, Is there a way, with a configuration setup, to tell remember to keep the trailing blank lines of a remember note? I like to have my entries like this, with two blank line between each of them: * Item 1 Blah Blah * Item 2 Blah Blah When I create entries with remember, even when my notes e

Re: [Orgmode] Patch for windowing problem

2009-07-17 Thread Bastien
Robert Goldman writes: > Bastien wrote: >> Yes, would be nice if the Aquamacs crowd could test this! >> >> Thanks Robert for the patch. > > Actually, let me clarify -- it's even more important for the > NON-Aquamacs crowd to test this. I am pretty confident it does The > Right Thing on Aquamacs

Re: [Orgmode] Re: error appearing when tring to export an org buffer to html: (error "mumamo-find-chunks: ...

2009-07-17 Thread Bastien
Rainer Stengele writes: >>> I have an error appearing when tring to export an org buffer to html. >>> >>> versions: >>> - GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-06-30 on >>> LENNART-69DE564 (patched) >>> - Org-mode version 6.28trans >>> - I am using the htmlize.el file from the org

Re: [Orgmode] tea-time?

2009-07-17 Thread Bastien
Samuel Wales writes: > It is said that tea-time.el is integrated into org, but I have not > found it in the manual or in customize yet, at least not in a direct > way. AFAIK what was implemented so far is a way to display the clocking time against the effort estimate. > My understanding is th

[Orgmode] Re: error appearing when tring to export an org buffer to html: (error "mumamo-find-chunks: ...

2009-07-17 Thread Rainer Stengele
Bastien schrieb: > Rainer Stengele writes: > >> I have an error appearing when tring to export an org buffer to html. >> >> versions: >> - GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-06-30 on >> LENNART-69DE564 (patched) >> - Org-mode version 6.28trans >> - I am using the htmlize.el file