Re: [Orgmode] wanderlust links

2010-09-12 Thread David Maus
Rodrigo Amestica wrote: >is there a way to link to a maildir message without need to specify >its specific folder within my maildir tree? I thought the message ID >was meant to be unique within my tree and, therefore, usable as a key >without a need for a folder specification. The message id is a

Re: [Orgmode] Re: bug with link following --- a (partial) solution

2010-09-15 Thread David Maus
Robert Goldman wrote: >I believe I have narrowed down the problem to a more specific case. >I have reexamined the bug I had, and as far as I can tell, it occurs >because of the punctuation at the end of the header line. I am >attaching a file that shows the funny behavior. I can link to a heade

Re: [Orgmode] Bug: org-feed customization group is called org-id (can't customize org-id)

2010-09-15 Thread David Maus
Scot Becker wrote: >In org-feed.el (line 105), the 'defgroup' entry for org-feed has the >tag "Org ID", which is the same tag as the group org-id (in >'org-id.el'). This has the result that you are unable to get to the >real org-ID variables from the M-x customize-group RET org RET top >level menu.

Re: [Orgmode] Bug: org-mhe creates corrupt link when Message-ID field contains newline [7.01trans]

2010-09-15 Thread David Maus
Andrew J. Korty wrote: >Some MUAs insert a newline when rendering the Message-ID field: >Message-ID: > <98a78083733de040834c2b9e91b87fde0aa...@example.com> >The newline causes org-mhe-store-link to create a link that looks like >[[mhe:%2Barchive# >%20<98a78083733de040834c2b9e91b8

Re: [Orgmode] Remember item under specific :PROJECT:

2010-09-16 Thread David Maus
Marcelo de Moraes Serpa wrote: >Hello list, >I wonder if there is a easy way to create a remember template that >will file the item inside another item specified at runtime. The >scenario is the following: I have a task that belongs to a project >(project is any item tagged a :PROJECT:), I want to

Re: [Orgmode] [bug] "message" not present in default value of org-link-types

2010-09-17 Thread David Maus
Jules Bean wrote: >The link-type "message" is one of the ones org handles by default, it >is an explicit case in org-open-at-point, much like http and it is >handled by the following code: >((member type '("message")) > (browse-url (concat type ":" path))) >However it is not included in

Re: [Orgmode] [bug] "message" not present in default value of org-link-types

2010-09-20 Thread David Maus
Carsten Dominik wrote: >I guess it is OK to include message into the default types. David, >will you do this? Done. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgpch2VRuAoHI.pgp Description: PGP signature __

Re: [Orgmode] [bug] "message" not present in default value of org-link-types

2010-09-20 Thread David Maus
Jules Bean wrote: >On Fri, Sep 17, 2010 at 09:08:00AM +0200, David Maus wrote: >> >Manually adding it to org-link-types makes it work correctly. For me, >> >anyway. >> >> True enough. But what is a "message:" link? Can you give an example >> of it

Re: [Orgmode] [bug] "message" not present in default value of org-link-types

2010-09-20 Thread David Maus
Bastien wrote: >David Maus writes: >> Carsten Dominik wrote: >> >>>I guess it is OK to include message into the default types. David, >>>will you do this? >> >> Done. >David won the race by two minutes, well done! >Org developers are like wai

Re: [Orgmode] BUG: Filtering the agenda can cause actions on the wrong task

2010-09-20 Thread David Maus
Christopher Allan Webber wrote: >Hello! >Say I have a couple of entries on my agenda: > life: Sched.25x: TODO Places to notify change of address > ccommons: Sched.19x: TODO Public domain mark > :work:: >My cursor is hovered over the "notify change of address"

Re: [Orgmode] Latex export of subtree not working for me

2010-09-20 Thread David Maus
Torsten Anders wrote: >Dear all, >sorry for bothering you again with my question from a couple of days ago (see >below). >I would appreciate with someone could briefly confirm whether >exporting/publishing a subtree works for you (so I know whether the reported >problem is related to org mode

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-20 Thread David Maus
Sébastien Vauban wrote: >Hello, >With current git pull, and such an Org file (in UTF-8 encoding): > ... >I get the following error when trying to export it via PDFLaTeX: The problem is, that the 'É' character is not in Org's default list for link escapes but `string-match' matches for the lower

Re: [Orgmode] Re: Bug? org.el:org-open-at-point

2010-09-20 Thread David Maus
Achim Gratz wrote: >David Maus writes: >> What syntax did you try? IIRC `org-gnus-follow-link' expects a /Gnus/ >> link in path, but RFC5538 ("The 'news' and 'nntp' URI Schemes ")[1] has a >> different definition that must be normalize

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-22 Thread David Maus
Sebastian Rose wrote: >Is there a reason for this distinction between multibyte and unibyte? >I favour the "shotgun-approach" if not. It's bullet-proof. >The JavaScript function `encodeURIComponent()' encodes the German Umlaut >`ü' as `%C3%B6' regardless of the sources encoding actually. That's

Re: [Orgmode] Re: [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-22 Thread David Maus
Sébastien Vauban wrote: >Hi David, >David Maus wrote: >> Sébastien Vauban wrote: >>> With current git pull, and such an Org file (in UTF-8 encoding): >>> ... >>> I get the following error when trying to export it via PDFLaTeX: >> >> The problem

Re: [Orgmode] Re: Bug? org.el:org-open-at-point

2010-09-22 Thread David Maus
Achim Gratz wrote: >David Maus writes: >> Okay, I've pushed a change to master that adds two functions >> `org-wl-open-nntp' and `org-gnus-open-nntp' to open nntp: links with >> WL or Gnus, respectively. >Thanks, that looks good. Gnus still doesn'

Re: [Orgmode] [Bug] lisp/org.el (org-link-escape) escapes the type part of a link

2010-09-22 Thread David Maus
Achim Gratz wrote: >The function org-link-escape escapes the '+' in file+sys and file+emacs >link types and creates some problems for export by doing so. Only the >path component of a link URI should be escaped, but not the type part. Does this still happen und could you provide an example? I've

Re: [Orgmode] Re: Bug? org.el:org-open-at-point

2010-09-22 Thread David Maus
Achim Gratz wrote: >> [[nntp://news.gmane.org/gmane.mail.imap.general][Usenet 1]] >This one doesn't (just like my example links). If I add a trailing "/" >to the link it starts working as expected. The link without the >trailing slash does start GNUS if not already running, but does not >enter

Re: [Orgmode] Re: [Bug] lisp/org.el (org-link-escape) escapes the type part of a link

2010-09-22 Thread David Maus
Achim Gratz wrote: >David Maus writes: >> Achim Gratz wrote: >>>The function org-link-escape escapes the '+' in file+sys and file+emacs >>>link types and creates some problems for export by doing so. Only the >>>path component of a link URI should

Re: [Orgmode] Re: bug with link following --- a (partial) solution

2010-09-22 Thread David Maus
David Maus wrote: >Ah, now I see the problem: For some reason `org-store-link' removes >the colon at the end of the headline. I reopended the issue as a bug; >setting the aforementioned variable to nil might be considered a >temporary work-around. Okay, pushed a patch to maste

Re: [Orgmode] Re: bug with link following --- a (partial) solution

2010-09-22 Thread David Maus
Robert Goldman wrote: >On 9/22/10 Sep 22 -1:11 PM, David Maus wrote: >> David Maus wrote: >>> Ah, now I see the problem: For some reason `org-store-link' removes >>> the colon at the end of the headline. I reopended the issue as a bug; >>> setting th

Re: [Orgmode] Re: [Bug] lisp/org.el (org-link-escape) escapes the type part of a link

2010-09-22 Thread David Maus
Achim Gratz wrote: >David Maus writes: >> Thanks for clarification. It should be fixed now in master. >You only wish... it doesn't escape the link type now, but adds a >colon on each call of C-c C-l: Ooops, fixed now. Best, -- David -- OpenPGP... 0x99ADB83B5A4

Re: [Orgmode] Re: [bug] Gnus author in capture templates not working

2010-09-22 Thread David Maus
Sébastien Vauban wrote: >Hi Bastien, >Bastien wrote: >> Sébastien Vauban writes: >> >>> Though I had something in mind, that's effectively not expressed above: I'd >>> like to get that date in the Org format, so that I can use it as a proper >>> Org timestamp in entries: >>> >>> * TODO Answer mai

Re: [Orgmode] Re: [bug] Gnus author in capture templates not working

2010-09-23 Thread David Maus
Bastien wrote: >David Maus writes: >> I've started to implement the :date property for the other mailers and >> thought about: >> >> - date :: literal content of the date header field >> - date-timestamp :: active timestamp for the date header fie

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-23 Thread David Maus
Sebastian Rose wrote: >David Maus writes: >> Sebastian Rose wrote: >>>Is there a reason for this distinction between multibyte and unibyte? >>>I favour the "shotgun-approach" if not. It's bullet-proof. >> >>>The JavaScript function `encod

Re: [Orgmode] Re: Request for suggestions about best practices: tracking responses

2010-09-23 Thread David Maus
Robert P. Goldman wrote: >I know how to make a custom agenda for this; the problem is more how to >have that custom agenda always open for me to glance at. I don't want >to have to call up this agenda every time I get an email or a phone call >to decide whether a waiting task is "unwaiting"... >

Re: [Orgmode] [BUG] Org-capture breaks if captured-to file is open in a narrowed buffer

2010-09-23 Thread David Maus
David Maus wrote: >Jules Bean wrote: >>If I run org-capture with the template: >>("t" "Todo" entry (file+headline >>"/Users/jules/work/TODO.org" "Tasks") "* TODO %? >> (Captured at %u) >> %i >> %a >>&q

Re: [Orgmode] Two bugs in org-indent (plus a fix to correct one of them)

2010-09-23 Thread David Maus
William Henney wrote: >Hi all >I have recently started using org-indent (together with word-wrap) for >new org files. In general, I love it. But there are a couple of small >problems: >2. org-indent fails to play nicely with org-inlinetask in two ways > i) It destroys the special fontificatio

Re: [Orgmode] [BUG] Org-capture breaks if captured-to file is open in a narrowed buffer

2010-09-24 Thread David Maus
Carsten Dominik wrote: >On Sep 23, 2010, at 9:06 PM, David Maus wrote: >> David Maus wrote: >>> Jules Bean wrote: >>>> If I run org-capture with the template: >> >>>> ("t" "Todo" entry (file+headline >>>> "

Re: [Orgmode] Re: [bug] Gnus author in capture templates not working

2010-09-26 Thread David Maus
Sébastien Vauban wrote: >I now have a full timestamp (date and time) for when the mail has been sent >(or received?). Well... It's the date of the Date: header field ;) What it is set to depends on the sender; that's why it is not really a reliable piece of information one should use for schedu

Re: [Orgmode] Re: bug with spaces in regexp search

2010-09-26 Thread David Maus
Samuel Wales wrote: >Why is that important? Noorul tried to reproduce the bug, but couldn't. Trying to reproduce a reported bug is (sometimes) important for the developers. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgpSyHKCS9ak5.p

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-26 Thread David Maus
Sebastian Rose wrote: >David Maus writes: >>> sh$ man utf-8 >> >> Thanks! I finally get a grip on one of my personal nightmares. >It's not that bad, is it? :D Even better: It makes sense ;) >> The attached patch is the first step in this direction: It

Re: [Orgmode] Embedding images as data: URIs in the HTML exporter (was: MathJax is now the default for HTML math)

2010-09-26 Thread David Maus
Jan Böcker wrote: >On 09/03/2010 05:07 AM, s...@blarg.net wrote: >> How about doing the same data: URI embedding for images in the HTML >> exporter? It should be possible to implement it entirely inside >> Emacs. It would have to be optional, of course. >> >> Derek >> >This is certainly possib

[PATCH] Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-26 Thread David Maus
> Also I guess the decoding is secure. Means we could change the > comment of this function: > (defun org-protocol-unhex-compound (hex) > "Unhexify unicode hex-chars. E.g. `%C3%B6' is the German Umlaut `ö'. > Note: this function falls back on single byte decoding if a > character sequence is n

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

2010-09-26 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 +++---

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-10-11 Thread David Maus
At Thu, 30 Sep 2010 20:53:01 -0400, Matt Lundin wrote: > This commit is incompatible with development Gnus (and, therefore, the > Gnus that will be released with Emacs 24). Going forward, nnimap.el no > longer has the function nnimap-group-overview-filename. Thus, with the > default settings and de

Re: [Orgmode] org-capture: file to top level with prepend

2010-10-15 Thread David Maus
At Sun, 3 Oct 2010 06:01:38 +0200, Thomas Fuchs wrote: > > [1 ] > [1.1 ] > Hi! > > I'm trying to capture and file an entry as an top-level entry as first entry > > in an org file without config at the beginning (no "#+"). > This leads to filing the entry as _second_ headline in the org file. > >

Re: [Orgmode] org-publish with latest changes?

2010-10-17 Thread David Maus
At Wed, 13 Oct 2010 10:54:01 +0200, Guy Wiener wrote: > Hello everyone, > I am using org-publish to publish some document on my web page. I would > really like to add to that some notification of the latest changes - E.g., > an RSS of the recently changed headlines. Is there some way to hack that?

Re: [Orgmode] variables governing archiving gone?

2010-10-18 Thread David Maus
At Sun, 17 Oct 2010 16:05:33 -0400, Brian van den Broek wrote: > > Hi all, > > I've been overhauling my use or orgmode and have also started keeping > current with the git repository. From a pull less than 24hrs ago, the > documentation refers to the variables: > > - org-archive-default-command >

Re: [Orgmode] Re: org-default-notes-file

2010-10-18 Thread David Maus
At Mon, 18 Oct 2010 13:54:30 +0200, Andreas Röhler wrote: > > same here unfortunatly. > load-path displays the git-org repo, org-mode is loaded from there. > > (require 'org-macs) is present there but > org-string-nw-p still unknown. > The only explanation that makes sense to me is a mixup of ol

Re: [Orgmode] link export confused when URL parameter is another URL

2010-10-20 Thread David Maus
At Thu, 30 Sep 2010 15:17:00 -0500, Cook, Malcolm wrote: > > > If find that this orgtext > > [[http://www.foo.com/foo?URL=http://www.bar.com][test]] > > exports to html incorrectly as > > > [[http://www.foo.com/foo?URL=[[http://www.bar.com][test][http://www.bar.com][test]]] > > using t

Re: [Orgmode] link export confused when URL parameter is another URL

2010-10-21 Thread David Maus
At Thu, 21 Oct 2010 19:38:17 +0200, Carsten Dominik wrote: > This is a bit hard without lookbehind assertions as they are available > in perl. For something like this it is somtimes easier to just to > the normal match you wanted to use anyway and then confirm by > taking a separate look at the te

Re: [Orgmode] org-publish fails to export the #anchor in other_org_file.html#anchor

2010-10-24 Thread David Maus
At Wed, 13 Oct 2010 00:29:25 +0200, Daniel Clemente wrote: > > > I think org-html-make-link doesn't export anchors („fragments“) in links > between org files. > The following patch corrects this for me; please review. You where right. The patch has been accepted. Best, -- David -- OpenPGP.

Re: [Orgmode] [PATCH] Fix broken internal links on export

2010-10-24 Thread David Maus
At Tue, 12 Oct 2010 21:30:12 +0530, Jambunathan K wrote: > > Note: > Is 'dedicated the right value to return? > From my understanding of the code: Yes. The patch fixes the problem and has been accepted. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email

Re: [Orgmode] Worg pull broken?

2010-10-24 Thread David Maus
At Fri, 22 Oct 2010 17:55:28 +0200, Sébastien Vauban wrote: > > Hello, > > Just wanted to update my local repo of Worg: > > --8<---cut here---start->8--- > [...@mediacenter] ~/src/Worg>git pull > error: Unable to find 9a6e35ee0276b7736f5a08dccba52a4374574892 u

Re: [Orgmode] Was "...questions about...email" -> orgmode + email + company firewall

2010-10-24 Thread David Maus
At Thu, 21 Oct 2010 13:33:59 -0500, John Hendy wrote: > > My question is whether gnus or some other text-based email program that > emacs can use has some method of doing whatever this webmail extention is > doing. Well... Wanderlust[1] and Mew[2] support the Shimbun library shipped with emacs-w3m

Re: [Orgmode] proposal for enhanced org-get-priority function

2010-10-24 Thread David Maus
At Wed, 20 Oct 2010 13:14:39 -0400, I.S. wrote: > > Dear Experts, > > I'd like to propose a replacement for the org-get-priority function > which is backward compatible with the current version but allows the > user to add a sub-priority such as [#A]-5 or [#B]+3: > Could you provide a patch agains

Re: [Orgmode] %20 in file://... URL

2010-10-24 Thread David Maus
At Sun, 24 Oct 2010 22:49:12 +0200, Vincent Belaïche wrote: > > Hello, > > My Org mode version is not able to interprete any `%20' or suchlike > escape codes in file://... URL, is that normal ? Which Org mode version are you using? M-x org-version RET And can you give an example of a link that

Re: [Orgmode] #+CATEGORY missing from main index of online documentation?

2010-10-26 Thread David Maus
At Fri, 15 Oct 2010 14:18:05 -0400, Raymond Zeitler wrote: > > I just finished studying John Wiegley's excellent tutorial[1], and now I'm > customizing his recommended setup. After changing the list of default tags > that follow the #+TAGS setting, I wondered about the other in-buffer > settings t

Re: [Orgmode] How can I just publish entry marked as DONE?

2010-10-26 Thread David Maus
At Fri, 08 Oct 2010 16:35:06 +0800, Water Lin wrote: > > > I am using org project to build my web page. I have written a lot of > stuff but while I am publishing the org files, I just want to publish > the part which are marked as DONE( the keyword ). > > Is it possbile? Yes, for example with this

Re: [Orgmode] Bug: wl: links only work with wl running [7.01trans]

2010-10-27 Thread David Maus
At Thu, 07 Oct 2010 14:30:13 -0400, David Abrahams 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 will be p

Re: [Orgmode] Narrow table cells in Aquamacs 1.9

2010-10-27 Thread David Maus
At Wed, 6 Oct 2010 21:05:02 +0800, James Harkins wrote: > > [1 ] > [1.1 ] > I was just trying to use narrow table cells. After editing a cell (C-c `), > C-c C-c fails with an error. > > org-table-finish-edit-field: Wrong type argument: window-live-p, nil > > Known issue? Or maybe I just need to w

Re: [Orgmode] Bug: wl: links only work with wl running [7.01trans]

2010-10-31 Thread David Maus
At Wed, 27 Oct 2010 18:41:35 -0400, David Abrahams wrote: > > At Wed, 27 Oct 2010 21:36:35 +0200, > David Maus wrote: > > > > > > > > Today I tried to follow an org link and got this: > > > org-id-open: Cannot find entry with ID > > > "&q

Re: [Orgmode] [Babel] detangle

2010-10-31 Thread David Maus
At Fri, 29 Oct 2010 02:15:08 -0600, Eric Schulte wrote: > > Hi, > > I've just added functions for detangling code from pure source code > files back into code blocks in the org-mode files from whence they were > tangled. This is done by the new `org-babel-detangle' function. > Additionally the new

Re: [Orgmode] [PATCH] Fix typo

2010-10-31 Thread David Maus
At Fri, 29 Oct 2010 12:17:14 +0200, Bastien wrote: > > Applied, thanks. > > PS: merging using pw didn't work so I did the change manually, > meaning it will appear as *mine* - hope you don't mind! > In these cases I would have used git commit --author="Julien Danjou " Best, -- David -- OpenPG

Re: [Orgmode] Unable to generate link in non-org file with org-id-store-link present

2010-10-31 Thread David Maus
At Sun, 31 Oct 2010 15:09:48 -0400, Liam Healy wrote: > > With recent versions (since about version 7) of org-mode, I cannot > generate links in a non-org file when org-id-store-link is in > org-store-link-functions. Either I get an error "before first > headline" (makes no sense to me, since I'm

Re: [Orgmode] bug: org-narrow-to-subtree

2010-11-01 Thread David Maus
At Mon, 1 Nov 2010 19:02:53 +0530, Puneeth wrote: > > Hi, > > I hit a minor bug with the function org-narrow-to-subtree. > > When I narrow to a headline (subtree with just the headline) present > at the end of a file, the last character of the headline isn't present > in the narrowed region. [file1

Re: [Orgmode] Re: BUG-Export level 1 subtree fails

2010-11-01 Thread David Maus
At Sun, 31 Oct 2010 20:34:20 -0400, Bernt Hansen wrote: > > Bernt Hansen writes: > > > Hi, > > > > Using the following commit > > ed5665e (babel: Use `copy-sequence' instead of `copy-tree', 2010-10-31) > > > > if I mark a level 1 subtree with C-c @ and then try to export to HTML > > with C-c C-e b

Re: [Orgmode] Re: BUG-Export level 1 subtree fails

2010-11-01 Thread David Maus
At Mon, 01 Nov 2010 15:19:24 -0400, Bernt Hansen wrote: > I believe Carsten has a fix for this: > > adede9f (Fix export bug of a region with an ARCHIVE property set, 2010-11-01) > > but I haven't verified it yet. Ah. Should have read the log before debugging. It's fixed for me. Best, -- David

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-11-04 Thread David Maus
Okay, back to link escaping. What this is about: Current implementation of percent escaping URIs uses a whitelist approach, e.g. only percent escapes characters that are in `org-link-escape-chars' or in a user supplied list. This is a problem because using this function requires knowledge about

Re: [Orgmode] Re: Worg pull broken?

2010-11-05 Thread David Maus
At Fri, 05 Nov 2010 10:32:28 +0100, Sébastien Vauban wrote: > > Pulling git+ssh://repo.or.cz/srv/git/Worg.git works fine here. > > To do this, I need a password on repo.or.cz. Who do I have to ask for this? > Just register a user at [1] with a SSH public key. IIRC the user name in the key comme

Re: [Orgmode] When opening email links, unseen messages marked as read!

2010-11-05 Thread David Maus
At Fri, 05 Nov 2010 13:47:22 +0100, Sébastien Vauban wrote: > Now, suppose I have 1 unseen (hence, unread as well) email that has been moved > into that same INBOX.friends folder (because of the splitting rules). > > ... > > But... the unseen messages are marked as read, though I've not read them

Re: [Orgmode] org-agenda-skip-function not working

2010-11-07 Thread David Maus
At Sat, 9 Oct 2010 13:35:54 +0530, Saurabh Agrawal wrote: > I am using org-mode *daily* since last two years and absolutely love it. I am > very grateful to Charles and other core team > members. > > Just recently, I made some changes to my org configuration as I had making > some changes in my

Re: [Orgmode] [BUG] Junk appended when exporting visible

2010-11-07 Thread David Maus
At Wed, 03 Nov 2010 13:26:55 +0100, Ivan Vilata i Balaguer wrote: > > Hi, I've noticed that exporting an entry with at least two examples, > when limiting the export to the visible tree (i.e. C-c C-e v ), > appends some junk examples at the end of the entry. Curiously enough, > this doesn't happen

Re: [Orgmode] mailto links broken in HTML export

2010-11-08 Thread David Maus
At Mon, 08 Nov 2010 16:32:51 +, chris.m.mal...@gmail.com wrote: > I'm trying to use org-mode to export to HTML with the inclusion of some > email addresses. For example, I have something like > > - please send an email to ([[mailto:some...@someplace][someone@someplace]]) > > but upon export thi

Re: [Orgmode] Check for broken links in org-mode?

2010-11-09 Thread David Maus
At Sat, 6 Nov 2010 09:22:25 +0100, Magnus Nilsson wrote: > Is there any nice way to check for broken links of different kinds in org > files? Well, you would have to write it by yourself but the functions are available. You can use `org-next-link' to make point jump to the next link in buffer. T

Re: [Orgmode] Re: Force completed habits to revert to "HABIT" todo keyword instead of "TODO"

2010-11-09 Thread David Maus
At Wed, 10 Nov 2010 04:37:43 +0800, Joseph Buchignani wrote: > > Hi Matt, > > Thanks for your very helpful reply. > > I know this is a noob question, so please forgive me for taxing your > patience... > > How do I evaluate the statement you supplied for just one file? E.g. I > want to evaluate

Re: [Orgmode] Re: Force completed habits to revert to "HABIT" todo keyword instead of "TODO"

2010-11-09 Thread David Maus
Sorry, I couldn't help myself: (defun hb:set-habit-keyword-2 () "*Reset keyword of done habit." (let ((reset-to (org-entry-get nil "REPEAT_TO_STATE"))) (if (and reset-to (string= state "DONE")) (org-todo reset-to (add-hook 'org-after-todo-state-change-hook 'hb:set-habit-keyword

Re: [Orgmode] Re: Force completed habits to revert to "HABIT" todo keyword instead of "TODO"

2010-11-09 Thread David Maus
At Wed, 10 Nov 2010 05:17:16 +0800, Joseph Buchignani wrote: > > David, I understand what your second function does, but I'm confused > about what the first one does. > > Does the first function set all habits to have a "return to state" property? Argh, no. I misread the original question. If yo

Re: [Orgmode] Org-attach-link on Windows XP

2010-11-10 Thread David Maus
At Tue, 9 Nov 2010 23:49:42 -0500, Chao LU wrote: > I'm trying to manage a small personal library using org-mode. The command I > find really useful is org-attach, then choose link. However, unluckily, > seems Window XP seems not work well with this function, what it actually did > is COPY the file

Re: [Orgmode] How to do Properties search by define an agenda command

2010-11-10 Thread David Maus
At Wed, 10 Nov 2010 02:59:58 -0500, Chao LU wrote: > I'm trying to figure out how to do Properties search by define an agenda > command. > > Here is my item in org file: > > *** Franz Schwabl / Quantum Mechanics > :PROPERTIES: > :TITLE: Quantum Mechanics > :AUTHOR: Franz Schwabl >

[Orgmode] Re: How to do Properties search by define an agenda command

2010-11-12 Thread David Maus
At Thu, 11 Nov 2010 20:51:58 -0500, Matt Lundin wrote: > > Looks like to use the intended functionality someone has to patch Org > > mode's tag search to handle multivalue properties. > > I don't believe the space in property values is meant to indicate > multiple values (i.e., in the same way that

Re: [Orgmode] %20 in file://... URL

2010-11-14 Thread David Maus
At Sat, 13 Nov 2010 07:18:42 +0100, Vincent Belaïche wrote: > > Herein attached follows my patch. Please feel free for brickbats... > Could I ask you to resend the patch in a format that can be applied with Git? E.g. try: git diff > my-new-patch.patch Best, -- David -- OpenPGP... 0x99ADB83

Re: [Orgmode] Bug report: syntax highlighting fails with org-indent-mode and emacs 23.2

2010-11-14 Thread David Maus
At Thu, 04 Nov 2010 14:33:32 +0100, Jean-Marie Gaillourdet wrote: > A file with #+STARTUP: indent isn't syntax highlighted at all. The > message buffer says fontification fails with: (invalid-function > with-silent-modifications) > > All calls to =with-silent-modifcations= have been introduced by g

Re: [Orgmode] Re: Bug?: 7.02/7.3 - Unable to set `org-capture-templates'in a

2010-11-14 Thread David Maus
At Sun, 7 Nov 2010 05:52:23 + (UTC), Anupam Sengupta wrote: > This allows the `org-capture-templates' saved in the separate emacs-custom.el > file to be correctly loaded. Note that this behavior is from 7.02/7.3, and > probably has to do with the custom-autoload definition of this variable in

Re: [Orgmode] Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil

2010-11-14 Thread David Maus
At Mon, 08 Nov 2010 09:45:25 -0500, Nick Dokos wrote: > Something to do with the compilation of the org-babel-map-src-blocks > macro, no doubt. I don't see it with uncompiled files. Not a solution, but some debugging showed that `org-babel-get-src-block-info' fails to get the info of the source b

Re: [Orgmode] requested feature

2010-11-14 Thread David Maus
At Fri, 29 Oct 2010 19:24:32 -0400, Marvin Doyley wrote: > > [1 ] > [1.1 ] > Does anybody have a function that turns a org header into file with a link > to the file where it originated from ? > For example, lets say I have the following heading > > * Apples > * Cherry > * Tomatoes > > Lets say I

Re: [Orgmode] How to distinguish timestamps in CSS?

2010-11-14 Thread David Maus
At Sun, 14 Nov 2010 15:56:20 -0500, Nick Dokos wrote: > Perhaps it'd be possible to (optionally) add an "id" selector to the timestamp > elements and use that for CSS manipulation, tied to an org-mode ID or > some other unique id? Or perhaps just postprocess the HTML output to add such > ids. Or

[Orgmode] Re: requested feature

2010-11-15 Thread David Maus
At Mon, 15 Nov 2010 15:01:09 +, Paul Mead wrote: > > > This looks pretty interesting to me, but how would you change this so > that it used the whole heading text, not just one word? It's basically the same, only difference is finding the headline text and making the headline text link-safe:

Re: [Orgmode] %20 in file://... URL

2010-11-17 Thread David Maus
At Sat, 13 Nov 2010 07:18:42 +0100, Vincent Belaïche wrote: > > Herein attached follows my patch. Please feel free for brickbats... > Thanks for sending the patch, but it won't provide a clean solution to the problem: The function modified by your patch works under the assumption, that for examp

Re: [Orgmode] %20 in file://... URL

2010-11-17 Thread David Maus
At Sat, 13 Nov 2010 07:18:42 +0100, Vincent Belaïche wrote: > > Herein attached follows my patch. Please feel free for brickbats... > Thanks for sending the patch, but it won't provide a clean solution to the problem: The function modified by your patch works under the assumption, that for examp

Re: [Orgmode] Org 7.3

2010-11-17 Thread David Maus
At Wed, 17 Nov 2010 13:39:31 -0600, Schlesinger, Paul wrote: > > In Vista but not XP some/many links set with \C-c L give "No link > found" with \C-c o. As I happen to work at Windows 7 at work: Can you give an example of a link that can be open? Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6

Re: [Orgmode] [PATCH][BUG] Fix documentation

2010-11-21 Thread David Maus
At Tue, 16 Nov 2010 10:54:53 +0100, Olaf Dietsche wrote: > > When I do a "make info", I get the following error: > > org.texi:9329: Misplaced {. > org.texi:9330: Misplaced }. > > Fix is below. Thanks, Patch was applied 2010-11-16. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj.

Re: [Orgmode] %20 in file://... URL

2010-11-22 Thread David Maus
At Mon, 22 Nov 2010 16:46:44 +0100, Vincent Belaïche wrote: > I see, so I understand that you will someday modify a function creating > links in order to implement character escaping. I can give a hand if > tell me the function name. To be exact: Org already escapes some characters (C-h v org-link

Re: [Orgmode] [PATCH] byte compile warnings...

2010-11-22 Thread David Maus
At Thu, 18 Nov 2010 21:37:01 +0100, Achim Gratz wrote: > > [1 ] > > Current master produces the following warnings during byte-compile with > Emacs 23.1 (some of those had already been introduced in 7.01trans): > Accepted and pushed to master. Thanks, -- David -- OpenPGP... 0x99ADB83B5A4478E6

Re: [Orgmode] [PATCH] Document the :recursive option for org-publish

2010-11-22 Thread David Maus
At Mon, 22 Nov 2010 04:30:20 +0530, Puneeth wrote: > > Here's a patch to document the recursive option for org-publish. It's > a documentation TODO on Worg. Accepted, thanks. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgpqhDf7sRKS9.

Re: [Orgmode] org-indent mode not indenting free text?

2010-11-23 Thread David Maus
At Tue, 23 Nov 2010 19:51:14 +0100, Nicolas Goaziou wrote: > > Hello, > > > Erik Iverson writes: > > > I still see the additional stars added to headlines, and they are > > shadowed properly. But the free text lines under each headline are > > not shown indented as they previously were. > > I c

Re: [Orgmode] %20 in file://... URL

2010-11-24 Thread David Maus
At Tue, 23 Nov 2010 06:25:40 +0100, Vincent Belaïche wrote: > > >From: David Maus > >Subject: Re: [Orgmode] %20 in file://... URL > >Date:Mon, 22 Nov 2010 19:16:09 +0100 > >User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) >

Re: [Orgmode] Automatic screenshot insertion

2010-11-28 Thread David Maus
At Thu, 18 Nov 2010 18:16:22 +0100, Jonathan BISSON wrote: > > Here is a little function that allows a user to insert a screenshot > easily. Only works on unix-like systems where ImageMagick is installed > (adapt "import" to your screenshot program if needed). > Nice. Do you mind of I put the fun

Re: [Orgmode] org-reverse-note-order

2010-11-28 Thread David Maus
At Fri, 19 Nov 2010 09:58:11 -0500, Marvin Doyley wrote: > > [1 ] > > (setq org-reverse-note-order t) does not seem to work properly with > org-capture-templates > > It seems to append my TODO or notes at the end rather at the > beginning. Does anybody know what I am doing wrong ? Not sure about

Re: [Orgmode] Re: HTML export of latex typesetting..

2010-11-28 Thread David Maus
At Sun, 21 Nov 2010 18:36:27 + (UTC), Madhu Rao wrote: > > Ahmed Fasih osu.edu> writes: > > > > > > I have a few latex fragments - textbf{some text} in an org-mode file. > > > When I export to HTML, I see them as \textbf{some text}. Is there a way to > > > get them bold faced in the HTML expor

Re: [Orgmode] OT: Question concerning vc-working-revision in git versus svn

2010-11-28 Thread David Maus
At Thu, 25 Nov 2010 14:38:29 +0100, Rainer M Krug wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi > > I migrated from svn to git, but I have one problem: in some documents, I > used > src_emacs-lisp[:exports results]{(vc-working-revision (or > (buffer-file-name) org-current-export

Re: [Orgmode] %20 in file://... URL

2010-11-29 Thread David Maus
At Fri, 26 Nov 2010 23:11:13 +0100, Vincent Belaïche wrote: > > [1 ] > > > [...] > > > > 1. The percent escaping/unescaping functions are not unicode aware; > > My understanding/feeling is that a link in a file foo.org should be > interpreted with the coding scheme of this file. I think th

Re: [Orgmode] Invalid capture target specification

2010-11-29 Thread David Maus
At Mon, 29 Nov 2010 11:46:07 + (UTC), Thorsten wrote: > > I try to set up Org capture with a default target file. > > from my .emacs: > ; set file and global key for org-capture > (setq org-directory "/home/tj1/Dropbox/.emacs.d/org") > (setq org-default-notes-file (concat org-directory "/notes.

Re: [Orgmode] Error in pre-command-hook

2010-12-01 Thread David Maus
At Wed, 1 Dec 2010 12:27:10 + (UTC), Thorsten wrote: > > When entering a date and pressing M-+ to increment 1 day I get the following > error message: > Error in pre-command-hook: (wrong-type-argument symbolp > (lambda nil (interactive) (org-eval-in-calendar > (quote (calendar-forward-day 1

Re: [Orgmode] Re: Having (too) many files in org-agenda-files

2010-12-12 Thread David Maus
At Thu, 02 Dec 2010 10:25:54 +0100, Sébastien Vauban wrote: > > Hi Eric, > > Eric S Fraga wrote: > > Nick Dokos writes: > >> Eric S Fraga wrote: > >>> Sébastien Vauban writes: > >>> > Anyway, I now do have found the culprit: the =column-marker= package > (which > highlights my

Re: [Orgmode] Re: [PATCH] byte compile warnings...

2010-12-12 Thread David Maus
At Tue, 23 Nov 2010 23:27:06 +0100, Achim Gratz wrote: > > Hi David, > > this patch had already been partially applied by Carsten and Eric (in > slightly a different way than I suggested). The changes to ob.el and > ob-ref.el (the require statements) are therefore superfluous and should > probably

Re: [Orgmode] Bug report : choke on clocktable mode with accents in headlines

2010-12-12 Thread David Maus
At Tue, 30 Nov 2010 12:45:57 +0100, Benjamin Drieu wrote: > > [1 ] > [1.1 ] > > Hey org-moders, > > when going to clocktable mode in an agenda buffer, I get the following > error if one of the headlines contains an accent. If no headline > contain any accent, everything works as expected. Thank

Re: [Orgmode] in the orgmode site, a broken link

2010-12-13 Thread David Maus
At Wed, 8 Dec 2010 19:53:30 +0100, titi toto wrote: > > At this address : > http://orgmode.org/worg/org-tutorials/org-appearance.php#sec-2 > in the "Org-mode ready color-themes" section, the link doesn't work because > it is pointing to file:///home/cdominik/Private/Dropbox/Worg/ > org-color-them

Re: [Orgmode] Link descriptions

2010-12-15 Thread David Maus
At Tue, 14 Dec 2010 08:09:21 -1000, Thomas S. Dye wrote: > > Aloha all, > > After reading through the documentation fairly carefully, link > descriptions are yielding unexpected results. Perhaps I missed > something? > > I have a link defined for citep: > > #+source: define-citep-link > #+begin_sr

  1   2   3   4   5   6   7   8   >