Re: [Orgmode] text color + highlight

2010-08-08 Thread Eric Schulte
Hi, The attached patch implements in-buffer coloring and html export using the syntax proposed below. While I think this is an improvement over my previous patch, this idea still has some shortcoming including the fact that - nested color specifications aren't working for export (and could be t

[Orgmode] Re: text color + highlight

2010-08-08 Thread Noorul Islam K M
Jambunathan K writes: > Eric> but again, I'm reticent to commit to any particular format, as > Eric> Org-mode does a good job of feeling consistent, and I'd not > Eric> want to hurt that consistency. > > In an edit buffer, I would personally prefer to see the colour 'red' > visually r

[Orgmode] Re: org-bbdb: Be lenient. Ignore case in anniv class string.

2010-08-08 Thread Noorul Islam K M
Jambunathan K writes: > Permit bbdb entries like '1973-06-22 Birthday'. i.e., Ignore the case of > anniv class. > > ps: Have I mixed up tabs/spaces and/or indentations? Kindly point me to > the emacs settings for editing org elisp files. I always use the default one for emacs-lisp. Thanks and R

[Orgmode] Re: text color + highlight

2010-08-08 Thread Jambunathan K
Eric> but again, I'm reticent to commit to any particular format, as Eric> Org-mode does a good job of feeling consistent, and I'd not Eric> want to hurt that consistency. In an edit buffer, I would personally prefer to see the colour 'red' visually rather than as a 'synctactic elemen

Re: [Orgmode] use of repository branch "maint"

2010-08-08 Thread Carsten Dominik
On Aug 9, 2010, at 12:38 AM, Gregor Zattler wrote: Hi org-mode developers, I pulled the repository and checked out branch maint. But org-version reports "Org-mode version TAG=7.01g (release_7.01g)" *not* 7.01h. Shouldn't "maint" contain all releases? Yes, I forgot to push his branch after

[Orgmode] [PATCH] org-bbdb: Be lenient. Ignore case in anniv class string.

2010-08-08 Thread Jambunathan K
Permit bbdb entries like '1973-06-22 Birthday'. i.e., Ignore the case of anniv class. ps: Have I mixed up tabs/spaces and/or indentations? Kindly point me to the emacs settings for editing org elisp files. >From 8ca5dcf3dbc8fed1cdba105f0f15513c04e289a2 Mon Sep 17 00:00:00 2001 From: Jambunathan

Re: [Orgmode] [PATCH] ob.el - Hide compiler warning

2010-08-08 Thread Eric Schulte
Applied, Thanks -- Eric Noorul Islam writes: > Hi, > > Patch to hide compiler warning in ob.el > > * lisp/ob.el > Declare org-babel-lob-execute-maybe() to avoid compiler warning. > > Thanks and Regards > Noorul > > ___ > Emacs-orgmode mailing list >

[Orgmode] Re: Babel: help with tables and code blocks?

2010-08-08 Thread Dan Davison
Bart Bunting writes: > On Sun, 08 Aug 2010 15:34:02 -0400, Dan Davison > wrote: > Dan, > > Thank you very much for that explanation! > > This makes the whole thing much clearer. > > Do you know where the sbe call is documented in the manual? I couldn't > find it my self. It's documented in t

[Orgmode] use of repository branch "maint"

2010-08-08 Thread Gregor Zattler
Hi org-mode developers, I pulled the repository and checked out branch maint. But org-version reports "Org-mode version TAG=7.01g (release_7.01g)" *not* 7.01h. Shouldn't "maint" contain all releases? Thanks for an answer, Gregor -- -... --- .-. . -.. ..--.. ...-.- __

[Orgmode] Re: keys and command name info

2010-08-08 Thread Gregor Zattler
Hi Carsten, org-mode developers, * Carsten Dominik [02. Aug. 2010]: > I am not sure I would like such a change because I think it > makes the manual harder and less fluid to read and considerably longer. It makes the manual longer as in bytes/bandwidth but not as in lines which IMHO corresponds w

[Orgmode] Re: Babel: help with tables and code blocks?

2010-08-08 Thread Bart Bunting
On Sun, 08 Aug 2010 15:34:02 -0400, Dan Davison wrote: Dan, Thank you very much for that explanation! This makes the whole thing much clearer. Do you know where the sbe call is documented in the manual? I couldn't find it my self. Thanks again. Bart > Bart Bunting writes: > > > Hi every

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

2010-08-08 Thread Nick Dokos
Noorul Islam wrote: > On Thu, Aug 5, 2010 at 10:46 PM, 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 "Timelin

Re: [Orgmode] text color + highlight

2010-08-08 Thread Eric Schulte
Vinh Nguyen writes: > On Fri, Aug 6, 2010 at 8:15 PM, Eric Schulte wrote: >> In playing with the patched code I sent out, I noticed that it may be >> doing weird things to my headings (#+Title: etc...) in some Org-mode >> files, so probably it could use some more tweaking before any merge, >> al

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] Re: iCal export and complex diary sexps

2010-08-08 Thread Daniel Martins
It is a good alternative. It would be better if we could generate a list of dates and timestamps by a single command and/or using emacs calendar. If this option is already possible please let me know. Daniel 2010/8/7 Carsten Dominik > > On Jul 23, 2010, at 11:05 PM, Daniel Martins wrote: > > E

[Orgmode] Re: Babel: help with tables and code blocks?

2010-08-08 Thread Dan Davison
Bart Bunting writes: > Hi everyone, > > I'm trying to get my head around babel and getting info back into a > table. > > The below org file tracks expenses and the perl code simply sums them > up. > > The code is working but I now want to get the total back into another table. > What I have is

Re: [Orgmode] Bug: source document in latin9, wrong latex export [TAG=7.01g (release_7.01g)]

2010-08-08 Thread Michel Briand
Carsten Dominik - Sat, 7 Aug 2010 08:11:43 +0200 > >On Aug 6, 2010, at 5:07 PM, Michel Briand 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

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

2010-08-08 Thread Ivanov Dmitry
Thanks, David. I improved the scheme, added 2 question. Please, take a look. org-collector.pdf Description: Adobe PDF document ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/m

[Orgmode] [PATCH] Doc update

2010-08-08 Thread Jambunathan K
Summary: Update 'The date/time prompt' section of Org Manual with time range specs. Comments: Support for specifying the duration in absolute minutes could be useful in some cases. (In my case, I was trying to plug in the duration of a BBC production specified in minutes - for eg 92 min, 116 min

[Orgmode] questions about links

2010-08-08 Thread scrawler
(resent, sorry) Hi guys, Ok, if I make "foo" a link: blah blah [[foo]] blah it will pop over to "foo" elsewhere in the buffer. (This is a tangent, but I see carets in the documentation, like "" , but they don't seem to be needed-- the link finds "foo" just fine) Can I make [[foo]] link to all

Re: [Orgmode] is it a bug in org-capture

2010-08-08 Thread Carsten Dominik
On Jul 31, 2010, at 5:07 AM, zwz wrote: Hi, all I have a item of type "table-line" in org-capture-templates like ("t" "test" table-line (file "test.org") "| %i%? | %U |" :prepend t) When I hit C-c c t, and then C-c C-k immediately, the file test.org is still modified w

[Orgmode] questions about links

2010-08-08 Thread scrawler
Hi guys, Ok, if I make "foo" a link: blah blah [[foo]] blah it will pop over to "foo" elsewhere in the buffer. (This is a tangent, but I see carets in the documentation, like "" , but they don't seem to be needed-- the link finds "foo" just fine) Can I make [[foo]] link to all the foos in the

Re: [Orgmode] org.el: Compiler warnings

2010-08-08 Thread Carsten Dominik
On Aug 7, 2010, at 4:22 PM, Noorul Islam wrote: Carsten, These two functions in org.el has compiler warnings. org-find-exact-headling-in-buffer org-find-exact-heading-in-directory These functions were added in commit 251a3ca7c3a84b65547f4d125d961fd5845add41 and seems to be unused in the

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

2010-08-08 Thread Carsten Dominik
Fixed, thanks. - Carsten On Aug 5, 2010, at 7:16 PM, 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 "

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

2010-08-08 Thread Richard Riley
Richard Riley writes: > 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 enter

Re: [Orgmode] Re: MathJax - use Tex/LaTeX/MathML in HTML pages

2010-08-08 Thread Carsten Dominik
On Aug 4, 2010, at 6:24 AM, Bastien wrote: Hi Dan, Dan Davison writes: It's quite convenient already (see below), so what exactly would the option involve? Can the javascript and fonts be located remotely? From what I understand, no, the javascript and fonts have to be on the server. I

Re: [Orgmode] minted for latex source code export

2010-08-08 Thread Carsten Dominik
Hi Dan, Looks good! - Carsten On Aug 6, 2010, at 3:34 PM, Dan Davison wrote: Seb's nice listings code led me to come across this[1] blog post, describing the latex package "minted"[2]. I've made a first-pass implementation of org-mode latex export using minted. This didn't take too long becau

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

2010-08-08 Thread Noorul Islam
On Thu, Aug 5, 2010 at 10:46 PM, 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-nam

Re: [Orgmode] Bug: source document in latin9, wrong latex export [TAG=7.01g (release_7.01g)]

2010-08-08 Thread Michel Briand
>On Aug 7, 2010, at 1:40 PM, Michel Briand wrote: > >> >> Carsten Dominik - Sat, 7 Aug 2010 08:11:43 >> +0200 >> >>> >>> On Aug 6, 2010, at 5:07 PM, Michel Briand wrote: >>> Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You d

[Orgmode] why not auto-renumbering list ?

2010-08-08 Thread Nicolas Goaziou
Hello, I'm still into lists, and I'm wondering about the global usefulness of `org-auto-renumber-ordered-lists', provided that: - it isn't noticeably slower to renumber and fix a list than to simply fix its indentation; - you can use [...@start:num] to enforce a special numbering; - some action

Re: [Orgmode] text color + highlight

2010-08-08 Thread Samuel Wales
Hi all, I do, very strongly, propose extensible syntax. Thanks for bringing it up, Dan. I have much more on this but cannot type now. Samuel -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think it's dark." [CDC has denied a deadly disease for 25 years] ==

Re: [Orgmode] camel.el, for CamelCase links

2010-08-08 Thread Carsten Dominik
On Aug 3, 2010, at 6:27 PM, Bastien wrote: "David O'Toole" writes: http://github.com/dto/folio/blob/master/camel.el Someone asked about this recently, i have some partially working code. I'm willing to test. Can you provide the handlers so that the code works for Org? I'm not a big fa

[Orgmode] [ANN] Symorg

2010-08-08 Thread Johan Basson
Hi All Symorg is a j2me application for a mobile phone supporting midp to view notes and todos' using orgi mode. The project can be found at http://code.google.com/p/symorg/ Please note this is alpha software. Johan ___ Emacs-orgmode mailing list Plea

Re: [Orgmode] Re: iCal export and complex diary sexps

2010-08-08 Thread Carsten Dominik
On Jul 23, 2010, at 11:05 PM, Daniel Martins wrote: Exporting org-diary-class even ignoring the weeke off (last arguments) for me it would be a fantastic start. It would be like converting org-diary-class to a simple diary sexp. I know it is dumb but in my case I would be glad to slit one org-

Re: Syntax to trigger org-capture (Re: [Orgmode] camel.el, for CamelCase links)

2010-08-08 Thread Carsten Dominik
On Aug 6, 2010, at 11:06 AM, Bastien wrote: When you think of CamelCase and on-the-fly creating of non-existing files/headlines, it's just another way of *capturing* stuff. Why not defining some simple syntax to trigger the capture mechanism from special links? For example: "I write a refer

[Orgmode] Suppressing the ellipsis

2010-08-08 Thread David Abrahams
I'd like org not to show an ellipsis if there is no actual information hidden, i.e. if all the lines betweem a collapsed heading and the next heading consist of whitespace. Is that possible? TIA, -- David Abrahams BoostPro Computing http://boostpro.com

Re: [Orgmode] bug in the :VISIBILITY: handling of nested "folded" properties?

2010-08-08 Thread Carsten Dominik
On Jul 30, 2010, at 1:08 PM, Rainer Stengele wrote: Having * headline 1 :PROPERTIES: :VISIBILITY: folded :END: ** headline 2.1 - stuff ** headline 2.1 :PROPERTIES: :VISIBILITY: folded :END: - stuff C-u C-u Switch back to the startup visibility of the buffer, i.e. whatever is requested

Re: [Orgmode] More wiki-like behaviour

2010-08-08 Thread Carsten Dominik
On Feb 5, 2009, at 8:48 PM, Paul Sexton wrote: Hi, I am interested in using Org mode to create a personal wiki (along the lines of Wikidpad: http://wikidpad.sourceforge.net/ ), treating top level headings (one star) as wiki topics. To do this, I have added 2 behaviours to Org-mode. 1. Al

Re: [Orgmode] minted for latex source code export

2010-08-08 Thread Sebastian Rose
Dan Davison writes: > Seb's nice listings code led me to come across this[1] blog post, > describing the latex package "minted"[2]. I've made a first-pass > implementation of org-mode latex export using minted. This didn't take > too long because I copied the original work Eric Schulte did on > li

Re: [Orgmode] Re: Org-mode-version command now includes the text TAG=

2010-08-08 Thread Carsten Dominik
On Jul 25, 2010, at 3:21 AM, Bernt Hansen wrote: Charles Cave writes: I ran the command org-mode-version to verify that the latest version of the software had been installed. The text displayed in the mini buffer was Org-mode version TAG=7.01g In previous versions, the text TAG= did not

Re: [Orgmode] [ANN] Org-Drill: Interactive revision a la Anki/Mnemosyne

2010-08-08 Thread Carsten Dominik
Hi Paul, should this become a contributed package? - Carsten On Aug 1, 2010, at 3:02 AM, Paul Sexton wrote: Announcing the first release of "org-drill", a module which uses "org-learn" to present interactive "drill sessions" of marked material in org buffers and files. Org-learn, which is

[Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-08 Thread Bastien
Bernt Hansen writes: > I'm not against this change since I've never used J in the agenda before > (mostly because I wasn't aware of this key binding at all). C-c C-x C-j is now bound to org-agenda-clock-goto in agenda buffers and to org-clock-goto is org buffers. I hesitated long, and I'm still

Re: [Orgmode] Re: keys and command name info

2010-08-08 Thread Carsten Dominik
On Jul 30, 2010, at 11:40 AM, Andreas Röhler wrote: Am 29.07.2010 20:08, schrieb Tassilo Horn: Andreas Röhler writes: attached another patch replacing the former, due to a bug at texi Please also add @findex{} entries. Bye, Tassilo ___ Emacs-

[Orgmode] [PATCH] ob.el - Hide compiler warning

2010-08-08 Thread Noorul Islam
Hi, Patch to hide compiler warning in ob.el * lisp/ob.el Declare org-babel-lob-execute-maybe() to avoid compiler warning. Thanks and Regards Noorul diff --git a/lisp/ob.el b/lisp/ob.el index ffb0aab..607d53a 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -61,6 +61,7 @@ (declare-function org-babe

Re: [Orgmode] text color + highlight

2010-08-08 Thread Sebastian Rose
"Eric Schulte" writes: > Hi, > > I've recently seen similar requests on this list. > > The attached patch provides a first pass at this support implementing > both in-buffer coloring given the following syntax, and html export (I > don't know the correct LaTeX syntax, but it shouldn't be hard to e

[Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-08 Thread Bernt Hansen
Bastien writes: > Bernt Hansen writes: > >> I'm not against this change since I've never used J in the agenda before >> (mostly because I wasn't aware of this key binding at all). > > C-c C-x C-j is now bound to org-agenda-clock-goto in agenda buffers and > to org-clock-goto is org buffers. > >

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

2010-08-08 Thread Carsten Dominik
Hi, I think this bug has been fixed with Bernd's patch. Can you please try and confirm? Thanks! - Carsten On Jul 23, 2010, at 12:42 PM, 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 proble

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

[Orgmode] org.el: Compiler warnings

2010-08-08 Thread Noorul Islam
Carsten, These two functions in org.el has compiler warnings. org-find-exact-headling-in-buffer org-find-exact-heading-in-directory These functions were added in commit 251a3ca7c3a84b65547f4d125d961fd5845add41 and seems to be unused in the code base. Thanks and Regards Noorul _

Re: [Orgmode] Org file rendering/manipulation too slow

2010-08-08 Thread Manuel Hermenegildo
> Might be related to the OSX build -- any other OSX users around? :) I also use Mac OS and I also see very slow performance when navigating through large org files. Basically, sometimes emacs will freeze for 20 seconds or so when I switch to a large org buffer (about 30,000 lines, 1M --large bu

Re: [Orgmode] Bug: source document in latin9, wrong latex export [TAG=7.01g (release_7.01g)]

2010-08-08 Thread Carsten Dominik
On Aug 7, 2010, at 2:11 PM, Michel Briand wrote: On Aug 7, 2010, at 1:40 PM, Michel Briand wrote: Carsten Dominik - Sat, 7 Aug 2010 08:11:43 +0200 On Aug 6, 2010, at 5:07 PM, Michel Briand wrote: Remember to cover the basics, that is, what you expected to happen and what in fact di

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] text color + highlight

2010-08-08 Thread Vinh Nguyen
On Fri, Aug 6, 2010 at 8:15 PM, Eric Schulte wrote: > In playing with the patched code I sent out, I noticed that it may be > doing weird things to my headings (#+Title: etc...) in some Org-mode > files, so probably it could use some more tweaking before any merge, > also I'd not want to rush what

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

2010-08-08 Thread Noorul Islam
On Wed, Aug 4, 2010 at 1:26 AM, 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_di

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[6]: [Orgmode] programming for org-mode

2010-08-08 Thread Ivanov Dmitry
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. Here is my variant of the function, including the fix, that you suggested: (defun org-read-prop (prop) "C

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

2010-08-08 Thread Noorul Islam
Carsten, Does commit 5188f71ee85aee753db07d0fccea4a9217eb8a4d fix this issue? Thanks Noorul On Sat, Aug 7, 2010 at 2:43 PM, Noorul Islam wrote: > > > On Thu, Aug 5, 2010 at 10:46 PM, Ilya Shlyakhter wrote: > >> Right now making a timeline agenda of an indirect buffer causes a crash. >> I thin

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

2010-08-08 Thread Puneeth
Hi, On Sun, Aug 8, 2010 at 12:19 PM, Carsten Dominik wrote: > Hi, > > I think this bug has been fixed with Bernd's patch.  Can you > please try and confirm? No. It doesn't seem to have been fixed. I have been able to reproduce it with the exact method as sent in the previous mail. I'm at Org-mo

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

2010-08-08 Thread Carsten Dominik
On Aug 7, 2010, at 11:28 AM, Noorul Islam wrote: Carsten, Does commit 5188f71ee85aee753db07d0fccea4a9217eb8a4d fix this issue? I think so, yes. - Carsten Thanks Noorul On Sat, Aug 7, 2010 at 2:43 PM, Noorul Islam wrote: On Thu, Aug 5, 2010 at 10:46 PM, Ilya Shlyakhter > wrote: Ri

Re: [Orgmode] Bug: source document in latin9, wrong latex export [TAG=7.01g (release_7.01g)]

2010-08-08 Thread Carsten Dominik
Hi Michel, what is the value of org-export-latex-classes? - Carsten On Aug 7, 2010, at 1:40 PM, Michel Briand wrote: Carsten Dominik - Sat, 7 Aug 2010 08:11:43 +0200 On Aug 6, 2010, at 5:07 PM, Michel Briand wrote: Remember to cover the basics, that is, what you expected to happen a

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:/

[Orgmode] [PATCH] Fix org-indent-mode message when mode is refused

2010-08-08 Thread Bernt Hansen
* lisp/org-indent.el (org-indent-mode): Fix grammar for message when mode is refused --- This patch is available at git://git.norang.ca/org-mode.git fix-org-indent-msg -Bernt lisp/org-indent.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-indent.el b/lisp

[Orgmode] Babel: help with tables and code blocks?

2010-08-08 Thread Bart Bunting
Hi everyone, I'm trying to get my head around babel and getting info back into a table. The below org file tracks expenses and the perl code simply sums them up. The code is working but I now want to get the total back into another table. What I have is not working can someone tell me what I'

Re: [Orgmode] Re: keys and command name info

2010-08-08 Thread Andreas Röhler
Am 07.08.2010 21:39, schrieb Carsten Dominik: On Jul 30, 2010, at 11:40 AM, Andreas Röhler wrote: Am 29.07.2010 20:08, schrieb Tassilo Horn: Andreas Röhler writes: attached another patch replacing the former, due to a bug at texi Please also add @findex{} entries. Bye, Tassilo