Re: [Orgmode] Re: Feature request: Periodic events based on count of specific weekdays

2009-11-20 Thread Carsten Dominik
Hi Ben, On Nov 20, 2009, at 11:56 PM, Ben Finney wrote: Carsten Dominik writes: extending the date format would be a significant amount of work. The current time/date format is already complex to handle internally, mainly because it was build not with a clean design but step by step. I don

Re: [Orgmode] Re: Feature request: Periodic events based on count of specific weekdays

2009-11-20 Thread Samuel Wales
On 2009-11-20, Ben Finney wrote: > I'm happy to discuss different specifications; the latest one I proposed > was for discussion, and I'm not wedded to it. Is there a different > syntax that would make parsing easier, while still adding the feature > I've described? If this is done: For a discus

Re: [Orgmode] [babel] Bug: Export code block before first heading

2009-11-20 Thread Eric Schulte
Hi Andreas, Thanks for catching this bug, It should now be fixed in the HEAD of the git repo. Best -- Eric Andreas Burtzlaff writes: > Exporting a file with a source block before the first heading, like: > > #+BEGIN_SRC emacs-lisp > > ... > > #+END_SRC > > to html yields the error > "Before

[Orgmode] [babel] Bug: Export code block before first heading

2009-11-20 Thread Andreas Burtzlaff
Exporting a file with a source block before the first heading, like: #+BEGIN_SRC emacs-lisp ... #+END_SRC to html yields the error "Before first headline at position 3 in buffer org-mode-tmp" A backtrace is attached. Andreas Emacs : GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.1

Re: [Orgmode] Contextual tag auto-exclusion

2009-11-20 Thread Friedrich Delgado Friedrichs
Thanks! \o/ Carsten Dominik schrieb: > I have fixed this now, all tags that are represented in the > current agenda will be passed into the auto-exclusion function. -- Friedrich Delgado Friedrichs TauPan on Ircnet and Freenode ;) _

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Friedrich Delgado Friedrichs
Doh! > Due to some inexplicable screwup with my emacs config and git over 3 > machines, I lost my configuration changes. ---Zitatende--- It's late, I just forgot to git pull my config ;) -- Friedrich Delgado Friedrichs TauPan on Ircnet and Freenode ;) ___

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Friedrich Delgado Friedrichs
Hi! Sorry I have to clarify this a bit: Raffi R schrieb: > What sort of phone do you use? I am looking for a new phone and would > like to use ogmode, of course. > On Fri, Nov 20, 2009 at 9:35 AM, Friedrich Delgado Friedrichs > wrote: > > Trying out speedkeys and liking them, I guess I'm going

Re: [Orgmode] Insert link with "foreign" character - cannot save

2009-11-20 Thread Sebastian Rose
Carsten Dominik writes: > Hi Mattias, > > I tried that, and my buffer swiched to unicode encoding automatically. > > Unfortunately I don't know much about coding systems, and so I do > not know how to fix this. > > Anyone > > - Carsten > > On Nov 12, 2009, at 10:28 AM, Mattias Jämting wrote:

[Orgmode] Bug: Single digit hours part in timestamps [6.33f (release_6.33f.16.ge103)]

2009-11-20 Thread Andreas Burtzlaff
A single digit hours part like 9:00 is changed to 00:00 by org-clone-subtree-with-time-shift and when using S- on it: * Subtree to shift +1d with org-clone-subtree-with-time-shift ** An entry <2009-11-20 Fri 9:00> Results in: * Shifted subtree ** An entry <2009-11-21 Sat 00:00> The same also h

[Orgmode] Re: Feature request: Periodic events based on count of specific weekdays

2009-11-20 Thread Ben Finney
Carsten Dominik writes: > extending the date format would be a significant amount of work. The > current time/date format is already complex to handle internally, > mainly because it was build not with a clean design but step by step. I don't know anything about elisp. But isn't that an indicati

Re: [Orgmode] Re: Sending org-mode nodes

2009-11-20 Thread Sebastian Rose
lukasz.stelm...@iem.pw.edu.pl (Łukasz Stelmach) writes: >> I cannot set the Message-ID in mailers like Gnus, Evolution, Outlook, >> Thunderbird. > > *You* can't do it which doesn't mean your MUA doesn't do it behind the > scenes. You can do it with mutt. When you edit with headers and put > Messag

Re: [Orgmode] Contextual tag auto-exclusion

2009-11-20 Thread Carsten Dominik
Hi Friedrich, I have fixed this now, all tags that are represented in the current agenda will be passed into the auto-exclusion function. - Carsten On Nov 20, 2009, at 1:20 PM, Friedrich Delgado Friedrichs wrote: Hi! I'm just trying to use this feature and I noticed, that it apparently only

Re: [Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-20 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian - I am confused - which is the patch I should apply? Sorry Carsten. The I CCed you with - the second one. It takes into account, that the title could be empty too. It's in the mail you're replying to. >> [[url][ ]] >> >> >> Test: >> >> >> (let ((orglink

Re: [Orgmode] adding new protocol handler in firefox

2009-11-20 Thread Sebastian Rose
Robin Green writes: > At Thu, 19 Nov 2009 21:09:21 +0100, > Sebastian Rose wrote: >> Well, anyway, editing RDF files by hand is not the way to go. > > Indeed. This was the method that worked for me (thanks to "goncheff" > for discovering it): > > 1. In about:config, create a boolean key > "network

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Eric S Fraga
At Fri, 20 Nov 2009 17:29:15 +0100, Friedrich Delgado Friedrichs wrote: > k for up, j for down, h for left and l for right. So I guess k would > be previous-heading, j next heading, and h and l for the previous/next > sibling on the same level. > > So I guess I have: > > j (org-speed-move-safe

Re: [Orgmode] Re: Fast traversing directories

2009-11-20 Thread Tim O'Callaghan
This version will accept wildcards and recurse one directory level level down (setq org-agenda-directories '("~/org" "~/1_PROJECT/*")) (setq org-agenda-files '()) (dolist (d1 org-agenda-directories) (dolist (d2 (file-expand-wildcards (expand-file-name d1))) (if (file-directory-p d2)

Re: [Orgmode] Speed commands

2009-11-20 Thread Eric S Fraga
At Fri, 20 Nov 2009 19:13:11 +0100, Stephan Schmitt wrote: > > Hi Eric, > > try this: > > (progn > (org-cycle-agenda-files) >(when (not (and (bolp) (org-on-heading-p))) >(outline-previous-visible-heading 1) >(or (and (bolp) (org-on-heading-p)) >(outline-next

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Raffi R
Dear Friedrich, What sort of phone do you use? I am looking for a new phone and would like to use ogmode, of course. Thanks, - Raffi. On Fri, Nov 20, 2009 at 9:35 AM, Friedrich Delgado Friedrichs wrote: > > Trying out speedkeys and liking them, I guess I'm going to have a > simple life using or

Re: [Orgmode] Bug: Follow mode error when a task contains % in the headline [6.33d (release_6.33d.1.g858d)]

2009-11-20 Thread Bernt Hansen
Carsten Dominik writes: > Fixed, thanks. > > - Carsten Thanks :) It works fine now. -Bernt ___ 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-orgmo

Re: [Orgmode] suggestion: automatically recording entry creation date

2009-11-20 Thread Paul Holcomb
On Wed, Nov 04, 2009 at 12:59:19PM +, Adam Spiers wrote: > > Bernt's approach is nice, but I agree that a completely clutter-free > > solution (i.e. :PROPERTIES: drawers completely hidden by default) > > would be extremely nice. > > I suspect this might be tricky to implement :-/ I ended up

Re: [Orgmode] redisplay agenda after using org-agenda-diary-entry?

2009-11-20 Thread Carsten Dominik
Hi Stephen, this is fun, but incomplete, because you cannot rely on being back in the agenda. I fixed that and applied the patch... - Carsten On Nov 20, 2009, at 3:43 PM, Stephen Eglen wrote: How about the following simple change to the facility for adding diary entries in the agenda: when

Re: [Orgmode] Bug: Follow mode error when a task contains % in the headline [6.33d (release_6.33d.1.g858d)]

2009-11-20 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 20, 2009, at 8:06 PM, Bernt Hansen wrote: 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 w

[Orgmode] Re: Bug: Follow mode error when a task contains % in the headline [6.33d (release_6.33d.1.g858d)]

2009-11-20 Thread Bernt Hansen
Bernt Hansen writes: > 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. > ---

[Orgmode] Bug: Follow mode error when a task contains % in the headline [6.33d (release_6.33d.1.g858d)]

2009-11-20 Thread Bernt Hansen
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. -

Re: [Orgmode] Speed commands

2009-11-20 Thread Stephan Schmitt
Hi Eric, try this: (progn (org-cycle-agenda-files) (when (not (and (bolp) (org-on-heading-p))) (outline-previous-visible-heading 1) (or (and (bolp) (org-on-heading-p)) (outline-next-visible-heading 1 Greetings, Stephan Also sprach Eric S Fraga

Re: [Orgmode] Best way to implement Keywords feature

2009-11-20 Thread Carsten Dominik
Hi Martin, I have finally applied a modified version of you patch. Thanks! What I modified is this: 1. Your patch did remove the matching tags from the tag list itself, and not only from the agenda display line. Tis had the consequence that secondary tag filtering on such tags would

Re: [Orgmode] Insert link with "foreign" character - cannot save

2009-11-20 Thread Carsten Dominik
Hi Mattias, I tried that, and my buffer swiched to unicode encoding automatically. Unfortunately I don't know much about coding systems, and so I do not know how to fix this. Anyone - Carsten On Nov 12, 2009, at 10:28 AM, Mattias Jämting wrote: (I'm using English Windows Vista x64, Emac

[Orgmode] [babel] developments

2009-11-20 Thread Eric Schulte
Hi, Dan and I are releasing some accumulated developments. They are described below. We hope to now turn towards improving the documentation and test framework, as we've developed much of it into obsolescence. Best -- Eric - org-babel can now cache the results of source block execution to avoi

Re: [Orgmode] Blorgit > SVN integration

2009-11-20 Thread Eric Schulte
Francesco Pizzolante writes: > Hi Eric, > > 1) Is it possible to integrate Blorgit with SVN instead of git? If yes, > how >can I do it? >>> >>> This is what I've added to blog.rb: >>> >>> diff --git a/backend/blog.rb b/backend/blog.rb >>> index 0f43728..827ec05 100644 >>> [...] >

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Eric S Fraga
At Fri, 20 Nov 2009 15:57:09 +0100, Carsten Dominik wrote: > This is nice, but I guess you want to stay in fast-key space. > So > >("," . (progn (org-cycle-agenda-files) > (or (and (bolp) (org-on-heading-p)) > (outline-next-visible-heading 1 This is r

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Eric S Fraga
At Fri, 20 Nov 2009 15:57:09 +0100, Carsten Dominik wrote: > On Nov 20, 2009, at 3:35 PM, Friedrich Delgado Friedrichs wrote: > > How about having an alternative keymap with vi-like moving keys? I > > hardly ever use the C-b, C-f, C-n, C-p in my regular emacs work > > (mostly cursor keys) and so I'

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Friedrich Delgado Friedrichs
Carsten Dominik schrieb: > >(("y" . (progn > > (delete-other-windows) > > (recenter-top-bottom 0))) > >("A" . (if (y-or-n-p "Archive this subtree or entry? ") > > (call-interactively org-archive-subtree) > > (error "Abort"))) > > ("," . org-cycle-agenda-files)) The

[Orgmode] Feature Request: Priority Inheritance for sorting

2009-11-20 Thread Friedrich Delgado Friedrichs
Hi! I use priority cookies quite a lot to quickly sort my projects (really by importance, but the difference between "importance" and "priority" is a different matter). It would be neat if I could specify that if TODO items are sorted by priority, then the priority of the parent entry should be r

[Orgmode] redisplay agenda after using org-agenda-diary-entry?

2009-11-20 Thread Stephen Eglen
How about the following simple change to the facility for adding diary entries in the agenda: when you press 'i d' in the agenda to add a new entry, you then see the entry in the agenda? (& if so, what about the other cases, like 'i b' for block entries?) Stephen diff -c org-agenda.el~ org-agend

[Orgmode] Re: LaTeX export of section links

2009-11-20 Thread Bernt Hansen
Francesco Pizzolante writes: > Hi, > > I have a few questions about links to sections. > > I've read that it is better to user IDs and CUSTOM_IDs to links to section... > > Here's a small example with 4 cases: > > --8<---cut here---start->8--- > * First > :

Re: [Orgmode] LaTeX export of section links

2009-11-20 Thread Francesco Pizzolante
Carsten, >> OK. But the information in these 2 comments is correctly used to replace the >> alias (heading-c and heading-d) with the label generated by org during the >> export. See the last 2 references in my example: these references are >> correct. >> They thus have been correctly processed fro

Re: [Orgmode] LaTeX export of section links

2009-11-20 Thread Carsten Dominik
On Nov 20, 2009, at 4:14 PM, Francesco Pizzolante wrote: Hi Carsten, --8<---cut here---start->8--- * First :PROPERTIES: :CUSTOM_ID: heading-a :END: Hello Toto! * Second # <> Hello Tata! * Third #+CUSTOM_ID: heading-c Hello Titi! * Fourth #+ID: heading

Re: [Orgmode] LaTeX export of section links

2009-11-20 Thread Francesco Pizzolante
Hi Carsten, >> --8<---cut here---start->8--- >> * First >> :PROPERTIES: >> :CUSTOM_ID: heading-a >> :END: >> >> Hello Toto! >> >> * Second >> # <> >> >> Hello Tata! >> >> * Third >> #+CUSTOM_ID: heading-c >> >> Hello Titi! >> >> * Fourth >> #+ID: heading-d

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Matt Price
On Fri, 2009-11-20 at 14:54 +0100, Carsten Dominik wrote: > + (aset org-indent-strings 0 nil) > + (aset org-indent-stars 0 nil) > That did it! I was in the middle of writing an apologetic email explaining that it hadn't worked in either snapshot or 23.1, but then remembered I had to run 'make

Re: [Orgmode] LaTeX habits and org-mode

2009-11-20 Thread Carsten Dominik
On Nov 20, 2009, at 2:59 PM, Emmanuel Di Pretoro wrote: Hi, I'm currently writing a document with org-mode instead of LaTeX. Usually, with LaTeX, the first section of such a document is a \chapter*{Introduction} where I explain the context of the document. How can I do that with org-mode

Re: [Orgmode] LaTeX habits and org-mode

2009-11-20 Thread Emmanuel Di Pretoro
2009/11/20 Scot Becker > Now if you don't want your introduction chapter numbered, that's a slightly > different problem, which I'm not sure I know how to solve. > This is my problem. Sorry, my explanations wasn't good enough. So, I'll continue to search. Thanks Emmanuel _

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Carsten Dominik
Hi Friedrich, On Nov 20, 2009, at 3:35 PM, Friedrich Delgado Friedrichs wrote: Trying out speedkeys and liking them, I guess I'm going to have a simple life using org from my phone from now on ;) Carsten Dominik schrieb: In the speed map, yes, there is space, and you can add keys yourself.

Re: [Orgmode] LaTeX habits and org-mode

2009-11-20 Thread Scot Becker
Emmanuel, If the introduction LOOKs just like a normal chapter, then you just do: * Introduction In this paper I indend to once and for all solve the problem of [blaaa]. * Chapter One: The Problem * Chapter Two: Lame Previous Attempts at a Solution * Chapter Three: Appproach it Like This * Cha

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Friedrich Delgado Friedrichs
Trying out speedkeys and liking them, I guess I'm going to have a simple life using org from my phone from now on ;) Carsten Dominik schrieb: > In the speed map, yes, there is space, and you can add keys yourself. > But I would recommend making these with confirmation query. > (setq org-speed-com

Re: [Orgmode] Re: contact management in org-mode?

2009-11-20 Thread Russell Adams
On Fri, Oct 30, 2009 at 10:26:07PM -0500, Russell Adams wrote: > Looking into this some more, export is really easy. I can just use a > dynamic block to store column view in whatever format I choose, and > export then search & replace ',' for '|'. That is minimal effort! > > Sparse searches in col

Re: [Orgmode] LaTeX export of section links

2009-11-20 Thread Carsten Dominik
Hi Francesco, On Nov 20, 2009, at 12:34 PM, Francesco Pizzolante wrote: Hi, I have a few questions about links to sections. I've read that it is better to user IDs and CUSTOM_IDs to links to section... Here's a small example with 4 cases: --8<---cut here---start--

Re: [Orgmode] Bug in LaTeX export of multiple footnote references

2009-11-20 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 20, 2009, at 2:36 PM, Francesco Pizzolante wrote: Hi, Exporting multiple references to the same footnote to LaTeX lead to a wrong generated code. The following example: --8<---cut here---start->8--- * Title This is my t

[Orgmode] LaTeX habits and org-mode

2009-11-20 Thread Emmanuel Di Pretoro
Hi, I'm currently writing a document with org-mode instead of LaTeX. Usually, with LaTeX, the first section of such a document is a \chapter*{Introduction} where I explain the context of the document. How can I do that with org-mode ? Thanks in advance, Emmanuel Di Pretoro __

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Carsten Dominik
Hi Matt, can you please try the following patch? --- diff --git a/lisp/org-indent.el b/lisp/org-indent.el index afce59f..53db9be 100644 --- a/lisp/org-indent.el +++ b/lisp/org-indent.el @@ -106,8 +106,8 @@ this variable

[Orgmode] Bug in LaTeX export of multiple footnote references

2009-11-20 Thread Francesco Pizzolante
Hi, Exporting multiple references to the same footnote to LaTeX lead to a wrong generated code. The following example: --8<---cut here---start->8--- * Title This is my text[fn:1:This is my footnote.]. And another one[fn:1]. --8<---cut here---

[Orgmode] Re: Sending org-mode nodes

2009-11-20 Thread Łukasz Stelmach
Sebastian Rose writes: > lukasz.stelm...@iem.pw.edu.pl (Łukasz Stelmach) writes: >> Sebastian Rose writes: >>> Not sure. I only remember bad things with self generated >>> message-IDs. But I never tried it myself. Reading the RFCs will help. >> >> RFC 2822 >>The "Message-ID:" field provides

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Carsten Dominik
On Nov 20, 2009, at 2:03 PM, Matt Price wrote: On Fri, 2009-11-20 at 08:28 +0100, Carsten Dominik wrote: Hi Matt, personally, I never use visual-line-mode, mainly because cursor motion becomes unpredictable to me (down doe not get me into the next line, so for example keyboard macros are

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Matt Price
On Fri, 2009-11-20 at 08:28 +0100, Carsten Dominik wrote: > Hi Matt, > > personally, I never use visual-line-mode, mainly because cursor motion > becomes unpredictable to me (down doe not get me into the next line, > so for example keyboard macros are much harder to make to consistently). >

Re: [Orgmode] Bug: i in agenda complains mark is not active now [6.33trans (release_6.33c.26.ga839)]

2009-11-20 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 20, 2009, at 1:14 PM, Bernt Hansen wrote: If you hit i on the first line of the agenda you get Debugger entered--Lisp error: (wrong-type-argument number-or-marker- p nil) calendar-gregorian-from-absolute(nil) (setq d1 (calendar-gregorian-from-absolute (get-

Re: [Orgmode] Emacs package management with org-mode

2009-11-20 Thread David Maus
Hi Andrea, At Sat, 14 Nov 2009 18:35:28 + (UTC), andrea Crotti wrote: > > I was keeping a list of packages I use with emacs (here) > http://github.com/AndreaCrotti/Emacs-conf/blob/master/.emacs.d/README.txt > > but now I had another idea, why don't create a table with org mode? > > I though

Re: [Orgmode] Blorgit > SVN integration

2009-11-20 Thread Francesco Pizzolante
Hi Eric, 1) Is it possible to integrate Blorgit with SVN instead of git? If yes, how can I do it? >> >> This is what I've added to blog.rb: >> >> diff --git a/backend/blog.rb b/backend/blog.rb >> index 0f43728..827ec05 100644 >> [...] >> > Thanks, that patch looks great. If you don't

Re: [Orgmode] Contextual tag auto-exclusion

2009-11-20 Thread Friedrich Delgado Friedrichs
Hm. It just occured to me that it might be sufficient (and maybe more efficient) to only check the set of tags that I'm filtering for, so I could maybe temporarily set org-tag-alist to the list of those tags? > I'm just trying to use this feature and I noticed, that it apparently > only works if

Re: [Orgmode] Contextual tag auto-exclusion

2009-11-20 Thread Friedrich Delgado Friedrichs
Hi! I'm just trying to use this feature and I noticed, that it apparently only works if org-tag-alist is explicitly set to a non-nil value. I use dynamic tags (lots of them) and I wonder if it would be possible to use those for auto-exclusion. At least Org can do completion of dynamic tags, so t

Re: [Orgmode] Bug: i in agenda complains mark is not active now [6.33trans (release_6.33c.26.ga839)]

2009-11-20 Thread Bernt Hansen
If you hit i on the first line of the agenda you get Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) calendar-gregorian-from-absolute(nil) (setq d1 (calendar-gregorian-from-absolute (get-text-property ... ...)) d2 (and (ignore-errors ...) (save-excursion ... ...) (

Re: [Orgmode] Bug: i in agenda complains mark is not active now [6.33trans (release_6.33c.26.ga839)]

2009-11-20 Thread Bernt Hansen
Carsten Dominik writes: > I cannot reproduce this. Can you please send a backtrace? > > - Carsten I can't reproduce it with the tip of master today either so I think it's fixed. It's broken on the commit I was on yesterday which is 1bb0df0 (Allow diary entry insertion at top-level, 2009-11-19

Re: [Orgmode] feature request: show context in agenda

2009-11-20 Thread Friedrich Delgado Friedrichs
Hey! I was just doing a small review and noticed that I get the current tree of the agenda item in the echo area! This rocks! Carsten Dominik schrieb: > On Nov 12, 2009, at 1:36 AM, Samuel Wales wrote: > >In the agenda, it is difficult to find where you are in > >the hierarchy. I find that I ha

[Orgmode] LaTeX export of section links

2009-11-20 Thread Francesco Pizzolante
Hi, I have a few questions about links to sections. I've read that it is better to user IDs and CUSTOM_IDs to links to section... Here's a small example with 4 cases: --8<---cut here---start->8--- * First :PROPERTIES: :CUSTOM_ID: heading-a :END: Hell

Re: [Orgmode] export of list with lowered characters

2009-11-20 Thread Carsten Dominik
On Nov 20, 2009, at 12:07 PM, Jörg Hagmann wrote: Hi, How can I get the following to be exported correctly to html? - A 20mM HCO_{3}^{-} - B 20 - 100mM H^{+} - C 20 - 100mM Na^{+} - D 5 - 15 mM K^{+} - E 80 - 150mM Cl^{+} I have "^{}:t" in the "+OPTIONS:" line. In other words: can I turn off

Re: [Orgmode] export of list with lowered characters

2009-11-20 Thread Jörg Hagmann
Line E should of course be Cl^{-}, but I kept adding plusses not paying attention to the chemistry. Jörg Hagmann wrote: Hi, How can I get the following to be exported correctly to html? - A 20mM HCO_{3}^{-} - B 20 - 100mM H^{+} - C 20 - 100mM Na^{+} - D 5 - 15 mM K^{+} - E 80 - 150mM Cl^{+}

[Orgmode] export of list with lowered characters

2009-11-20 Thread Jörg Hagmann
Hi, How can I get the following to be exported correctly to html? - A 20mM HCO_{3}^{-} - B 20 - 100mM H^{+} - C 20 - 100mM Na^{+} - D 5 - 15 mM K^{+} - E 80 - 150mM Cl^{+} I have "^{}:t" in the "+OPTIONS:" line. In other words: can I turn off strike-throughs (++)? Thanks, Jörg __

Re: [Orgmode] org 45d619c82 doesn't let me create new nodes with (org-refile-allow-creating-parent-nodes (quote confirm))

2009-11-20 Thread Friedrich Delgado Friedrichs
Hiho! Carsten Dominik schrieb: > this seems to work fine for me. Hm. Anyone else who has this problem? If not, it's probably my config again. I think I'll trace the function with edebug to figure it out. Thanks for your feedback! Fullquote to jog people's memories: > On Nov 11, 2009, at 4:36

Re: [Orgmode] Bug: org-agenda-query-and-cmd results in (wrong-type-argument char-or-string-p nil) when org-agenda-query-string is unset [6.33trans (release_6.33c.27.g1bb0d)]

2009-11-20 Thread Friedrich Delgado Friedrichs
Hey! Case closed! Thanks a lot for spotting this! Nick Dokos schrieb: > Perhaps that's because you are loading contrib/lisp/org-interactive-query.el, > which redefines keys in the agenda mode map: ---Zitatende--- Exactly that was the problem... I think there was a lazy day in the past where I ju

Re: [Orgmode] adding new protocol handler in firefox

2009-11-20 Thread Robin Green
At Thu, 19 Nov 2009 21:09:21 +0100, Sebastian Rose wrote: > Well, anyway, editing RDF files by hand is not the way to go. Indeed. This was the method that worked for me (thanks to "goncheff" for discovering it): 1. In about:config, create a boolean key "network.protocol-handler.expose.org-protoco

Re: [Orgmode] org 45d619c82 doesn't let me create new nodes with (org-refile-allow-creating-parent-nodes (quote confirm))

2009-11-20 Thread Carsten Dominik
Hi Friedrich, this seems to work fine for me. - Carsten On Nov 11, 2009, at 4:36 PM, Friedrich Delgado Friedrichs wrote: I use the following settings to allow me to create new nodes on the fly when refiling: '(org-refile-allow-creating-parent-nodes (quote confirm)) '(org-refi

[Orgmode] Re: C-a marks whole buffer instead of moving to beginning of line

2009-11-20 Thread Carsten Dominik
On Nov 19, 2009, at 3:45 PM, Rainer Stengele wrote: I get: C-a runs the command mark-whole-buffer, which is an interactive compiled Lisp function in `simple.el'. It is bound to C-a, C-x h, . (mark-whole-buffer) Put point at beginning and mark at end of buffer. You probably should not us

Re: [Orgmode] Feature request: Periodic events based on count of specific weekdays (was: Monthly events based on count of specific weekdays)

2009-11-20 Thread Carsten Dominik
Hi Ben, extending the date format would be a significant amount of work. The current time/date format is already complex to handle internally, mainly because it was build not with a clean design but step by step. o I am hesitating to add something like you propose. My feeling is that date speci

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Carsten Dominik
On Nov 20, 2009, at 3:12 AM, Matt Price wrote: On Fri, 2009-11-20 at 09:33 +1100, Ben Finney wrote: Matt Price writes: Visual-line-mode is a replacement for longlines-mode; it soft-wraps text at the screen boundary, and does a much better job than longlines-mode did. I think you're confus