[Orgmode] double entries in my diary / not identifying exisiting entries probably

2011-02-13 Thread Detlef Steuer
Hi! First the information: Org-mode version 7.4 (release_7.4.376.gfa9df) GNU Emacs 23.2.1 (i586-suse-linux-gnu, GTK+ Version 2.20.1) of 2011-02-10 on build21 The symptoms: I usually log in my arrival in the office using: C-c a a i j Jumping straight to my diary entries. Since Friday, when I t

Re: [Orgmode] Improve percent escaping links in Org mode (pull request / OK to push)

2011-02-13 Thread David Maus
At Sun, 13 Feb 2011 14:41:14 +0100, Bastien wrote: > > Hi David, > > David Maus writes: > > > Rebased to current head and here we go. > > Wow, great work -- thanks for the perfect changelogs! > > I've been through the patches, everythings looks good, feel > free to push (and to mark patches as "ac

Re: [Orgmode] Nice python listings colors, or solution to beamer + minted brokenness?

2011-02-13 Thread Christopher Allan Webber
Hi Chris, That'll work well enough for now I think. Thanks much for the response! Chris Malone writes: > Also, it's not an elegant or automated solution, but check out Section > 2.8: Emphasize Identifiers in the listings manual.? You could > basically add something like > > emph={ReferenceDesk

Re: [Orgmode] Nice python listings colors, or solution to beamer + minted brokenness?

2011-02-13 Thread Chris Malone
Also, it's not an elegant or automated solution, but check out Section 2.8: Emphasize Identifiers in the listings manual. You could basically add something like emph={ReferenceDeskPanel}, emphstyle=\color{blue} to your =lstset= to get that particular class to have a blue font. You could add suc

[Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-13 Thread Gary Oberbrunner
Yes, that's definitely what I'm looking for. If I get some time I may write a function to allow autoloading a setupfile-syntax version (just for consistency/simplicity), but given shortness of time I'll probably just track down the vars and set them in my .emacs. :-) thanks! On Sun, Feb 13, 2011

Re: [Orgmode] Help with Babel and using SQL

2011-02-13 Thread yesare
Eric and Dan: Thanks for the feedback. Here is what happened. Regarding var substitution, when I tested it earlier I was running org-mode 7.3 and it did not work. After upgrading to 7.4 the var substitution worked fine. I was also testing it from a xp machine and connecting to a mysql in a linux

Re: [Orgmode] Nice python listings colors, or solution to beamer + minted brokenness?

2011-02-13 Thread Chris Malone
Hi Chris, I doubt this will fix the problem (it is more of a curiosity), but why in your =lstset= do you have the language as "\Python" instead of "Python"? Chris On Sun, Feb 13, 2011 at 7:35 PM, Christopher Allan Webber < cweb...@dustycloud.org> wrote: > Hello all, > > I currently am trying t

Re: [Orgmode] Re: [Feature request] org-backup

2011-02-13 Thread Marcelo de Moraes Serpa
Ah! This would do I think :) Thanks! Marcelo. On Sun, Feb 13, 2011 at 6:45 PM, suvayu ali wrote: > On Sun, Feb 13, 2011 at 3:13 PM, Marcelo de Moraes Serpa > wrote: >> I already do this, but sometimes the files are spread around *many* >> directories. I.e, the model of having everything in a >>

Re: [Orgmode] Re: [Feature request] org-backup

2011-02-13 Thread suvayu ali
On Sun, Feb 13, 2011 at 3:13 PM, Marcelo de Moraes Serpa wrote: > I already do this, but sometimes the files are spread around *many* > directories. I.e, the model of having everything in a > version-controlled directory is unpractical, so that's why I think it > would be useful. If you are on *n

Re: [Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-13 Thread Bastien
Hi Gary, Dan Davison writes: > I believe it pointed you in the right direction. You need to (a) find > the variables that control the export behavior in question, and (b) set > those variables in your .emacs. I support this. Look for variables named org-export-* and set them appropriately in y

[Orgmode] Nice python listings colors, or solution to beamer + minted brokenness?

2011-02-13 Thread Christopher Allan Webber
Hello all, I currently am trying to export something vaguely like this for a presentation in beamer: #+BEGIN_SRC python :exports code class ReferenceDeskPanel(bpy.types.Panel): bl_label = 'Reference Desk' bl_space_type = 'VIEW_3D' bl_region_type = 'TOOLS' def draw(self, context):

Re: [Orgmode] German date in LaTeX export [7.3]

2011-02-13 Thread Bastien
Hi Michael, phaebz writes: > The usepackage line for babel is necessary, because Language: de is not > recognized. With the above, I correctly get e.g. "Inhaltsverzeichnis" > instead of "Contents". But the timestamp in the title remains the english > one, namely "13 February 2011". How did you

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-13 Thread Bastien
Uriel Avalos writes: > So this new variable is in the bleeding edge version of org-mode? Yes it is. > Will download and test. Thanks Thanks, -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgm

Re: [Orgmode] Re: [Feature request] org-backup

2011-02-13 Thread Bastien
Marcelo de Moraes Serpa writes: > Anyway, doesn't seem it's something hard to do, so I might as well > just try getting something implemented, could be a good exercise in > elisp. :) Let us know how it goes. PS: I'm with Dan on this. For backing up directories, I use git repo. For backing up

[Orgmode] Re: [Feature request] org-backup

2011-02-13 Thread Marcelo de Moraes Serpa
Anyway, doesn't seem it's something hard to do, so I might as well just try getting something implemented, could be a good exercise in elisp. On Sun, Feb 13, 2011 at 5:13 PM, Marcelo de Moraes Serpa wrote: > Hi Dan! > > I already do this, but sometimes the files are spread around *many* > directo

[Orgmode] Re: [Feature request] org-backup

2011-02-13 Thread Marcelo de Moraes Serpa
Hi Dan! I already do this, but sometimes the files are spread around *many* directories. I.e, the model of having everything in a version-controlled directory is unpractical, so that's why I think it would be useful. Marcelo. On Sun, Feb 13, 2011 at 3:49 PM, Dan Davison wrote: > Marcelo de Mora

[Orgmode] Re: Help with Babel and using SQL

2011-02-13 Thread Dan Davison
yesare writes: > Thanks. > > I opened up ob-sql.el and read the code to see if I can figure it out. > > I think I have answered my first question. I wrote the following and hit > C-c C-c and I got the result set back. > > #+srcname: sampsql > #+begin_src sql :engine mysql :cmdline -h hostname -u

[Orgmode] Re: [Feature request] org-backup

2011-02-13 Thread Dan Davison
Marcelo de Moraes Serpa writes: > Hi list, > > Although I try to keep all my org files inside a ~/org directory, I > often find myself creating org files outside of this directory > context, for example, as a bucket for a new project I'm working on, to > keep notes, todos, etc. > > It'd be nice i

Re: [Orgmode] org-stow (Proof of concept)

2011-02-13 Thread Tom Breton (Tehom)
> > I'm roughly parsing 37% of this :) I will try to use less jargon. > Again, can you demonstrate a clear and simple use-case, assuming people > like me don't know anything about stow, stew, straw or whatsover? OK, here's a use-case. This is actually what I did right now while recording a note

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-13 Thread Dan Davison
"Eric Schulte" writes: > [...] >>> Maybe we could extend the :var header argument to support the following >>> syntax... >>> >>> #+begin_src emacs-lisp :var A=1 B=3 >>> ;; code >>> #+end_src >>> >>> or >>> >>> ** two vars in a properties block >>>:PROPERTIES: >>>:var: test1=7 test2

[Orgmode] [Feature request] org-backup

2011-02-13 Thread Marcelo de Moraes Serpa
Hi list, Although I try to keep all my org files inside a ~/org directory, I often find myself creating org files outside of this directory context, for example, as a bucket for a new project I'm working on, to keep notes, todos, etc. It'd be nice if we had a org-backup function that would fetch

Re: [Orgmode] Feature request: Select links by description [7.4]

2011-02-13 Thread Dave Abrahams
On Fri, Feb 11, 2011 at 7:05 AM, Bastien wrote: > Hi Dave, > > Dave Abrahams writes: > >> When using org-insert-link, it would be far better for me to have it >> show me the _descriptions_ of links (the default link text), rather >> than showing me the links themselves.  This is especially true o

[Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-13 Thread Dan Davison
Gary Oberbrunner writes: > On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira > wrote: >> You can use auto-insert for this. > > I guess I'm really not using org-mode in the way it was intended -- > everyone thinks I should put these values into each one of my org-mode > files. Hi Gary,

Re: [Orgmode] Something like SETUPFILE, but in .emacs?

2011-02-13 Thread Thomas S. Dye
Aloha Gary, I would be interested in a way to set export defaults globally for my .org files. All the best, Tom On Feb 13, 2011, at 8:57 AM, Gary Oberbrunner wrote: On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira wrote: You can use auto-insert for this. I guess I'm really n

[Orgmode] [Babel] Interpreting results as tables and (eval)'uation of them

2011-02-13 Thread Dan Amlund Thomsen
I've encountered some weird, possible buggy, behavior when interpreting results as tables (tested with python, scheme and lisp). * Item 1: Interpreting result as table With ":results value" the result is interpreted as a table if possible, but with ":results output" it isn't. This happens with pyt

Re: [Orgmode] Something like SETUPFILE, but in .emacs?

2011-02-13 Thread Gary Oberbrunner
On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira wrote: > You can use auto-insert for this. I guess I'm really not using org-mode in the way it was intended -- everyone thinks I should put these values into each one of my org-mode files. Maybe it's because I want to use it more like a

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-13 Thread Uriel Avalos
On Sun, 13 Feb 2011 10:10:13 +0100 Bastien wrote: > Hi Uriel, > > Uriel Avalos writes: > > > What about some type of escape character like \&? That way \& is > > exported as & instead of & or \$. Would that work? > > Handling escape characters is quite tricky, I'd better not go that way. > >

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-13 Thread Eric Schulte
Dan Davison writes: > "Eric Schulte" writes: > >> [...] >>> >>> I agree, the things I was talking about don't end up being simpler in >>> terms of usage for this case. My thinking was that variable unsetting >>> might be something that would be required fairly rarely, and so it might >>> be wort

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-13 Thread Eric Schulte
[...] >> Maybe we could extend the :var header argument to support the following >> syntax... >> >> #+begin_src emacs-lisp :var A=1 B=3 >> ;; code >> #+end_src >> >> or >> >> ** two vars in a properties block >>:PROPERTIES: >>:var: test1=7 test2=8 >>:END: >> >> That shouldn't be

Re: [Orgmode] Help with Babel and using SQL

2011-02-13 Thread Eric Schulte
yesare writes: > Thanks. > > I opened up ob-sql.el and read the code to see if I can figure it out. > > I think I have answered my first question. I wrote the following and hit > C-c C-c and I got the result set back. > > #+srcname: sampsql > #+begin_src sql :engine mysql :cmdline -h hostname -u

[Orgmode] German date in LaTeX export [7.3]

2011-02-13 Thread phaebz
I have these org-options set for export: #+LANGUAGE: de #+LATEX_HEADER: \usepackage[ngerman]{babel} The usepackage line for babel is necessary, because Language: de is not recognized. With the above, I correctly get e.g. "Inhaltsverzeichnis" instead of "Contents". But the timestamp in the titl

Re: [Orgmode] Something like SETUPFILE, but in .emacs?

2011-02-13 Thread Darlan Cavalcante Moreira
You can use auto-insert for this. Put something like this in your .emacs file --8<---cut here---start->8--- (require 'autoinsert) (auto-insert-mode t) ;;; Adds hook to find-files-hook ;;; Set directory containing the auto-insert templates (Trailing slash is ;;

Re: [Orgmode] Help with Babel and using SQL

2011-02-13 Thread yesare
Thanks. I opened up ob-sql.el and read the code to see if I can figure it out. I think I have answered my first question. I wrote the following and hit C-c C-c and I got the result set back. #+srcname: sampsql #+begin_src sql :engine mysql :cmdline -h hostname -u username -pmypass -D dbname sel

Re: [Orgmode] [PATCH] Properly format start and end times in time ranges.

2011-02-13 Thread Bastien
Hi Tassilo, Tassilo Horn writes: > No, I'm no maintainer. But I think a contributor may make state > changes to his own patches. I don't think so, but I would be glad to be wrong! If so, we need to document this on Worg/org-contribute.org. >> Test this branch: >> >> >> http://git.naqua

Re: [Orgmode] Improve percent escaping links in Org mode (pull request / OK to push)

2011-02-13 Thread Bastien
Hi David, David Maus writes: > Rebased to current head and here we go. Wow, great work -- thanks for the perfect changelogs! I've been through the patches, everythings looks good, feel free to push (and to mark patches as "accepted" in patchwork.) You mentioned some possible backward compati

[Orgmode] Help with translating the new variable `org-clock-clocktable-language-setup'

2011-02-13 Thread Bastien
Dear all, I've pushed a fix which introduces a new custom variable `org-clock-clocktable-language-setup' - current value is: (("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time" "File time") ("fr" "Fichier" "N" "Horodatage" "Tâche" "Durée" "TOUT" "Durée totale" "Durée fichier"))

Re: [Orgmode] headlines in HTML

2011-02-13 Thread David Maus
At Sun, 30 Jan 2011 13:07:56 -0700, Samuel Wales wrote: > > David, > > Very interesting, thank you. > > Is it possible to style Blogger's post titles this way (i.e. in a > permanent way) too? Dunno much about Blogger but why not? If you can define a custom CSS than you can change the look/layout o

Re: [Orgmode] exporting atom/rss feeds; org-feed-alist not downloading anything from www.rememberthemilk.com

2011-02-13 Thread David Maus
At Sun, 30 Jan 2011 18:37:29 -0600, David LeBauer wrote: > > I can also get the feed as either atom or rss, but it still gives the > same error; I have attached the rss below: > > > wk-Testhttp://www.rememberthemilk.com/home/dlebauer/4685768/rememberthemilk.comtest > task > twohttp://www.remembert

Re: [Orgmode] Unintended behavior? Links without description

2011-02-13 Thread Christian Moe
Hi, I've sent a patch separately. Please take a hard look at it, since org-bbdb.el is a suggested model for people to look at when devising custom link types. Yours, Christian On 2/12/11 11:11 PM, Bastien wrote: Hi Christian, Christian Moe writes: I think I've tracked down the problem,

[PATCH] Re: [Orgmode] Unintended behavior? Links without description

2011-02-13 Thread Christian Moe
bbdb: Export links with normalized desc part * org-bbdb.el (org-bbdb-export): When a link description has been added by org-export-normalize-links, use path instead (remove the `bbdb:' prefix). The existing code handled the case where desc is nil. However, this no longer occurs, since org-export

[Orgmode] Re: org-git-link does not support locational information within file

2011-02-13 Thread Achim Gratz
Bastien writes: >> 2. use git versioned files transparently, i.e. org-git-store-link >> should support search (org-ids and text files) in linked git >> revisions of files. > > I've look into this. We could code things to add a search string: > > [[git:~/my.org::master@{2011-02-07}::Org

[Orgmode] [PATCH 16/16] Throw error if encoding character in utf8 fails

2011-02-13 Thread David Maus
* lisp/org.el (org-link-escape): Throw error if encoding character in utf8 fails. --- lisp/org.el |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 1415eb1..0eb3a2b 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8598,8 +8598,10 @@ If opti

Re: [Orgmode] [PATCH] ASCII export: Fixed a bug.

2011-02-13 Thread Valentin Wüstholz
Hi Basten, thanks. Is there a reason for keeping the 'reverse' operation? The documentation for org-export-ascii-underline states that the characters are ordered by level (1, 2, ...). Why should they be accessed in reverse order then? Best regards, Valentin On Sun, Feb 13, 2011 at 12:44 PM, Ba

[Orgmode] [PATCH 15/16] Use `org-link-unescape' instead of obsolete unhex string function

2011-02-13 Thread David Maus
* lisp/org-protocol.el (org-protocol-split-data) (org-protocol-open-source): Use `org-link-unescape' instead of obsolete unhex string function. --- lisp/org-protocol.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index 464

[Orgmode] [PATCH 11/16] Add percent sign to list of escape chars

2011-02-13 Thread David Maus
* org.el (org-link-escape-chars-browser, org-link-escape-chars): Add percent sign to list of escape chars. --- lisp/org.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 602462d..370109b 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -854

[Orgmode] [PATCH 13/16] Refactor unescaping functions

2011-02-13 Thread David Maus
* org.el (org-link-unescape): Simpler algorithm for replacing percent escapes. (org-link-unescape-compound): Use cond statements instead of nested if, convert hex string with string-to-number, save match data. (org-link-unescape-single-byte-sequence): Use mapconcat and string-to-number for unescapi

[Orgmode] [PATCH 10/16] Use new percent escape character table format

2011-02-13 Thread David Maus
* org-mobile.el (org-mobile-escape-olp): Use new percent escape character table format. --- lisp/org-mobile.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 6616876..fe0a287 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mob

[Orgmode] [PATCH 09/16] Remove obsolete argument in call to org-link-unescape

2011-02-13 Thread David Maus
* org-mobile.el (org-mobile-locate-entry): Remove obsolete argument in call to org-link-unescape. `org-link-unescape' always unescapes all percent escaped sequences. --- lisp/org-mobile.el |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/org-mobile.el b/lisp/org

[Orgmode] [PATCH 14/16] Always percent escape the percent sign

2011-02-13 Thread David Maus
* lisp/org.el (org-link-escape, org-link-escape-chars-browser) (org-link-escape-chars): Always percent escape the percent sign. --- lisp/org.el |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 8fcb9c4..1415eb1 100644 --- a/lisp/org.el ++

[Orgmode] [PATCH 08/16] Declare obsolete & alias to respective org-link-unescape-* functions

2011-02-13 Thread David Maus
* org-protocol.el (org-protocol-unhex-string) (org-protocol-unhex-compound) (org-protocol-unhex-single-byte-sequence): Declare obsolete and alias to respective org-link-unescape-* functions. --- lisp/org-protocol.el | 88 +++--- 1 files changed, 12 ins

[Orgmode] [PATCH 06/16] Inline function to properly decode utf8 characters in Emacs 22

2011-02-13 Thread David Maus
* org-macs.el (org-char-to-string): Inline function to properly decode utf8 characters in Emacs 22. Moved and renamed from org-protocol.el. * org-protocol.el (org-protocol-unhex-compound): Use renamed inline function. --- lisp/org-macs.el |9 - lisp/org-protocol.el | 13 +--

[Orgmode] [PATCH 12/16] Rename lambda argument

2011-02-13 Thread David Maus
* org.el (org-link-escape): Rename lambda argument. --- lisp/org.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 1b5c3a8..8d49c05 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8576,8 +8576,8 @@ If optional argument MERGE is set, merge

[Orgmode] [PATCH 07/16] Unescape functions moved and renamed from org-protocol.el

2011-02-13 Thread David Maus
* org.el (org-link-unescape, org-link-unescape-compound) (org-link-unescape-single-byte-sequence): Functions moved and renamed from org-protocol.el. --- lisp/org.el | 90 -- 1 files changed, 74 insertions(+), 16 deletions(-) diff --git a/l

[Orgmode] [PATCH 05/16] New optional argument: Merge user table with default table

2011-02-13 Thread David Maus
* org.el (org-link-escape): New optional argument. Merge user table with default table. --- lisp/org.el | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index cafb673..a29d429 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8554,14 +8

[Orgmode] [PATCH 04/16] Fixup doc string

2011-02-13 Thread David Maus
* org.el (org-link-escape): Fixup doc string. --- lisp/org.el |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 7d38907..cafb673 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8555,7 +8555,10 @@ This is the list that is used for internal p

[Orgmode] [PATCH 03/16] New format of percent escape table

2011-02-13 Thread David Maus
* org.el (org-link-escape-chars, org-link-escape-chars-browser): New format of percent escape table. (org-link-escape): Use new table format. Just a plain list with the chars that should be escaped. --- lisp/org.el | 27 +-- 1 files changed, 5 insertions(+), 22 deletions

[Orgmode] [PATCH 02/16] New unicode aware percent encoding algorithm

2011-02-13 Thread David Maus
* org.el (org-link-escape): New unicode aware percent encoding algorithm. --- lisp/org.el | 19 --- 1 files changed, 8 insertions(+), 11 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 0c46eec..9aeeeda 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8576,17 +8576,14 @@

[Orgmode] [PATCH 01/16] Decode single byte sequence if decoding unicode failed.

2011-02-13 Thread David Maus
From: Sebastian Rose * org-protocol.el (org-protocol-unhex-single-byte-sequence): New function. Decode hex-encoded singly byte sequences. (org-protocol-unhex-compound): Use new function if decoding sequence as unicode character failed. --- lisp/org-protocol.el | 26 +++---

Re: [Orgmode] Improve percent escaping links in Org mode (pull request / OK to push)

2011-02-13 Thread David Maus
Hi Bastien, > Wow... how could I missed this email? Thanks for the thorough details > about this change, which is most than welcome (I read Vincent's emails > about this.) > I hope you can rebase this on current head without too much headache, > and provide a set of patches. I'd rather read p

Re: [Orgmode] Re: Mails with icalendar appointments

2011-02-13 Thread Bastien
Hi Vagn, Vagn Johansen writes: > For gnus I wrote this to import from text/calendar attachments > > http://ozymandias.dk/emacs/emacs.html#org-import-calendar > > It a automatically stores an org snippet to the ring. So most of the > time I can use press my remember keybinding and yank. Nice!

Re: [Orgmode] [PATCH] ASCII export: Fixed a bug.

2011-02-13 Thread Bastien
Hi Valentin, Valentin Wüstholz writes: > I have attached a small patch for a bug that I reported a while ago. > See http://thread.gmane.org/gmane.emacs.orgmode/36097. Thanks for this patch. I've just applied a simplified version of it, which takes care of the bug. Best, -- Bastien _

Re: [Orgmode] [PATCH] Properly format start and end times in time ranges.

2011-02-13 Thread Tassilo Horn
Bastien writes: Hi Bastien, >> How come that you are replying in the first place? Some weeks ago >> I've set my patch to "Superseeded" state at patchwork. > > Well, I thought your patch didn't make its way through patchwork since > I didn't saw it there -- should have searched more carefully.

Re: [Orgmode] [PATCH] LaTeX export: Added formatting for time stamps in headlines.

2011-02-13 Thread Bastien
Valentin Wüstholz writes: > I have attached a small patch, that adds nice formatting for time > stamps in headlines. Applied, thanks! -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.or

[Orgmode] [PATCH] ASCII export: Fixed a bug.

2011-02-13 Thread Valentin Wüstholz
Hi, I have attached a small patch for a bug that I reported a while ago. See http://thread.gmane.org/gmane.emacs.orgmode/36097. Best regards, Valentin org-ascii.el.diff Description: Binary data ___ Emacs-orgmode mailing list Please use `Reply All' to

[Orgmode] [PATCH] LaTeX export: Added formatting for time stamps in headlines.

2011-02-13 Thread Valentin Wüstholz
Hi, I have attached a small patch, that adds nice formatting for time stamps in headlines. Best regards, Valentin org-latex.el.diff Description: Binary data ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgm

Re: [Orgmode] [PATCH] Properly format start and end times in time ranges.

2011-02-13 Thread Bastien
Hi Tassilo, Tassilo Horn writes: > How come that you are replying in the first place? Some weeks ago I've > set my patch to "Superseeded" state at patchwork. Well, I thought your patch didn't make its way through patchwork since I didn't saw it there -- should have searched more carefully. Ho

[Orgmode] Re: Mails with icalendar appointments

2011-02-13 Thread Vagn Johansen
Andreas Amann writes: > I get quite a few emails in icalendar format which are requests for > appointments. To avoid unnecessary distraction, I would like to quickly > convert them into org-mode TODO list items. What is the recommended way > to do this? Can the org-capture framework be used for t

Re: [Orgmode] [PATCH] Properly format start and end times in time ranges.

2011-02-13 Thread Tassilo Horn
Bastien writes: Hi Bastien, >> * org-agenda.el (org-format-agenda-item): Properly format start and >> end times in time ranges, i.e., print the start time of the start >> date, no times for intermediate dates, and the end time with >> preceeding dots for the end date. > > Thanks for the patch, a

Re: [Orgmode] [ANN] OpenDocumentText/OpenOffice Exporter - 0.6 Release

2011-02-13 Thread Bastien
Hi Gary, Gary Oberbrunner writes: > I just joined the list recently and am very excited to try direct odt > export!  I checked out Jambunathan's git repo.  I'm already running > org-mode from its git master; is your repo a fork of the master, or > is it its own thing? Jambunathan's repo is a f

Re: [Orgmode] [ANN] OpenDocumentText/OpenOffice Exporter - 0.6 Release

2011-02-13 Thread Bastien
Hi Jambunathan, Jambunathan K writes: > I am happy to make available 0.6 release of OpenOffice/OpenDocumentText > exporter. The exporter is based on org-parse.el contributed by Lennart > Borgman. Wow. I've tested it, following your instruction, and I was able to export the example files (and s

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-13 Thread Bastien
Hi Uriel, Uriel Avalos writes: > What about some type of escape character like \&? That way \& is > exported as & instead of & or \$. Would that work? Handling escape characters is quite tricky, I'd better not go that way. > org-export-html-protect-char-alist may work in my case---the MATHML >

Re: [Orgmode] Help with Babel and using SQL

2011-02-13 Thread Bastien
Hi Yesare, I'm not familiar enough with Babel to give you useful guidance, but others on the list may help you. yesare writes: > I am trying to do two things. >   > > 1. Query a mysql or oracle table and post results in orgtable format > 2. Select data from an existing orgtable in current bu

[Orgmode] Re: [ANN] OpenDocumentText/OpenOffice Exporter - 0.6 Release

2011-02-13 Thread Jambunathan K
Gary Thanks for trying out org-odt and sharing your feedback. > I just joined the list recently and am very excited to try direct odt > export!  I checked out Jambunathan's git repo.  I'm already running > org-mode from its git master; is your repo a fork of the master, or > is it its own thing?

[Orgmode] Alinea filling (hanlding of explicit line-breaks)

2011-02-13 Thread Vincent Belaïche
Dear all, I would like to suggest an evolution of fill.el. I can make the update and provide the diff file. The proposal is to add, in addition to paragraph separator, an alinea separator. Accordingly there would be a forward-alinea function similar to forward-paragraph. An alinea is, in French

Re: [Orgmode] org-git-link does not support locational information within file

2011-02-13 Thread Leo Alekseyev
> ** Shortcomings of git-link in current org HEAD > Yet, org-git-link currently is too greedy for my daily use: >  1. they kill org-links for org headings, if the org files are >    versioned in a git repository (and all of mine are!) and >  2. they kill in-file-search information for versioned non