Re: [Orgmode] Patch for a timestamp exporting bug in org-latex.el

2009-04-15 Thread Carsten Dominik
Applied, thanks. - Carsten On Apr 15, 2009, at 7:17 AM, Baoqiu Cui wrote: Hi Carsten, It seems that a minor old bug in LaTeX exporter was exposed recently by your timestamp change. When exporting a simple Org file that contains just the following two lines to LaTeX format, I got an error

Re: [Orgmode] #+include: export header lines

2009-04-15 Thread Carsten Dominik
On Apr 14, 2009, at 6:35 PM, Dan Davison wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Dan, special lines like #+OPTIONS are only parsed if the file is pointed to with #+SETUPFILE: ~/src/common/org-header.org HTH Yes that's what I was looking for, thanks! - Carsten

Re: [Orgmode] How to fold a footer

2009-04-15 Thread Carsten Dominik
On Apr 14, 2009, at 12:54 AM, Daniel Clemente wrote: Hi, this is a minor issue. I'd like three sections and a footer: * Section 1 111 * Section 2 222 * Section 3 333 --- Footer However, the footer appears as part of section 3, and it is hidden in the outline view (you don't know

Re: [Orgmode] Bold links not working

2009-04-15 Thread Carsten Dominik
Difficult to fix, I am afraid. - Carsten On Apr 13, 2009, at 3:45 AM, Daniel Clemente wrote: With org-mode 6.25trans from git from right now, I get this output: p A *a href=#destinationbold link/a*, a strongbold word/ strong. /p From this input: A *[[destination][bold link]]*, a

[Orgmode] test

2009-04-15 Thread Carsten Dominik
test ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Problem sorting by priority

2009-04-15 Thread Paul Mead
Hi I don't know how long this has been a problem, as I've only just started using priorities on my tasks. I have a mixture of (usually) A and B priorities, and the rest have no priority set. If I sort the list by priority, the A's sort to the top as expected, but lower priorities stay where

[Orgmode] coloring is off and a crash

2009-04-15 Thread Greg Newman
Under emacs 23.0.92 mac build, the coloring of my org files is off from what I saw in carbon emacs. For example, my first, second and third levels of the tree are all the same color (if that makes sense) but in carbon they are blue, orange and red respectively. Has anyone else experienced this?

Re: [Orgmode] Problem sorting by priority

2009-04-15 Thread Carsten Dominik
On Apr 15, 2009, at 12:02 PM, Paul Mead wrote: Hi I don't know how long this has been a problem, as I've only just started using priorities on my tasks. I have a mixture of (usually) A and B priorities, and the rest have no priority set. If I sort the list by priority, the A's sort to the

[Orgmode] Re: Problem sorting by priority

2009-04-15 Thread Paul Mead
Carsten Dominik carsten.domi...@gmail.com writes: Try #+PRIORITIES: A D D this may be more to your liking. - Carsten So, that's a local setting for highest, lowest, default right? Thanks, I'll use that. Paul ___ Emacs-orgmode mailing list

[Orgmode] Re: Problem sorting by priority

2009-04-15 Thread Paul Mead
It worked! (as if I had any doubt!) Thanks Carsten. Paul ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] org-feed: support Atom

2009-04-15 Thread Magnus Henoch
I hacked org-feed to make it support different parsers, and wrote a simple Atom parser. Not sure how strong my git-fu is, but I try to send my patches here :) Proposed ChangeLog entry: 2009-04-15 Magnus Henoch magnus.hen...@gmail.com * org-feed.el (org-feed-alist): Add :parse-feed

Re: [Orgmode] bug in remote references in spreadsheet

2009-04-15 Thread Carsten Dominik
This is now fixed, thanks for the report. Please note that also modifying the remote table will not change references in a table that refers to it, because the remote table does not know who might be referring to it. - Carsten On Apr 6, 2009, at 10:07 PM, Rares Vernica wrote: Hello, I think

Re: [Orgmode] another bug in remote references in spreadsheet

2009-04-15 Thread Carsten Dominik
Fixed, thanks. - Carsten On Apr 12, 2009, at 11:28 PM, Rares Vernica wrote: Hi, I think I found another bug related to remote references. When I insert/remove a row/column using the table commands, the remote references to other tables are also updated. I think org treats remote as a

Re: [Orgmode] org-feed: support Atom

2009-04-15 Thread Carsten Dominik
Hi Magnus, On Apr 15, 2009, at 3:00 PM, Magnus Henoch wrote: I hacked org-feed to make it support different parsers, and wrote a simple Atom parser. This sounds very good! However, it does not mean anything to me. :-) Web-dump as I am, I have no clue what Atom means. And since I would

Re: [Orgmode] org-feed: support Atom

2009-04-15 Thread Carsten Dominik
Actually, the patches look really good, I have already applied them, thank you very much. If I can ask a little more of your time, it would be great if you'd update http://orgmode.org/worg/org-contrib/org-feed.php (i.e. the corresponding .org file in Worg). And, if you like, feel free to

[Orgmode] Re: org-feed: support Atom

2009-04-15 Thread Magnus Henoch
Carsten Dominik carsten.domi...@gmail.com writes: Hi Magnus, On Apr 15, 2009, at 3:00 PM, Magnus Henoch wrote: I hacked org-feed to make it support different parsers, and wrote a simple Atom parser. This sounds very good! However, it does not mean anything to me. :-) Web-dump as I

Re: [Orgmode] Point trapped in link

2009-04-15 Thread Carsten Dominik
Hi Leo, could you or someone else file a bug report with Emacs about this? I just checked, Muse has the same problem. But strangely, evaluating the following form in fundamental mode (insert (propertize 12345 'invisible t) ) does not show this problem. Thanks. - Carsten On Apr 13, 2009,

Re: [Orgmode] Re: org-feed: support Atom

2009-04-15 Thread Carsten Dominik
Hi Magnus, thanks! - Carsten On Apr 15, 2009, at 4:43 PM, Magnus Henoch wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Magnus, On Apr 15, 2009, at 3:00 PM, Magnus Henoch wrote: I hacked org-feed to make it support different parsers, and wrote a simple Atom parser. This

Re: [Orgmode] variables to get the export date and other export data

2009-04-15 Thread Carsten Dominik
If you make me a complete list of what you'd like to have, I can add them to the macros. I don't want to add more [NAME], I don't think it is strange enough. - Carsten On Apr 14, 2009, at 9:08 PM, Daniel Clemente wrote: Hi, just like [TABLE-OF-CONTENTS] inserts the table of contents, are

[Orgmode] htmlize.el

2009-04-15 Thread Carsten Dominik
Hi! The latest htmlize.el, a version that works with Emacs 23, can now be found in the contrib directory of the Org distribution, so that it can be easily used to make HTML export files with colored code examples. Thanks to Hrvoje! Hrvoje told me he is looking for someone to take over

[Orgmode] Re: Point trapped in link

2009-04-15 Thread Leo
On 2009-04-15 15:52 +0100, Carsten Dominik wrote: Hi Leo, could you or someone else file a bug report with Emacs about this? I just checked, Muse has the same problem. But strangely, evaluating the following form in fundamental mode (insert (propertize 12345 'invisible t) ) does not

Re: [Orgmode] Personal Finance in org-mode?

2009-04-15 Thread Carsten Dominik
On Apr 13, 2009, at 4:50 PM, Russell Adams wrote: Madhu, I second ledger. I've found it to be very powerful! After much use, I even wrote a CSV importer to bring in my bank statements. Now if I could only use remember-mode to hot-add ledger entries. You can now. After the next pull, try

[Orgmode] Complete file names when inserting a link

2009-04-15 Thread Daniel Clemente
Hi; with latest org-mode and emacs -Q, I pressed: 1. C-c C-l 2. file:/ 3. TAB I get [No match]. I expected that I could complete file names as in C-x C-f, without changing any setting. Is this a bug? -- Daniel ___ Emacs-orgmode mailing list

[Orgmode] Re: Point trapped in link

2009-04-15 Thread Leo
On 2009-04-15 15:52 +0100, Carsten Dominik wrote: Hi Leo, could you or someone else file a bug report with Emacs about this? http://permalink.gmane.org/gmane.emacs.bugs/27204 Best wishes, -- .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.

[Orgmode] here's a working version of org-generic

2009-04-15 Thread Wes Hardaker
I have a bunch of random things that I'd like to export org stuff too and it seemed to me that much of the work of writing code to export stuff from org-mode into external documents could be conquered by simple string specifiers. So yesterday I hacked something together that is actually working

[Orgmode] Re: here's a working version of org-generic

2009-04-15 Thread Wes Hardaker
On Wed, 15 Apr 2009 15:59:14 -0400, Bernt Hansen be...@norang.ca said: BH Isn't the filename (org-generic.el) well, um, too generic? If it's BH export-related wouldn't something like org-export-generic.el be better? BH (or maybe even org-export-tools.el? ) Well, I was psuedo-modeling it after

Re: [Orgmode] org-protocol and encoding

2009-04-15 Thread Sebastian Rose
Hi Ulf and Carsten, here appended is a patch, that does two things. 1. Decode hex-encoded unicode = The new function `org-protocol-unhex-string' correctly decodes unicode hex-enoded, just like the JavaScript function `encodeURIComponent' does. I tested with

Re: [Orgmode] org-protocol and encoding

2009-04-15 Thread Sebastian Rose
Sorry for replying to my own mail. Reading `man utf-8' might help to understand what the patch does. And, utf-8 is what is decoded here. Sebastian ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

[Orgmode] [PATCH] Call org-reveal after refiling

2009-04-15 Thread Bernt Hansen
Sometimes refiling a task displays the next task heading after ... at the end of a folded task. This keeps the next task the cursor is on starting in column 1 which feels more natural. --- This is a similar change to commit 8fb7354 (Call org-reveal after archiving) This commit is available at

[Orgmode] [PATCH] Jump to selected clock task when starting the clock

2009-04-15 Thread Bernt Hansen
Move the point to the selected task when clocking in using the clock history. I find I'm always going to the currently clocked task after picking it off of the menu and this saves one small step. This could be optionally controlled by a variable. --- This commit is available at

Re: [Orgmode] [PATCH] Call org-reveal after refiling

2009-04-15 Thread Carsten Dominik
Applied, thanks. - Carsten On Apr 16, 2009, at 4:06 AM, Bernt Hansen wrote: Sometimes refiling a task displays the next task heading after ... at the end of a folded task. This keeps the next task the cursor is on starting in column 1 which feels more natural. --- This is a similar

Re: [Orgmode] [PATCH] Jump to selected clock task when starting the clock

2009-04-15 Thread Carsten Dominik
Applied, thanks. - Carsten On Apr 16, 2009, at 4:06 AM, Bernt Hansen wrote: Move the point to the selected task when clocking in using the clock history. I find I'm always going to the currently clocked task after picking it off of the menu and this saves one small step. This could be