[Orgmode] Re: org-collector : display problem with propview

2010-07-23 Thread d . tchin
Eric Schulte schulte.eric at gmail.com writes: Hi, The following minimal patch to org-collector.el should remove tags from the ITEM text, which will also remove the many \n characters. Please let me know if this works for you. Thanks -- Eric Attachment

[Orgmode] Author info while publishing to html

2010-07-23 Thread Chao Lu
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 LooChaolooc...@gmail.com, and I like this style. The related configuration is just: (setq user-full-name LooChao) (setq user-mail-address

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 LooChaolooc...@gmail.com, and I like this style. The related configuration is just: (setq user-full-name LooChao) (setq

[Orgmode] Re: [ANN] List improvement v.2

2010-07-23 Thread Nicolas Goaziou
Errata: Case 2: `org-list-end-regexp' is ^[ \t]*___[ \t]*\n It is ^[ \t]*__[ \t]*\n (only 2 underscores) I think those rules make a sane default behavior (except for the indent rule, perhaps). I meant the _insert_ rule which can be a bit surprising at first. -- Nicolas

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

2010-07-23 Thread Giovanni Ridolfi
Tassilo Horn tass...@member.fsf.org writes: And I like being able to restrict the message list incrementally by simply entering parts of the author name or subject. Gnus cannot do that. may be ths can help: 1. cursor in the Summary message buffer # let's restrict to headers: 2. / h

[Orgmode] startup Lisp error in 7.01: Debugger entered--Lisp error: (void-function org-export-blocks-add-block)

2010-07-23 Thread Rainer Stengele
Hi all, I have a startup Lisp error in 7.01: (I omitted the bytcode lines because they are confusing thunderbird ...) Debugger entered--Lisp error: (void-function org-export-blocks-add-block) org-export-blocks-add-block((src org-babel-exp-src-blocks nil)) ... require(ob-exp) ...

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

2010-07-23 Thread Noorul Islam K M
Osamu OKANO okano.os...@gmail.com writes: Hi. I found a problem on speedbar and imenu. Reproducing date is here * someday/maybe * SOMEDAY/maybe * SOMEDAY maybe * someday maybe * read/review * READ/review * conf #+TYP_TODO: SOMEDAY When a head line includes TODO state name, I am

[Orgmode] Bug Report: refile and attachments

2010-07-23 Thread Colin Fraizer
1. Exactly what I did I created an entry in an org file. I added an attachment to that entry. I used refile (C-c C-w) to move the entry to another org file. I visited that file and attempted to open the attachment (C-c C-a o). 2. What I expected: Because there was only one

[Orgmode] Feature Request for new capture feature

2010-07-23 Thread Colin Fraizer
I love the new Capture feature. Much better than the old Remember (though I liked that too!). However, would it be possible to have a C-u C-c C-w that completes the capture and switches to the target buffer? ___ Emacs-orgmode mailing list

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

2010-07-23 Thread Sven Bretfeld
Hi Dan Dan Griswold dgris...@rochester.rr.com writes: On 15 Jul 2010, sven.bretf...@gmx.ch wrote: There was a thread about this some weeks ago. The iCal export does not support org-diary-class entries or other complex diary sexps. I missed that thread, but it's an issue I looked into some

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

2010-07-23 Thread Puneeth
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. Here is how it goes. + refile.org is in state 0. + C-M-r t + TODO task One entered. Clock is running. I switch to firefox and save the link.

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

2010-07-23 Thread Tassilo Horn
On Friday 23 July 2010 10:54:24 Giovanni Ridolfi wrote: And I like being able to restrict the message list incrementally by simply entering parts of the author name or subject. Gnus cannot do that. may be ths can help: 1. cursor in the Summary message buffer # let's restrict to

[Orgmode] Re: Bug Report: refile and attachments

2010-07-23 Thread Noorul Islam K M
Colin Fraizer orgm...@cfraizer.com writes: 1. Exactly what I did I created an entry in an org file. I added an attachment to that entry. I used refile (C-c C-w) to move the entry to another org file. Before doing this, can you try opening it from initial org file itself. using C-c

[Orgmode] RE: Bug Report: refile and attachments

2010-07-23 Thread Colin Fraizer
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 it worked. Hmn. Oh, I

[Orgmode] Issue with correctly resuming interrupted timer

2010-07-23 Thread Benjamin Beckwith
I have an issue with my particular setup when using org-capture. Here is my relevant capture template: (setq org-capture-templates '((t todo entry (file ~/Documents/Org/Refile.org) * TODO %?\n %U\n %a :clock-in t :clock-resume t)) I have all tasks go to the file

[Orgmode] Placement=[H] not exporting to LaTeX anymore?

2010-07-23 Thread John Hendy
Hi, I had a problem with floating tables/figures a ways back, found here: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg25566.html The solution, which was simply inserting #+ATTR_LATEX: placement=[H], worked perfectly. I just ran into it again, however. my org file has the following

Re: [Orgmode] startup Lisp error in 7.01: Debugger entered--Lisp error: (void-function org-export-blocks-add-block)

2010-07-23 Thread Eric Schulte
Hi Rainer, I am unable to reproduce this problem. Are you sure that you have a complete Org-mode instillation, and that no older installations could be conflicting with your install? It may be possible to patch over the error you've mentioned by requiring org-exp-blocks before you require

Re: [Orgmode] [BABEL] help adding a language, please?

2010-07-23 Thread Eric Schulte
Hi David, The instructions currently live at http://orgmode.org/worg/org-contrib/babel/languages.php#develop The bulk of the information is contained in the documentation strings and the comments of the ob-template.el file (linked to from the above). It should be fairly complete, but please let

Re: [Orgmode] [BABEL] help adding a language, please?

2010-07-23 Thread David O'Toole
Ah, this is great! Thanks Eric :) and I will keep everyone updated on my progress with the wacky hypermedia programming thing i've been working on. Really what it boils down to is Common Lisp support for babel, and an add-on module that brings attachments and other data into the mix. It's a

Re: [Orgmode] Personal accounting with emacs, org and...?

2010-07-23 Thread Eric Schulte
Thanks Eric! This has now been included in Org-mode. If you get a chance, it would be great to add ob-ledger to the list of supported languages on Worg, and if possible to add an ob-ledger specific file with a brief usage example -- see existing language-specific files linked to from the

Re: [Orgmode] [ANN] List improvement v.2

2010-07-23 Thread Eric Schulte
Hi Nicolas, This looks really great, I have applied it to my setup and will be stress testing it over the next couple of days. A couple of quick points: 1) The url to use for cloning should be http://github.com/ngz/org-mode-lists.git 2) This is very minor, but could you rebase your branch

[Orgmode] [BABEL] Output with octave

2010-07-23 Thread d . tchin
Hi I use babel to use with octave language. I use it and define a session so as to have interaction with octave process. It is great to have interaction with octave and check the action of the code easily. I have problem to get output back in org mode file. I try the following code :

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

2010-07-23 Thread Marcelo de Moraes Serpa
From: Marcelo de Moraes Serpa celose...@gmail.com Date: 2010/7/23 Subject: Re: [Orgmode] org-mode 7.01, error while scheduling item To: David Maus dm...@ictsoc.de GNU Emacs 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) of 2010-05-08. Backtrace attached. Thanks, Marcelo. On Fri, Jul

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

2010-07-23 Thread tomas
Hi, I tried contacting the author of org-export-generic, but don't know whether I succeeded. Since this little patch might be useful, here it is. I'm in the enviable situation of transforming some docs (which I've written in org) to mediawiki (why some people enjoy using their browser as a doc

[Orgmode] Re: [BABEL] evaluation of R code in export

2010-07-23 Thread Eric Schulte
Hi Rainer, I general it is useful to have the results of Babel-evaluated code appear in the session history as it can help for debugging. Maybe (if you are specifying the session on a subtree or file wide bases) it would be possible to change the session name to a different name so that your

Re: [Orgmode] Placement=[H] not exporting to LaTeX anymore?

2010-07-23 Thread John Hendy
Thanks Nick. - Whoops on forgetting the = in my first example! - Is this hard to integrate? Is it possible to pass this option to LaTeX just as with figures? It only involves overriding [htb] with [H]... John On Fri, Jul 23, 2010 at 11:31 AM, Nick Dokos nicholas.do...@hp.com wrote: John Hendy

[Orgmode] Re: Tags not lining up in org-indent-mode

2010-07-23 Thread Marcus Klemm
Carsten Dominik carsten.dominik at gmail.com writes: well, this does stop tabs from being used, but it does not stop the mis-alignment of tags on different outline levels. Any news on that? Although I have no idea how org-mode works internally, I simply tried replacing line 12773 of org.el:

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

2010-07-23 Thread Daniel Martins
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-diary-class in several org-diary-class (before and

Re: [Orgmode] Placement=[H] not exporting to LaTeX anymore?

2010-07-23 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com wrote: Just to be sure I created an blank org file with only this: * test #+CAPTION: test table #+ATTR_LaTeX: placement=[H] | 1    | 2    | 3    | 4    | |--+--+--+--| | test | test | test

Re: [Orgmode] [BABEL] Output with octave

2010-07-23 Thread Eric S Fraga
On Fri, 23 Jul 2010 16:59:43 + (UTC), d.tchin d.tc...@voila.fr wrote: Hi I use babel to use with octave language. I use it and define a session so as to have interaction with octave process. It is great to have interaction with octave and check the action of the code easily. I

[Orgmode] Re: Issue with correctly resuming interrupted timer

2010-07-23 Thread Bernt Hansen
Benjamin Beckwith bnbeckw...@gmail.com writes: I have an issue with my particular setup when using org-capture. Here is my relevant capture template: (setq org-capture-templates '((t todo entry (file ~/Documents/Org/Refile.org) * TODO %?\n %U\n %a :clock-in t