Re: [O] [Org-contacts] 3 2 1 go?

2011-03-09 Thread Julien Danjou
On Tue, Mar 08 2011, Michael Käufl wrote: Q1) links to contacts Is there a common way to create links to contacts? I'd say just the same way as for any Org entry. F1) csv export When writing bulk letters with LaTeX, all I need is a file with the recipients addresses in some predefined

Re: [O] Version 7.5: C-c C-t anything fails with args out of range

2011-03-09 Thread Bastien
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: (defmacro org-with-wide-buffer (rest body) Execute body while temporarily widening the buffer. `(save-excursion (save-restriction (widen) ,@body))) Err... of course. Stupid me. Thanks for looking into this

Re: [O] Version 7.5: C-c C-t anything fails with args out of range

2011-03-09 Thread Bastien
Hi David, David Maus dm...@ictsoc.de writes: What if BODY inserts or deletes characters inside the narrowed region? In this case the upper boundary of the region is no longer (point-max) before executing body. Thus the buffer might be narrowed to the wrong region after executing body. No,

[O] [Accepted] [Orgmode] Preserve trailing blank lines

2011-03-09 Thread Bastien Guerry
Patch 617 (http://patchwork.newartisans.com/patch/617/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C878vxhgsyy.fsf%40riotblast.dunsmor.com%3E Here is the original message containing the patch: Content-Type: text/plain;

[O] Re: [Orgmode] [PATCH] Preserve trailing blank lines

2011-03-09 Thread Bastien
Hi Jason, I finally had a chance to better understand what your patch does and fix. I've applied it now -- thanks for it and for your patience! -- Bastien

Re: [O] [PATCH] Adding known properties

2011-03-09 Thread Bastien
Hi Sébastien, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: I found out about (at least) 2 missing known properties. This patch adds them to the list. Thanks for catching this -- I've applied a modified patch, yours add EXPORT_DATE twice :) Best, -- Bastien

[O] [Accepted] [O, Bug] body-only Export Option Adds Extra html Tags.

2011-03-09 Thread Bastien Guerry
Patch 662 (http://patchwork.newartisans.com/patch/662/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C87fwqx3csc.fsf%40univ-nantes.fr%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

Re: [O] [Bug] body-only Export Option Adds Extra html Tags.

2011-03-09 Thread Bastien
Manuel Giraud manuel.gir...@univ-nantes.fr writes: Ok this one was easy. Here's a patch that correct the body-only behaviour. Thanks for this! -- Bastien

Re: [O] Re: [REGRESSION] org-html.el (targets)

2011-03-09 Thread Bastien
Hi Aankhen, Aankhen aank...@gmail.com writes: This one seemed easy to fix, so I thought I’d butt in. :-) Hope the format of the patch is right (I’m using hg-git). The patch was caught by patchwork, but wrongly wrapped. Thanks for it anyway! -- Bastien

Re: [O] Re: [REGRESSION] org-html.el (targets)

2011-03-09 Thread Bastien
Hi Manuel, Manuel Giraud manuel.gir...@univ-nantes.fr writes: Thanks. Modulo line breakage this patch applies and Jambunathan's test file now validates XHTML 1.0 Here's the 2 patch that solve this: Thanks for the patches -- patchwork can only catch *one* patch per mail. I guess that's

Re: [O] Re: [REGRESSION] org-html.el (targets)

2011-03-09 Thread Bastien
Bastien b...@gnu.org writes: May I ask you to rewrite these patches into a single one? PS: I mean: merge all patches in this thread relevant to the problem, possibly including Aankhen patch. Thanks! -- Bastien

[Accepted] [O] Re: Footnote sorting bug

2011-03-09 Thread Bastien Guerry
Patch 658 (http://patchwork.newartisans.com/patch/658/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C8762rul8xr.fsf%40fastmail.fm%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

Re: [O] Re: Footnote sorting bug

2011-03-09 Thread Bastien
Matt Lundin m...@imapmail.org writes: The following patch fixes the sorting bug. It also inserts a blank line above a new footnote definition, which is consistent with the spacing that results when sorting footnotes. Applied, thanks. -- Bastien

Re: [O] org-contacts from bbdb: a starting solution

2011-03-09 Thread Eric S Fraga
Wes Hardaker wjhns...@hardakers.net writes: I finally decided to take a wack at a bbdb to org-contacts converter. I'm attaching the file below. It should prompt for a file and insert all your existing bbdb records into the file using the formats and fields that I decided was appropriate ;-)

Re: [O] [PATCH] Adding known properties

2011-03-09 Thread Sébastien Vauban
Hi Bastien, Bastien wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: I found out about (at least) 2 missing known properties. This patch adds them to the list. Thanks for catching this -- I've applied a modified patch, yours add EXPORT_DATE twice :) Hein? Not sure what you're

[O] Org minor mode in mail-mode

2011-03-09 Thread René
Here is the the configuration I run (defun turn-on-full-org-mailing () (turn-on-orgstruct++) (turn-on-orgtbl) (load org-html-mail)) (add-hook 'mail-mode-hook 'turn-on-full-org-mailing) in order make use of Org minor mode (struct, tbl) within mail-mode. Unfortunately with

Re: [O] [PATCH] Adding known properties

2011-03-09 Thread Bernt Hansen
Bastien b...@altern.org writes: Hi Sébastien, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: I found out about (at least) 2 missing known properties. This patch adds them to the list. Thanks for catching this -- I've applied a modified patch, yours add EXPORT_DATE twice :) Best,

Re: [O] [PATCH] Adding known properties

2011-03-09 Thread Bastien
Hi Bernt, Bernt Hansen be...@norang.ca writes: I don't think your version is correct. The original patch added EXPORT_TEXT and EXPORT_DATE (not EXPORT_DATE twice) and your version is missing EXPORT_TEXT. Right, I just fixed this... -- Bastien, who gets a bit of a post-release hang-over

Re: [O] [PATCH] Adding known properties

2011-03-09 Thread Bastien
Hi Sébastien, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Thanks for catching this -- I've applied a modified patch, yours add EXPORT_DATE twice :) Hein? Not sure what you're talking about... I'm talking about _nothing_ -- just misread your patch. Sorry for that! -- Bastien

Re: [O] Re: [REGRESSION] org-html.el (targets)

2011-03-09 Thread Manuel Giraud
Bastien b...@altern.org writes: Bastien b...@gnu.org writes: May I ask you to rewrite these patches into a single one? PS: I mean: merge all patches in this thread relevant to the problem, possibly including Aankhen patch. Thanks! Ok, here it is. Hopes this one's ok. From

Re: [O] org-contacts from bbdb: a starting solution

2011-03-09 Thread Wes Hardaker
On Wed, 09 Mar 2011 11:46:50 +, Eric S Fraga e.fr...@ucl.ac.uk said: ESF Are you intending to extend your code for not-so-appropriate fields? If ESF so, I definitely would like to see the addresses converted and it would ESF be quite useful to have the notes converted entry text for the org

[Accepted] [O] Re: [REGRESSION] org-html.el (targets)

2011-03-09 Thread Bastien Guerry
Patch 664 (http://patchwork.newartisans.com/patch/664/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C87fwqwnxj6.fsf%40univ-nantes.fr%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

Re: [O] Re: [REGRESSION] org-html.el (targets)

2011-03-09 Thread Bastien
Hi Manuel, Manuel Giraud manuel.gir...@univ-nantes.fr writes: Bastien b...@altern.org writes: Bastien b...@gnu.org writes: May I ask you to rewrite these patches into a single one? PS: I mean: merge all patches in this thread relevant to the problem, possibly including Aankhen patch.

Re: [O] org-mode with pyblosxom or blosxom?

2011-03-09 Thread Jason McBrayer
I use org-mode with pyBlosxom, though I haven't posted anything for a month of Sundays. I don't use org-mode to maintain the blog, only to compose. Generally, I just export a subtree to HTML and save that in a folder that pyBlosxom knows about. The only catch is the need to strip the id

Re: [O] latex fragments, dvipng and mathjax

2011-03-09 Thread Nick Dokos
Aankhen aank...@gmail.com wrote: FWIW, same here. Firefox 3.6.15 on Windows 7. Given that both pages specify the MathJax_Math font yet only mathjax.org actually looks like it uses it, you’re probably right about MathJax having trouble finding the fonts on yours. I tried a couple other

Re: [O] Re: [Orgmode] HTML export options are being ignored

2011-03-09 Thread Jason Dunsmore
Bastien b...@altern.org writes: Also, I have no title when I set the title with #+TITLE: on the first line. I'm not sure if this has to do with org-export-html-title-format being removed. Mhh.. I cannot reproduce this. Can you check again? I was mistaken. It was exporting a title.

Re: [O] Release 7.5

2011-03-09 Thread Cássio Koshikumo
I'm a little late, but thanks to Bastien and everyone involved, and congratulations on the release! Best, At Mon, 07 Mar 2011 15:42:19 +0100, Bastien wrote: Dear all, here it is, release 7.5, my first release as Org's new maintainer. This release comes with lots of new features, bug

Re: [O] Re: [Orgmode] HTML export options are being ignored

2011-03-09 Thread Bastien
Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: Is this a bug? It makes sense to me that #TITLE: would add an h1 page heading with or without :html-preamble being defined. Yes, there are still problems in this area -- see my last patch and tell me if this does things right for

Re: [O] Version 7.5: org-export-html-preamble no longer supports function

2011-03-09 Thread Bastien
Hi Bill, Bill Jackson w...@jacksonhost.com writes: In version 7.4, org-export-html-preamble and org-export-html-postamble could be set to the name of a function that was passed an option plist. See my last patch. It allows to set org-export-html-pre/postamble to a function that will return a

[O] Rework org-export-html-preamble/postamble (again)

2011-03-09 Thread Bastien
Hopefully this patch will solve a few issues that have just been raised about the new behavior of org-export-html-preamble/postamble. `org-export-html-preamble' defaults back to `t', to reproduce the previous default behavior. `org-export-html-postamble' default to 'auto -- which mean that

[O] [PATCH] Make tangling work in an indirect buffer

2011-03-09 Thread Shaun Johnson
The attached patch makes tangling (org-babel-tangle) work in indirect buffers. Previously it would fail before running org-babel-post-tangle-hook because indirect have a buffer-file-name of nil whereas the code was expecting a string in the following fragment: (message tangled %d code block%s

[O] org-nil error in LaTeX export

2011-03-09 Thread Brenton Kenkel
I am having a problem with exporting to LaTeX from org-mode. I am running org-mode 7.5 in Emacs 23.1.1 on 64-bit Ubuntu 10.10. (I am using the stable version, but the same error occurs when I use the development version from git.) When I run C-c C-e d, I receive the error message Cannot open

Re: [O] org-nil error in LaTeX export

2011-03-09 Thread Bastien
Hi Brenton, Brenton Kenkel brenton.ken...@gmail.com writes: I am having a problem with exporting to LaTeX from org-mode. I am running org-mode 7.5 in Emacs 23.1.1 on 64-bit Ubuntu 10.10. I cannot reproduce it -- can you test with a bare emacs -q ? Also, please make sure to remove any

Re: [O] Release 7.5

2011-03-09 Thread Gary Oberbrunner
Indeed, congrats to Bastien and all! One question: I'm using the new export stuff from org-jambu (git master branch); any idea when Jambunathan will rebase or merge with this?

Re: [O] org-nil error in LaTeX export

2011-03-09 Thread Nick Dokos
Bastien b...@altern.org wrote: Hi Brenton, Brenton Kenkel brenton.ken...@gmail.com writes: I am having a problem with exporting to LaTeX from org-mode. I am running org-mode 7.5 in Emacs 23.1.1 on 64-bit Ubuntu 10.10. I cannot reproduce it -- can you test with a bare emacs -q ?

Re: [O] Release 7.5

2011-03-09 Thread Bastien
Hi Gary, Gary Oberbrunner ga...@oberbrunner.com writes: One question: I'm using the new export stuff from org-jambu (git master branch); any idea when Jambunathan will rebase or merge with this? The plan is to work together on this and try to have something merged for the next release. But

[O] Re: [Orgmode] Feature Request: attach link type

2011-03-09 Thread Darlan Cavalcante Moreira
At Sat, 05 Mar 2011 10:14:17 +0100, Bastien b...@altern.org wrote: Hello Bastien, Sorry for the late reply. For some reason (path related) Emacs was loading an older version of org instead of the one from git and I wasn't seeing your changes. Hi Darlan, Darlan Cavalcante Moreira

Re: [O] Release 7.5

2011-03-09 Thread Gary Oberbrunner
Thanks -- you guys rock! -- Gary

[O] Question about org-beamer overlays

2011-03-09 Thread Matt Lundin
I use beamer for presentations and appreciate the fine-grained control over effects that it provides. For instance, I can combine overlay specifications with includegraphics to mix and match different text and images on the same frame. --8---cut

Re: [O] Version 7.5: org-export-html-preamble no longer supports function

2011-03-09 Thread Bill Jackson
Bastien wrote, On 3/9/2011 8:19 AM: Bill Jacksonw...@jacksonhost.com writes: In version 7.4, org-export-html-preamble and org-export-html-postamble could be set to the name of a function that was passed an option plist. See my last patch. It allows to set org-export-html-pre/postamble to a

Re: [O] Version 7.5: org-export-html-preamble no longer supports function

2011-03-09 Thread Bill Jackson
I had read this discussion thread (more than once!), but have not been able to figure out how to accomplish what I was doing under 7.4 without support for passing a function in org-export-html-preamble. I know how to generate a preamble, but not how to generate one customized for each .org

[O] Bug: capture template target file+datetree+prompt not valid. [7.4]

2011-03-09 Thread Zhang Zhizhong
I set up my capture template as follows: (setq org-capture-templates '((t Todo entry (file+headline ~/repo/org/refile.org Task) * TODO %?\n %i%T\n %i%U\n %a\n :clock-in t :clock-resume t) (n Note entry (file ~/repo/org/refile.org) * %?\n %U\n %a\n :CLOCK:\n :END: :clock-in t :clock-resume t)

[O] How to change column view background color ?

2011-03-09 Thread sakesun roykiattisak
hi, I'm using color-theme-charcoal-black with org-mode on ntemacs-23.2.1. When I turn on column-view the view display in white background. Which make it very difficult to read. http://26.media.tumblr.com/tumblr_lhsnjosKkt1qhjuqco1_400.png How can I change the background color of column view ?

[O] lists and fill-region

2011-03-09 Thread michael hohn
Hi all, after upgrading to the current git head (from a version around 6.36), fill-region produces wrong indentation for my lists. Starting with - one - very, very, very, very, very, very, very, very, very, very, very, very, long - short and marking the second item via mark-paragraph

Re: [O] Re: [REGRESSION] org-html.el (targets)

2011-03-09 Thread Aankhen
Hi Bastien, On Wed, Mar 9, 2011 at 16:06, Bastien b...@altern.org wrote: Aankhen aank...@gmail.com writes: This one seemed easy to fix, so I thought I’d butt in. :-) Hope the format of the patch is right (I’m using hg-git). The patch was caught by patchwork, but wrongly wrapped. Thanks

[O] Re: lists and fill-region

2011-03-09 Thread Matt Lundin
michael hohn mhh...@gmail.com writes: Hi all, after upgrading to the current git head (from a version around 6.36), fill-region produces wrong indentation for my lists. Starting with - one - very, very, very, very, very, very, very, very, very, very, very, very, long - short and

Re: [O] How to change column view background color ?

2011-03-09 Thread Aankhen
Hi, On Wed, Mar 9, 2011 at 19:52, sakesun roykiattisak sake...@gmail.com wrote: hi, I'm using color-theme-charcoal-black with org-mode on ntemacs-23.2.1. When I turn on column-view the view display in white background. Which make it very difficult to read.

Re: [O] Bug: capture template target file+datetree+prompt not valid. [7.4]

2011-03-09 Thread Nick Dokos
Zhang Zhizhong i...@zzzcn.info wrote: I set up my capture template as follows: (setq org-capture-templates  '((t Todo entry (file+headline ~/repo/org/refile.org Task) * TODO %?\n %i%T\n %i%U\n %a\n :clock-in t :clock-resume t) (n Note entry (file ~/repo/org/refile.org) * %?\n %U\n %a\n

Re: [O] lists and fill-region

2011-03-09 Thread Nick Dokos
Bernt Hansen be...@norang.ca wrote: michael hohn mhh...@gmail.com writes: Hi all, after upgrading to the current git head (from a version around 6.36), fill-region produces wrong indentation for my lists. Starting with - one - very, very, very, very, very, very, very, very,

Re: [O] Rework org-export-html-preamble/postamble (again)

2011-03-09 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hopefully this patch will solve a few issues that have just been raised about the new behavior of org-export-html-preamble/postamble. With this patch, I get the following error when exporting to HTML: list: Symbol's value as variable is void: creator-info

Re: [O] lists and fill-region

2011-03-09 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Bernt Hansen be...@norang.ca wrote: michael hohn mhh...@gmail.com writes: Hi all, after upgrading to the current git head (from a version around 6.36), fill-region produces wrong indentation for my lists. Starting with - one - very,

[O] latex export issue

2011-03-09 Thread Stephen Eglen
With the following minimal org buffer: Simple test here here here here here here here here here here here here here here 2010. here here here here here here here here here here here here here here here here here here here here here here here here here here when I export this to latex, I

[O] if: Wrong type argument: stringp, \.\.\.

2011-03-09 Thread Markus Heller
Hello group, I'm stumped. When I try to bring up the agenda with C-c a, I get the error message mentioned in the subject line. I'm using 23.2.1 on Windoze 7 64 bit, and the orgmode from today: M-x org-version: 7.5 Here's my entire org-mode related part of my .emacs: , | ;; | ;; Org Mode

[O] Re: latex export issue

2011-03-09 Thread Nicolas
Hello, Stephen Eglen s.j.eg...@damtp.cam.ac.uk writes: With the following minimal org buffer: Simple test here here here here here here here here here here here here here here 2010. here here here here here here here here here here here here here here here here here here here here here

Re: [O] if: Wrong type argument: stringp, \.\.\.

2011-03-09 Thread Nick Dokos
Markus Heller helle...@gmail.com wrote: Hello group, I'm stumped. When I try to bring up the agenda with C-c a, I get the error message mentioned in the subject line. I'm using 23.2.1 on Windoze 7 64 bit, and the orgmode from today: M-x org-version: 7.5 Here's my entire org-mode

Re: [O] if: Wrong type argument: stringp, \.\.\.

2011-03-09 Thread Markus Heller
Nick Dokos nicholas.do...@hp.com writes: Markus Heller helle...@gmail.com wrote: Hello group, I'm stumped. When I try to bring up the agenda with C-c a, I get the error message mentioned in the subject line. I'm using 23.2.1 on Windoze 7 64 bit, and the orgmode from today: M-x

[O] Re: lists and fill-region

2011-03-09 Thread Nicolas
Hello, michael hohn mhh...@gmail.com writes: after upgrading to the current git head (from a version around 6.36), fill-region produces wrong indentation for my lists. Starting with - one - very, very, very, very, very, very, very, very, very, very, very, very, long - short and

[O] Re: lists and fill-region

2011-03-09 Thread Nicolas
Hello, Matt Lundin m...@imapmail.org writes: A related bug: - one - very, very, very, very, very, very, very, very, very, very, very, very, long - short If one calls unfill-paragraph on the very, very line above, nothing happens. In the past, unfill paragraph would turn the item

[O] Re: lists and fill-region

2011-03-09 Thread Matt Lundin
Nicolas n.goaz...@gmail.com writes: Hello, Matt Lundin m...@imapmail.org writes: A related bug: - one - very, very, very, very, very, very, very, very, very, very, very, very, long - short If one calls unfill-paragraph on the very, very line above, nothing happens. In the past,

Re: [O] if: Wrong type argument: stringp, \.\.\.

2011-03-09 Thread Bernt Hansen
Hi Markus, It looks like you have a drawer in your org files that is missing a closing :END: tag. Possibly in file h:/org/600_install.org HTH, Bernt Markus Heller helle...@gmail.com writes: Nick Dokos nicholas.do...@hp.com writes: Markus Heller helle...@gmail.com wrote: Hello group,

Re: [O] if: Wrong type argument: stringp, \.\.\.

2011-03-09 Thread Nick Dokos
Markus Heller helle...@gmail.com wrote: Debugger entered--Lisp error: (error :END: line missing at position 15207) signal(error (:END: line missing at position 15207)) error(:END: line missing at position %s 15207) You seem to be missing an :END: line (or it may be malformed, so that the

[O] [PATCH 0/2] Clocking fixes

2011-03-09 Thread Bernt Hansen
The following patch series fixes problems with with clocking in tasks and setting the default clock task. These patches are available at git://git.norang.ca/org-mode.git clock-fixes Bernt Hansen (2): Allow setting default clocking task to current clocking task Allow clocking in new tasks

[O] [PATCH 1/2] Allow setting default clocking task to current clocking task

2011-03-09 Thread Bernt Hansen
* lisp/org-clock.el (org-clock-in): Set default clocking task when already clocking the task The default clocking task can now be set to the current clocking task. Previously this just threw an error stating the clock continues in the current clocking task. The double prefix now forces setting

[O] [PATCH 2/2] Allow clocking in new tasks inserted before the current clocking task

2011-03-09 Thread Bernt Hansen
* lisp/org-clock.el (org-clock-in): Allow clocking in new tasks inserted before the current clocking task org-clock-in now checks that the name of the task you are clocking in also matches org-clock-current-task. This allows us to insert a new task in front of the current clocking task (with

[O] Delete in emacs on OS X

2011-03-09 Thread John Hendy
Hi, I finally installed emacs/orgmode (using gnu emacs) on my OS X partition (have had it on the Arch linux side) and have a probably silly question. All has gone quite smoothly except for the fact that for the life of me I can't figure out what key combo provides delete. Fn+delete behaves like

[O] Bug: Minor Bug: COOKIE_DATA property breaks parent statistics [7.5 (release_7.5.24.g5f0ef)]

2011-03-09 Thread Bernt Hansen
I've run into a minor bug with cookie statistics. The COOKIE_DATA property seems to break parent task statistics when it is set to 'recursive'. In the org file below task one/two/foo/a has the COOKIE_DATA property set to recursive. Changing the state of task 'a' does not change the statistics

Re: [O] org-collector calculated rows?

2011-03-09 Thread Rehan Iftikhar
I have tried adding #+TBLFM: @$=vmean(I..II) between the #+BEGIN and #+END lines (after generating a table), but when I C-c C-c on #+BEGIN, the table refreshes and removes the #+TBLFM line. I am using org-mode 7.4. Any idea why my formula isn't working? -Rehan On Sat, Mar 5, 2011 at 12:48

Re: [O] Delete in emacs on OS X

2011-03-09 Thread Richard Lawrence
John Hendy jw.he...@gmail.com writes: I can't figure out what key combo provides delete. Fn+delete behaves like backspace. In my searching, I found reference to C-?, but that comes up as unrecognized. How do I delete? Try C-d. If that doesn't work, look at the help for delete-char (C-h f

Re: [O] org-collector calculated rows?

2011-03-09 Thread Nick Dokos
Rehan Iftikhar rehan.iftik...@gmail.com wrote: I have tried adding #+TBLFM: @$=vmean(I..II) between the #+BEGIN and #+END lines (after generating a table), but when I C-c C-c on #+BEGIN, the table refreshes and removes the #+TBLFM line. I am using org-mode 7.4. Any idea why my

Re: [O] Re: latex export issue

2011-03-09 Thread Scot Becker
That sounds like it means that any documents you might want to export to LaTeX (and format with hard line breaks) should always have non-breaking spaces after the periods---or you should keep a manual eye on your paragraph formatting to make sure no numbers come first on the line. Although I

[O] Re: lists and fill-region

2011-03-09 Thread michael hohn
I have pushed a fix for this case. Thanks for your report, it reminds me filling in lists is still a bit fragile, and needs some care. Thanks for the quick response! The list filling is very nice already. Cheers, Michael

Re: [O] org-collector calculated rows?

2011-03-09 Thread Rehan Iftikhar
I updated to 7.5, recompiled, and now it works! Thanks for the help! On Wed, Mar 9, 2011 at 9:46 PM, Nick Dokos nicholas.do...@hp.com wrote: Rehan Iftikhar rehan.iftik...@gmail.com wrote: I have tried adding  #+TBLFM: @$=vmean(I..II) between the #+BEGIN and #+END lines (after generating