Re: [Orgmode] [BUG] some nasty bugs with PROPERTIES drawers

2010-08-31 Thread David Maus
Paul Sexton wrote: >There seems to be a fairly nasty bug caused by :PROPERTIES: drawers still >being recognised by org when they appear inside BEGIN_EXAMPLE or >BEGIN_SRC blocks. I encountered this behaviour while writing docs for >"org-drill". The doc file, README.org, contains quoted examples of

Re: [Orgmode] Re: [BUG] org-capture : latest git pull, template selection broken ?

2010-08-29 Thread David Maus
Dave Abrahams wrote: >Julien Fantin gmail.com> writes: >> >> >> With the org-capture-templates described in the doc, right after the >> template selection, the buffer disappears, and the empty template >> gets written to the target file. The following messages are output : >> >> >> Clipboard past

Re: [Orgmode] Re: e3144785114d12981e0e3429c76b6f8f15c4b00f breaks 22

2010-08-29 Thread David Maus
Samuel Wales wrote: >doc-view does not exist in emacs 22 I've just checked in a fix for this. Could you check if this fixes the problem for you? Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgpRIDS6QmV9B.pgp Description: PGP signatur

Re: [Orgmode] Re: [BUG] org-capture : latest git pull, template selection broken ?

2010-08-29 Thread David Maus
Dave Abrahams wrote: >On Sun, Aug 29, 2010 at 3:01 PM, David Maus wrote: >> Dave Abrahams wrote: >>>Julien Fantin gmail.com> writes: >> >>>> >>>> >>>> With the org-capture-templates described in the doc, right after the >>

Re: [Orgmode] org-capture templates with file+olp target

2010-08-23 Thread David Maus
Erik Iverson wrote: >I tried to debug, and it looks like that variable is not getting >evaluated for some reason. I'm sure it's obvious to someone, >but is there a way around this? >Hardcoding the path is actually problematic, since my org >files are passed around various machines using git/Dropb

Re: [Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread David Maus
Hi Bastien, Hi Markus, Bastien wrote: >David Maus writes: >> Markus Heller wrote: >> >>>Just did, still not working. Org-mode version 7.01trans >>>(release-7.01h.146.g8e12). >> >>>Below is the message from the minibuffer after the following s

Re: [Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread David Maus
Markus Heller wrote: >Just did, still not working. Org-mode version 7.01trans >(release-7.01h.146.g8e12). >Below is the message from the minibuffer after the following sequence: Could I ask you to provide a full backtrace? M-x toggle-debug-on-error RET And hit the problem. Thanks, -- David

Re: [Orgmode] Git pull breaks agenda?

2010-08-16 Thread David Maus
Markus Heller wrote: >Hello, >I just pulled: M-x org-version is 7.01trans (release_7.01h.140.g3082). >Now, C-c a a does not work anymore, instead, I get an empty agenda. Has >somebody else noticed this behavior? >What to do? Fix pushed to current master. Thanks, -- David -- OpenPGP... 0x99A

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

2010-08-15 Thread David Maus
Sébastien Vauban wrote: >Just to say I'm back online -- after a week holiday and an almost nil access >to the newsgroups. >Thanks a lot for trying to get Gnus better behaving in face of slow servers >like Courier... >Do "you" want me to test something special to move things forward? Okay, could

Re: [Orgmode] .ods opens file in Emacs, not OpenOffice

2010-08-15 Thread David Maus
C64 Whiz wrote: >[1 ] >[1.1 ] >[1.2 ] >Though I love the command line, I was hoping for a mouse-click solution.  I.e. >I click on the link and it properly opens up >in OO. What about customizing `org-file-apps'? , | org-file-apps is a variable defined in `org.el'. | Its value is | ((aut

Re: [Orgmode] Bug: org-insert-link path promt lacks tab-completion [7.01trans]

2010-08-15 Thread David Maus
Aidan Gauland wrote: >[1 ] >[1.1 ] >If I enter or edit a link with org-insert-link, I only get >tab-completion for the URL prefix (e.g. fi puts "file"), but not for >the path name for "file:" links. So, if I type C-c C-l file:~/.ema >, I expect to get file:~/.emacs (the possibilities are .emacs

Re: [Orgmode] Capture and checkitem

2010-08-15 Thread David Maus
julien cubizolles wrote: >I'm also confused about the checkitem type of template. >The following template : >("T" "test" checkitem (file+headline "~/org/orgfiles/test.org" "Test") >"%?") >doesn't work as I expected : the capture buffer is not narrowed and no >item is created... I can confirm th

Re: [Orgmode] Listing todos which have other todos in the subtree in the agenda

2010-08-13 Thread David Maus
Jan Böcker wrote: >I have a projects.org file with entries like this: >* PROJECT Find the answer to life, the universe and everything >* PROJECT World Domination >*** NEXT build Doomsday Device >(where PROJECT and NEXT are both defined as todo keywords.) >I'd like to define a custom agenda view

[Orgmode] Re: org-feed XML entities and character encoding

2010-08-13 Thread David Maus
n my feeds are not substituted. The >comments of two recent org-feed.el commits by David Maus >http://repo.or.cz/w/org-mode.git/commitdiff/6875716e76acfbe1084a47e59d18a30a933d92b6 >and >http://repo.or.cz/w/org-mode.git/commitdiff/6875716e76acfbe1084a47e59d18a30a933d92b6 >lead me to th

[Orgmode] [PATCH] Rename temporary buffer to remove dependency of `flet' macro

2010-08-12 Thread David Maus
* org-agenda.el (org-write-agenda): Rename temporary buffer to remove dependency of `flet' macro. --- lisp/org-agenda.el | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 61b867b..f2592ad 100644 --- a/lisp/org-agenda.e

[Orgmode] [PATCH] Remove dependency of flet in org-write-agenda

2010-08-12 Thread David Maus
case there might be a buffer called "*Agenda View*". Best, -- David David Maus (1): Rename temporary buffer to remove dependency of `flet' macro ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] text color + highlight

2010-08-10 Thread David Maus
Christian Moe wrote: >Hi, Eric, >Thanks for trying this out -- I should have taken the trouble to write >out sample code myself. >> Just for completeness I'm adding an example of a color handler which can >> be added to a users config to enable colorization of exported text to >> html and latex.

Re: [Orgmode] Bug? Table caption produces trailing "nil" in pdf export

2010-08-10 Thread David Maus
John Hendy wrote: >Drat... some gmail shortcut went off and this thing sent prematurely... here's >the rest... Erm... Forget my last message. Processing messages sequential has some disadvantages ;) Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...

Re: [Orgmode] Table caption produces trailing "nil" in pdf export

2010-08-10 Thread David Maus
John Hendy wrote: >Hi, >Suddenly I'm getting a line with nothing but "nil" between the >caption and the table when exporting from org-mode to LaTeX. I swear >this not happening. I believe I did a git pull on Friday or some time >last week. The only reason I noticed is that I just set up emacs, >o

Re: [Orgmode] Re: Email from org?

2010-08-10 Thread David Maus
Eric Schulte wrote: >Hi Ethan, >Ethan Ligon writes: >> Eric Schulte gmail.com> writes: >>> The following function might get part way towards what you describe. >>> >>> --8<---cut here---start->8--- >>> (defun org-send-email-of-headline () >>> (interactive)

Re: [Orgmode] Re: need detailed instructions for submitting the patch

2010-08-10 Thread David Maus
Dan Davison wrote: >Nick Dokos writes: >> Bastien wrote: >> >> >>> > For example, I have a modified file org-whatever.el. What commands >>> > must I run? >>> >>> Please follow the instructions on Worg and let us know what is not >>> crystal-clear -- that will help improve the doc if necessary. >

[Orgmode] FYI: Spanish translation of Org mode manual and blog post about "Timestamp calculations in Emacs with org-mode"

2010-08-09 Thread David Maus
These two things recently hit my inbox: Timestamp calculations in Emacs with org-mode http://www.hollenback.net/index.php/EmacsOrgTimestamps (via emacswiki.org) Manual de Org http://gnu.manticore.es/manual-org-emacs (via emacswiki.org) Best, -- David pgpstcYHcOr0S.pgp Description: PGP signatu

Re: [Orgmode] What license for Worg?

2010-08-09 Thread David Maus
Bastien wrote: >Hi Tycho, >tycho garen writes: >> This seems fine, the only possible concern that I have with this is >> that GFDL licensed code snippets aren't compatible with the GPL. I'm >> not sure how much actual code is in worg, and if this is an issue, but >> it's worth considering. >Mhh

Re: Re[6]: [Orgmode] programming for org-mode

2010-08-09 Thread David Maus
Ivanov Dmitry wrote: >I modified the scheme and the function. I think, that these 2 if-s >just complicate the code for comprehension: we have 3 cases, for each >of them we should return the appropriate value. Yes, `cond' is more suitable here. >All the tests work fine with the new version. >When

Re: Re[4]: [Orgmode] programming for org-mode

2010-08-08 Thread David Maus
Ivanov Dmitry wrote: >Thanks, David. I improved the scheme, added 2 question. Please, take a look. 1/ , | 09. (if (or (equal "(" (substring prop 0 1)) (equal "'" (substring prop 0 1))) | | vs. | | 09. (if (string-match "^'?(.*)$" prop) ` I wouldn't call it a flaw

Re: [Orgmode] bug report: timeline agenda in an indirect buffer

2010-08-08 Thread David Maus
Ilya Shlyakhter wrote: >Right now making a timeline agenda of an indirect buffer causes a crash. >I think it's because buffer-file-name is null for such buffers, >so in the call >(org-prepare-agenda (concat "Timeline " >(file-name-nondirectory buffer-file-name))) >th

Re: [Orgmode] bug in dynamic block for clock table using :tags

2010-08-08 Thread David Maus
Noorul Islam wrote: >This works fine on a debian lenny with >GNU Emacs 23.2.2 (i686-pc-linux-gnu) > of 2010-06-08 on sajida >release_7.01g-53-g82218 >Org-mode version 7.01trans (release_7.01g.53.g82218.dirty) But enters infitite loop with Org-mode version 7.01trans (release_7.01h.88.gb8a0) GNU

Re: [Orgmode] Problem when exporting to PDF to a different directory

2010-08-08 Thread David Maus
Manuel Amador wrote: >Hi everybody, >I am running into the following issue. >I would like to export certain subtrees of an org file to a particular >directory. I set the export property as follows: >* Test 1 > :PROPERTIES: > :EXPORT_FILE_NAME: some_directory/some_name > :END: >When I try

Re: [Orgmode] Export emails from Lotus Notes to org-mode?

2010-08-08 Thread David Maus
Johan Ekh wrote: >Hi all, >I have to use Lotus Notes at work. I often get emails with reference >material, other than the text, e.g. attached files or inline >pictures. >Is it possible to export the entire email, including this reference >material, into something that I can link to from within

Re: [Orgmode] debugging sbe calls

2010-08-08 Thread David Maus
Inquisitive Scientist wrote: >Dear Experts, >I *love* org-babel. In trying to switch a bunch of things to using >it, I have run into the problem that if I get the syntax slightly >wrong, either nothing happens (no output) or I just get something >like "ERROR". Is there a way to understand what is

Re: [Orgmode] Printing Multiple Lines For Agenda Export

2010-08-08 Thread David Maus
Andre Powell wrote: >I have some task that have/need more descriptive text, but I am not able to get the text to show up when I export the view. I have set the command : Org Agenda Add Entry Text Maxlines to display more than 0, but then the program hangs and I have to force it to quit. I can con

Re: [Orgmode] called-interactively-p : org-capture

2010-08-08 Thread David Maus
Richard Riley wrote: >I upgraded to latest git version and modified my setup to use >org-capture. >Even using the default templates and keybindings in the docs I get the >following backtrace when trying to create a new todo item based on >org-capture-templates >, >| Debugger entered--Lisp er

Re: Re[2]: [Orgmode] programming for org-mode

2010-08-08 Thread David Maus
Hi Ivanov, Ivanov Dmitry wrote: >Hi, Eric. I decided to draw schemes for functions in your module org-collector.el. And started from org-read-prop. Please, check my pdf file - my questions are marked with green. If there are no attachments allowed in the mailing list, you can get it here: >http:/

Re: [Orgmode] What license for Worg?

2010-08-02 Thread David Maus
Bastien wrote: >Hi all, >what is the most suitable license (or licensing scheme) for Worg? >Here is the best solution I can think of: dual-licensing[1] under the >GNU Free Documentation License 1.3[2] and the Creative Commons BY-SA >3.0[3] license. This solution would make it possible to take ex

Re: [Orgmode] PATCH: Fix for agenda problems

2010-08-02 Thread David Maus
Robert Goldman wrote: >On 8/1/10 Aug 1 -1:28 PM, David Maus wrote: >> Robert Goldman wrote: >>> [1 ] >>> As far as I can tell, the current version of org-write-agenda evaluates >>> ps-print-buffer-with-faces too eagerly. I tripped over this because >>

Re: [Orgmode] agenda-ignore-date and version number

2010-08-01 Thread David Maus
Jörg Hagmann wrote: > Hi, >Two questions: >1. I want to exclude Tags with dates in the agenda and did set "Org >Agenda Todo Ignore With Date" to "on". Upon "C-c a M mytag", todos with >dates still do appear. (Yes, I saved the new setting). Did I >misunderstand something? You didn't set `org-

Re: [Orgmode] [PATCH] Alphabetical ordered lists

2010-08-01 Thread David Maus
Nick Dokos wrote: >Nathaniel Flath wrote: >> Hello all, >> >> One thing that had been bugging me was the inability to have an >> ordered list of the form: >> >> a. Item 1 >> b. Item 2 >> c. Item 3 >> >> The following patch enables this, with lists going from a-z and A-Z. >> Let me know if ther

Re: [Orgmode] PATCH: Fix for agenda problems

2010-08-01 Thread David Maus
Robert Goldman wrote: >[1 ] >As far as I can tell, the current version of org-write-agenda evaluates >ps-print-buffer-with-faces too eagerly. I tripped over this because >aquamacs 2.0, which I'm using, seems to have ps-printing code that >conflicts with org-mode's expectation. >The attached patc

Re: [Orgmode] PATCH: Fix for agenda problems

2010-08-01 Thread David Maus
Robert Goldman wrote: >[1 ] >As far as I can tell, the current version of org-write-agenda evaluates >ps-print-buffer-with-faces too eagerly. I tripped over this because >aquamacs 2.0, which I'm using, seems to have ps-printing code that >conflicts with org-mode's expectation. >The attached patc

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

2010-08-01 Thread David Maus
Tassilo Horn wrote: >> Second it would return a cons (min-UID . max-UID). That wouldn't help >> us, would it? >What an appropriately named function that is. ;-) No, that wouldn't >help. But its code could be stolen to write and own function to insert >the right NOV file in a temp buffer, to sear

Re: [Orgmode] [PATCH] Add support for multile html container classes.

2010-08-01 Thread David Maus
Bastien wrote: >Hi David, >David Maus writes: >> * org-html.el (org-html-level-start): Add multiple container >> classes. >I don't quite understand this patch. >Can't we use > :PROPERTIES: > :HTML_CONTAINER_CLASS: class1 class2 class3 > :END:

Re: [Orgmode] TODO type problem on speedbar and imenu.

2010-08-01 Thread David Maus
Osamu OKANO wrote: >[1 ] >Hi. >I found a problem on speedbar and imenu. >Reproducing date is here >-8<---cut here---start->8--- >* someday/maybe >* SOMEDAY/maybe >* SOMEDAY maybe >* someday maybe >* read/review >* READ/review >* conf >#+TYP_TODO: SOMEDAY >--8<--

[Orgmode] [PATCH] Provide link property for message-id without angle brackets

2010-07-30 Thread David Maus
* org-wl.el (org-wl-store-link-message): Provide link property for message-id without angle brackets. The message-id header field can be used to maintain the connection between an Org entry and an internet message. The angle brackets have a special meaning when performing a TAGS/PROPS/TODO query

[Orgmode] [PATCH] Add support for multile html container classes.

2010-07-29 Thread David Maus
* org-html.el (org-html-level-start): Add multiple container classes. * org-exp.el (org-export-remember-html-container-classes): Parse multiple container classes. --- lisp/org-exp.el |7 --- lisp/org-html.el | 11 --- 2 files changed, 12 insertions(+), 6 deletions(-) diff --gi

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

2010-07-29 Thread David Maus
Tassilo Horn wrote: >Nick Dokos writes: >Hi Nick, >> [Warning: I know very little about gnus, perhaps just enough >> to be dangerous and you probably already know all this, but just >> in case... The bit that caught my attention is the slowness of >> the uid search command on some versions of

Re: [Orgmode] Re: Email from org?

2010-07-29 Thread David Maus
Ethan Ligon wrote: >Eric Schulte gmail.com> writes: >> >> See http://orgmode.org/worg/org-contrib/org-mime.php for information on >> exporting Org-mode documents to email, and on using Org-mode syntax to >> compose email. >> >Thanks for the suggestions regarding org-mime. I can see that it >would

Re: [Orgmode] Fixing slowness of following Gnus links to IMAP articles (was: Behavior of Gnus when called from an hyperlink)

2010-07-27 Thread David Maus
Tassilo Horn wrote: >Hi Sébastien, >I'm trying to add a workaround to org-gnus.el which should save the >slowness of querying the IMAP server by looking up the article number in >the group's .overview file. But since I don't have nnimap groups, we >have to play some question & answer game. ;-) >

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-26 Thread David Maus
Tassilo Horn wrote: >Sébastien Vauban >writes: >>> This is the point where I conclude that there can't be done anything >>> about it except modifying Gnus' cache mechanism.[2] >> >> Do you think that would happen? Are there people aware of this, and >> willing to do such a change? >I'm not sure

Re: [Orgmode] Re: Finding old appointments

2010-07-26 Thread David Maus
Tassilo Horn wrote: >Matt Lundin writes: >>> Well, basically I'm just looking for a search facility that shows me >>> an agenda view with all entries that contain only timestamps before >>> today and no pending todos, so that I can use the agenda commands to >>> act on them. Some will be deleted

Re: [Orgmode] web site bug

2010-07-25 Thread David Maus
Robert Klein wrote: >on the web site, the link to the HTML version of the compact guide >actually links to the full manual. >(http://orgmode.org/index.html#sec-4_1 first link) Thanks for reporting. Seems this is already fixed. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@

Re: [Orgmode] LaTeX table export issue

2010-07-25 Thread David Maus
Bart Bunting wrote: >Hi all, >I have found what is possibly a bug in the LaTeX export in org-mode but >I'm not totally sure. >I am no LaTeX expert, in fact I know very little about it. I have used >a process of ilimination to try and produce the simplest case I can to >demonstrate the issue. >W

Re: [Orgmode] firefox problem with org-protocol

2010-07-25 Thread David Maus
Daniel Goldin wrote: >I don't seem to be able to add emacsclient as a handler for >org-capture in firefox 3.6.7. When I click on the bookmark, I simply >get a message telling me that there is no helper app associated with >the file -- with no option to add my own. Anybody know a way to work >around

Re: [Orgmode] org-mode 7.01, error while scheduling item

2010-07-25 Thread David Maus
Marcelo de Moraes Serpa wrote: >GNU Emacs 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) of 2010-05-08. >Backtrace attached. Thanks. It looks like a problem with calendar.el: Org tries to use a function in the calendar-buffer named "*Calendar*" and fails because there is no window that co

Re: [Orgmode] [BUG] Org-capturing items to clock

2010-07-25 Thread David Maus
Puneeth wrote: >Hi all, >I've found a bug with capturing as item to a running clock. I reduced >my dot-emacs to the bare minumum(given below), but the problem >continues. I can confirm this with Org-mode version 7.01trans (release_7.01g.24.g6b5cf) on GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ V

Re: [Orgmode] Bug: possible bug in latex export [7.01trans (release_6.36.735.g15ca.dirty)]

2010-07-25 Thread David Maus
Stephen Eglen wrote: >Neither the heading or text of section 'B' appears due to the incorrect >level of B (three stars rather than two). If I correct the level for B, >the heading and text appears. >I found this today when working on a document. It is my fault for >getting the level of heading

Re: [Orgmode] Re: [PATCH] org-export-generic, "text markup" -- and a request

2010-07-25 Thread David Maus
wrote: >[1 ] >[1.1 ] >On Sat, Jul 24, 2010 at 01:49:44PM +0200, David Maus wrote: >> >> Hi Tomás, >> >> Could I asked you to send the patch again as an attachment of type >> text/plain? If you do so Org mode's patchtracker is able to pick i

Re: [Orgmode] Bug? org-capture resumes clock on captured (not interruped) task

2010-07-24 Thread David Maus
Viktor Rosenfeld wrote: >That is, the clock is restarted on the wrong task. >I've installed org-mode directly from the git reposity. This (mis)behavior is currently under investigation: http://thread.gmane.org/gmane.emacs.orgmode/27947 Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber..

Re: [Orgmode] Diary-integration in version 7.01.g

2010-07-24 Thread David Maus
Uwe Jochum wrote: >Hi all, >it seems that the diary integration is somehow broken in the new orgmode >7.01.g: >I have entries like >%%(diary-anniversary 1960 08 06) Herr X (%d Jahre alt) >in my org-contacts file, but they are no longer shown in the agenda view. >org-agenda-include-diary is set

Re: [Orgmode] Re: [PATCH] org-export-generic, "text markup" -- and a request

2010-07-24 Thread David Maus
Hi Tomás, Could I asked you to send the patch again as an attachment of type text/plain? If you do so Org mode's patchtracker is able to pick it up for further review. Thanks, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgpcx39MvXchD.pg

Re: [Orgmode] RE: Bug Report: refile and attachments

2010-07-24 Thread David Maus
Colin Fraizer wrote: >I know it's not _exactly_ the same, but I re-filed it back to the original >file (C-c C-w) and then opened it successfully (C-c C-a o). It didn't >prompt me (because there was only one attachment). >I just tried it with a new entry and attachment file (of the same type) and

Re: [Orgmode] moving past state changes into logbook drawer?

2010-07-23 Thread David Maus
Michael Gilbert wrote: >Hi — >I am just now transitioning to logging state changes into a logbook >drawer. But I have legacy agenda files with hundreds of lines that >were not put into that drawer. Does anyone know of a convenient way >to move all the past state changes into the suitable drawer? I

Re: [Orgmode] Author info while publishing to html

2010-07-23 Thread David Maus
Chao Lu wrote: >Dear all, >I'm using org-7.01g, Emacs 23.2.50.1. >When I was using org-6.35c and older version, the publish function used to >generate the author info like >LooChao, and I like this style. >The related configuration is just: >(setq user-full-name "LooChao") >(setq user-mail-addre

Re: [Orgmode] org-mode 7.01, error while scheduling item

2010-07-22 Thread David Maus
Marcelo de Moraes Serpa wrote: >I updated to org-mode Org-mode version 7.01trans >(release_7.01g.20.gdd484), and when trying to schedule an item with >C-c s, I get the following error: >org-eval-in-calendar: Wrong type argument: window-live-p, nil >Any ideas? Can you provide a backtrace for this

Re: [Orgmode] Re: Installing/updating org on the mac woes

2010-07-22 Thread David Maus
Juan wrote: >This is what I do. >I use emacs 24 (downloaded from emacsformacosx.com), not aquamacs >emacs. >I make a local copy of Makefile with the following changes to the header: > [snip] >The bad thing is that I have to update this makefile every time a new >version comes from the git repo.

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-19 Thread David Maus
Sébastien Vauban wrote: >What would be your pieces of advice in such a case? Do I need to test >something extra? Get a local imap server? Others (like asking for fixing the >search on our Courier mail server)? Well, IMO there might be nothing to "fix" on the server side. Although a user might expe

Re: [Orgmode] [PATCH] fix infinite loop in csv table import

2010-07-19 Thread David Maus
Eric Schulte wrote: >Hi, >I've just noticed that I get an infinite loop when importing csv tables >into Org-mode tables. For example calling > (org-table-convert-region (point-min) (point-max) '(4)) >from inside of a simple text file containing the following >--8<---cut here--

Re: [Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread David Maus
Markus Heller wrote: >Erik Iverson writes: >>> >>> I assumed I had to switch to the maint branch in order to get the 7.01 >>> release. How could I have done this while staying on the master branch? >> >> Basically, as long as you're on master, you'll always have the latest >> and greatest, which

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-19 Thread David Maus
Tassilo Horn wrote: >> I guess I will have to dive that side (not now -- going to sleep). >> Don't know if that gives hints yet, or not... >Please check, if that function is that slow for all message-ids or if >that's only for some. The function has a "FIXME: Should this try to use >CHARSET? --

Re: [Orgmode] footnotes in LaTeX export

2010-07-18 Thread David Maus
Henri-Paul Indiogine wrote: >I run the latest git version of org-mode in the Ubuntu 10.04 snapshot >version of Emacs. >I have footnotes in my org document. When I export my org file to LaTeX >they are placed, correctly, inline as "\footnote{blah blah}". However, >they are still present at the bo

Re: [Orgmode] inline image display not working when org-indent-mode active

2010-07-18 Thread David Maus
Erik Iverson wrote: >Hello! >Just pulled the latest org-mode from git. >I've upgraded to Emacs 23.2 so that org-indent-mode works properly. >However, when org-indent-mode is active, it seems that inline images (C-c C-x >C-v) do not work properly. >They show up for a brief time (< 1 second) and

Re: [Orgmode] possible single-quote bug in PDF docs (was: trouble with Imenu integration)

2010-07-18 Thread David Maus
Carsten Dominik wrote: >Great! Could you please submit a patch which fixes this in the manual >and also replaces >texinfo.tex? Looks like the message with the patch is to large for the mailing list (returns to sender). So there is git://github.com/dmj/dmj-org-mode.git fix/doc-texinfo-template

[Orgmode] [PATCH] Use proper quote and backtick in PDF output

2010-07-18 Thread David Maus
> Great! Could you please submit a patch which fixes this in the manual > and also replaces > texinfo.tex? Here we go. Added texinfo options to org.texi and orgguide.texi + update texinfo.tex to 4.13, shipped on Debian testing. HTH, -- David David Maus (1): Use proper quote and

Re: [Orgmode] Re: Problem when org-capturing text from French email

2010-07-16 Thread David Maus
ffect occurs. Anyway, attached patch supersedes the last one and should work. It creates and uses a copy of the subject string. HTH -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de From 43db1365040528e3245b68e422f687bd4628e5df Mon Sep 17 00:00:0

Re: [Orgmode] possible single-quote bug in PDF docs (was: trouble with Imenu integration)

2010-07-16 Thread David Maus
Carsten Dominik wrote: >Yes. Unfortunately I don't know a way to fix this. This is a known problem and texinfo provides the options , | @set txicodequoteundirected | causes the output for the ' character to be the undirected single quote, like this: | | '. | @set txicodequotebackti

[Orgmode] [PATCH] Use correct variable when calculating `org-timer-start-time'

2010-07-16 Thread David Maus
* org-timer.el (org-timer-start): Use correct variable when calculating `org-timer-start-time'. --- lisp/org-timer.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-timer.el b/lisp/org-timer.el index e0817c8..3b3ef02 100644 --- a/lisp/org-timer.el +++ b/lisp/org

Re: [Orgmode] trouble with Imenu integration

2010-07-16 Thread David Maus
Michael Gilbert wrote: >And another >Following the instructions from manual, I have this near the end of my startup >file (I hope that is copied correctly): > (add-hook ’org-mode-hook > (lambda () (imenu-add-to-menubar "Imenu"))) Um... Wrong type of

Re: [Orgmode] Re: Help: Agenda not working anymore

2010-07-16 Thread David Maus
Markus Heller wrote: >I've finally started to use git for my .org-files, and I'm still very >new to git. But ever since I initialized the repository, emacs loads >vc-git, which apparently is bundled with emacs. My suspicion was that >all those ID locations are in fact related to vc-git, and upon

Re: [Orgmode] headline is too long

2010-07-16 Thread David Maus
Qiang Guo wrote: >Hi, Community >Sometimes I find headline is too long, is there anyway to >abbreviate it like: >* The headline is too long to fit ... >Thanks~ No, not that I am aware of. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de

Re: [Orgmode] Inserting date/time stamps including seconds

2010-07-16 Thread David Maus
Miguel Ruiz wrote: >> I am interesting to hear why you'd want to have that. >Well, basically I have a main .org file as a logbook, and a inactive >date/time stamp would serve as a unique identification field; I need >different time stamps in the same minute. Well, if the time stamps do not have t

Re: [Orgmode] Problem when org-capturing text from French email

2010-07-16 Thread David Maus
). Your message's user agent tells me, that you use Emacs 23.1 -- and this looks like Emacs bug #5306[1]. The Attached patch avoids this bug by removing all text properties from the subject (the same is done in org-wl.el). HTH, -- David [1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=

Re: [Orgmode] [BUG] org remember broken

2010-07-16 Thread David Maus
-- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de From aab3300517e3f3bd6a2807713bfc964bb7c3d8c5 Mon Sep 17 00:00:00 2001 From: David Maus Date: Fri, 16 Jul 2010 17:23:31 +0200 Subject: [PATCH] Don't throw error when not inside a subtree * org-crypt.e

Re: [Orgmode] programming for org-mode

2010-07-15 Thread David Maus
Ah, heck, just forgot: Casting Spells in Lisp http://www.lisperati.com/casting.html Comic book about programming in Lisp, Emacs Lisp Version available. -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgpfQkHRmtNAJ.pgp Description: PGP signatur

Re: [Orgmode] programming for org-mode

2010-07-15 Thread David Maus
Eric Schulte wrote: >[1 ] >So, >The way that I learned how to program in emacs lisp was mainly using two >commands `elisp-index-search' bound to `C-h e' on my system, and most >importantly `describe-function' bound to `C-h f'. With >`describe-function' you can look at the source code of function

[Orgmode] [PATCH] Locally bind variable `txt'.

2010-07-14 Thread David Maus
* org-list.el (org-list-send-list): Locally bind variable `txt'. --- lisp/org-list.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-list.el b/lisp/org-list.el index 4e4306e..e68b952 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -1286,7 +1286,7 @@ this

Re: [Orgmode] [PATCH] org-capture - using `file' as template

2010-07-14 Thread David Maus
Johan Friis wrote: >Setting up capture to use templates from file in the latest git seemed >to cause some errors. I looked into it and wrote this small patch. It >could probably use some love, seeing as I am quite new to org-mode, >elisp and emacs in general. Welcome aboard! >The error I was get

Re: [Orgmode] Bug: Attempt to export buffer with invalid #+BEGIN_SRC fails with cryptic message [6.36trans]

2010-07-13 Thread David Maus
Aidan Gauland wrote: >[1 ] >[1.1 ] >Attempting to export a buffer with a #+BEGIN_SRC block with no language >specified (i.e. an argumentless #+BEGIN_SRC block) fails with the >message "apply: Wrong type argument: consp, nil". This is rather >cryptic; it would be nice if Org-publish could say whe

Re: [Orgmode] Re: Bug: Relative paths in file: links are expanded [6.36trans]

2010-07-13 Thread David Maus
Matt Lundin wrote: >Aidan Gauland writes: >> If I create a link with C-c C-l and give it a relative "file:" link, a >> link is created with an absolute path. For example, C-c C-l >> file:../foo.org foo puts >> [[file:~/path/to/working-directory/foo.org][foo]] in the buffer. I was >> expecting

Re: [Orgmode] Renumbering of footnotes, and list line spaces

2010-07-12 Thread David Maus
Adam wrote: >Am using Org-mode version 6.21b >The Org Manual section 2.10, suggest that s, r, S, n, d commands are >available if a prefix-argument is supplied to the Footnote action command >C-c C-x f. >When I enter C-u C-c C-x f a footnote command menu appears with >only the following

Re: [Orgmode] [BUG] #+begin_src wo. language blocks XHTML export

2010-07-12 Thread David Maus
SEric Schulte wrote: >"Thomas S. Dye" writes: >> On Jul 8, 2010, at 9:09 AM, Eric Schulte wrote: >> >>> Sebastian Rose writes: >>> >>> [...] It can be considered an error, since the docs say: "...This is done with the ‘src’ block, where you also need to specify the name

Re: [Orgmode] Error: byte-code: Symbol's function definition is void: calendar-current-date (org 6.33x, cocoa emacs 23.2.1 OSX)

2010-07-11 Thread David Maus
Marcelo de Moraes Serpa wrote: >Hey guys, >I'm going through a small quirck with org. Everytime I start emacs, >open my gtd.org file and try to schedule an item, it halts with the >following error: >byte-code: Symbol's function definition is void: calendar-current-date >I've found a way to fix i

Re: [Orgmode] org-freemind-to-org-mode

2010-07-10 Thread David Maus
J. David Boyd wrote: >How is this used. My lisp-fu is week, or I would read the source and >figure it out >I've tried several variants, and gotten nowhere. It might be helpful to know (a) what exactly you want to achieve, (b) what you've tried so far, and (c) why you are not satisfied with

Re: [Orgmode] How to setup xdg for org-protocol ?

2010-07-10 Thread David Maus
Sebastian Rose wrote: >Julien Fantin writes: >> I've been struggling this morning trying to get org-protocol setup on my >> linux box (via http://orgmode.org/worg/org-contrib/org-protocol.php) >> >> I can't get a web-browser to register org-protcol with emacsclient, as I'm >> not using a desktop e

Re: [Orgmode] links customization in org-mode

2010-07-10 Thread David Maus
תומר לוין wrote: >[1 ] >[1.1 ] >Is there an option the set the color of the link to be in the same color of >the hirarchy it is related , and not the defaut >link color ? >In other words not to assign default color the a link,but keep it as >like other items in the same hirarchy? You could cus

Re: [Orgmode] "Symbol's function definition is void: org-face-from-face-or-color"

2010-07-09 Thread David Maus
Michael Gilbert wrote: >Hi all — >Another in a long line of newbie questions >I'm running 6.33x on Aquamacs. >Whenever I rebuild my agenda, I get this message: "Symbol's function >definition is void: org-face-from-face-or-color". I know enough to >get a backtrace, but not enough to read it.

Re: [Orgmode] [ANN] Org to Atom, revisited

2010-07-08 Thread David Maus
Hi Scott, Scott Jaderholm wrote: >Unfortunately I haven't been able to get the sitemap/index feed >feature in this or an older version to work for me. Can you add more >details in Section 4.2? >It mentions org-atom-publish-org-as-atom-index but it's not in >http://github.com/dmj/dmj-org-mode/raw/

[Orgmode] [PATCH] Check if `org-capture-link-is-already-stored' is bound before evaluating.

2010-07-08 Thread David Maus
* org-capture.el (org-capture): Check if `org-capture-link-is-already-stored' is bound before evaluating. If `org-protocol-capture' is the first function that calls `org-capture', this variable is locally bound while it is globally unbound. I.e. org-capture.el was not loaded before, the defvar not

Re: [Orgmode] Problem with HTML_CONTAINER_CLASS property

2010-07-07 Thread David Maus
Jan Janak wrote: >Hello, >I am using the HTML_CONTAINER_CLASS property in one of my documents to >append additional classes to the corresponding in the HTML >document I export to: >* Subsection >:PROPERTIES: >:HTML_CONTAINER_CLASS: span-9 last >:END: >When I publish the document, the resulting

Re: [Orgmode] [BUG] org-capture : latest git pull, template selection broken ?

2010-07-06 Thread David Maus
Julien Fantin wrote: >With the org-capture-templates described in the doc, right after the >template selection, the buffer disappears, and the empty template gets >written to the target file. >The following messages are output : >Clipboard pasted as level 2 subtree >Has the template selection chan

Re: [Orgmode] [Org-mode] feed.el

2010-07-06 Thread David Maus
Mark Scala wrote: >I created a file in ~/org called feeds.org and in that file did C-c C-x g. >A headline for Slashdot Entries appeared. But when I do C-c C-x g on that >entry I get the following message: "Symbol's value as variable is void: >xml-entity-alist" >Nowhere do I find any information

[Orgmode] [PATCH 2/2] Change indentation to match coding style guideline.

2010-07-06 Thread David Maus
* org-feed.el: Change indentation to match coding style guideline. Cosmetic changes. --- lisp/org-feed.el | 88 ++ 1 files changed, 49 insertions(+), 39 deletions(-) diff --git a/lisp/org-feed.el b/lisp/org-feed.el index e41ad97..2af97e5 1006

<    1   2   3   4   5   6   7   8   >