Re: [Orgmode] Footnotes and org-export, revisited

2009-01-03 Thread Carsten Dominik
Hi Matt, thanks for this much needed feedback. I was already working into the direction of some of your proposals, but certainly not all. On Jan 2, 2009, at 4:10 PM, Matthew Lundin wrote: Hi Carsten, Carsten Dominik writes: Hi Matt, the bug is fixed now, thanks for the report. Also, you

[Orgmode] Add keywords in org comments

2009-01-03 Thread firebird
Dear all, I have used org mode as agenda for several months and was really impressed by its great features. Now, I want to port my notes from muse mode to org mode, in which I recorded many emacs-lisp, c/c++, ruby snippets. In my color theme(color-theme-dark-laptop), the comments are red. It

Re: [Orgmode] Add keywords in org comments

2009-01-03 Thread Carsten Dominik
Hi firebird, You may want to take a look at org-mtags.el in the contrib/lisp directory (part of the org-mode distributions, but not in Emacs). It allows you to use a Muse-like syntax for embedded code and many other muse constructs, for example ... The tags will actually be in shadow font lik

Re: [Orgmode] Add keywords in org comments

2009-01-03 Thread Carsten Dominik
On Jan 3, 2009, at 9:32 AM, firebird wrote: But I cannot change face of #+BEGIN_SRC/#+END_SRC with following codes. If the first character # is in the column 0, #+BEGIN_SRC/#+END_SRC is displayed in the default face, font-lock-comment-face, not my org-embedded-code-face. (defface org-embedde

Re: [Orgmode] Suggestion with bad patch for org-remember-templates

2009-01-03 Thread Carsten Dominik
Hi Wes, yes, a better display of the remember template options would be useful. However, right now the remember interface, because I believe that James is working on a rewrite of the remember integration. Maybe he wants to put this on his list? - Carsten On Dec 31, 2008, at 4:39 PM, Wes Hardak

Re: [Orgmode] Suggestion with bad patch for org-remember-templates

2009-01-03 Thread James TD Smith
Hi Carsten and Wes, On 2009-01-03 18:26:16(+0100), Carsten Dominik wrote: > Hi Wes, > > yes, a better display of the remember template options would be useful. > However, right now the remember interface, because I believe that > James is working on a rewrite of the remember integration. Maybe he

[Orgmode] BUG- C-u C-u prefix on org-remember prompts for template

2009-01-03 Thread Bernt Hansen
Hi Carsten, I think I found another regression. I have C-M-r mapped to org-remember C-u C-u C-M-r used to go to the last note stored by remember but now it prompts for a template and always seems to go to the template storage location instead. Org-mode version 6.16trans commit 0d2a1808edfc5c653c

[Orgmode] Re: BUG- C-u C-u prefix on org-remember prompts for template

2009-01-03 Thread Carsten Dominik
Hi Bernt, nothing has changed there, and I cannot reproduce this. Did you miss one of the two C-u? - Carsten On Jan 3, 2009, at 10:19 PM, Bernt Hansen wrote: Hi Carsten, I think I found another regression. I have C-M-r mapped to org-remember C-u C-u C-M-r used to go to the last note stored

Re: [Orgmode] Footnotes and org-export, revisited

2009-01-03 Thread Matthew Lundin
Hi Carsten, Thanks for the quick response. I've written a couple of additional comments below. Carsten Dominik writes: > Hi Matt, thanks for this much needed feedback. I was already working > into the direction of some of your proposals, but certainly not all. > > On Jan 2, 2009, at 4:10 PM,

[Orgmode] Re: BUG- C-u C-u prefix on org-remember prompts for template

2009-01-03 Thread Bernt Hansen
No - but I changed window managers recently (not that that should matter) I can see both C-u's in the message window before C-M-r. I'll look into it more and provide any new information when I have some. Thanks, Bernt Carsten Dominik writes: > Hi Bernt, > > nothing has changed there, and I c

Re: [Orgmode] Add keywords in org comments

2009-01-03 Thread firebird
Carsten Dominik writes: > > This does work for me: > > (font-lock-add-keywords > 'org-mode > '(("#\\+BEGIN_SRC.*$" (0 'org-embedded-code-face t)) > ("#\\+END_SRC" (0 'org-embedded-code-face t))) > t) > > You may use \vert for this. > > HTH > > - Carsten > Great! Now I can't wait to port all m

[Orgmode] Re: BUG- C-u C-u prefix on org-remember prompts for template

2009-01-03 Thread Bernt Hansen
Sorry for the noise - this turned out to be a messed up keymap in my workstation settings. -Bernt Bernt Hansen writes: > No - but I changed window managers recently (not that that should > matter) > > I can see both C-u's in the message window before C-M-r. I'll look into > it more and provide

Re: [Orgmode] Suggestion with bad patch for org-remember-templates

2009-01-03 Thread Carsten Dominik
On Jan 3, 2009, at 7:45 PM, James TD Smith wrote: Hi Carsten and Wes, On 2009-01-03 18:26:16(+0100), Carsten Dominik wrote: Hi Wes, yes, a better display of the remember template options would be useful. However, right now the remember interface, because I believe that James is working on

Re: [Orgmode] Footnotes and org-export, revisited

2009-01-03 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 3, 2009, at 11:53 PM, Matthew Lundin wrote: Hi Carsten, Thanks for the quick response. I've written a couple of additional comments below. Carsten Dominik writes: Hi Matt, thanks for this much needed feedback. I was already working into the direction of s