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 wrote: > Rehan Iftikhar 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

[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] 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 reall

Re: [O] org-collector calculated rows?

2011-03-09 Thread Nick Dokos
Rehan Iftikhar 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 formula isn't workin

Re: [O] Delete in emacs on OS X

2011-03-09 Thread Richard Lawrence
John Hendy 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 delete-char )

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 A

[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 co

[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] [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 M-

[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 t

[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 ins

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

2011-03-09 Thread Nick Dokos
Markus Heller 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 regexp be

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 writes: > Nick Dokos writes: > >> Markus Heller wrote: >> >>> Hello group, >>> >>> I'm stumped. When I try to bring up the a

[O] Re: lists and fill-region

2011-03-09 Thread Matt Lundin
Nicolas writes: > Hello, > > Matt Lundin 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 pa

[O] Re: lists and fill-region

2011-03-09 Thread Nicolas
Hello, Matt Lundin 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 into

[O] Re: lists and fill-region

2011-03-09 Thread Nicolas
Hello, michael hohn 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 marking th

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

2011-03-09 Thread Markus Heller
Nick Dokos writes: > Markus Heller 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 >> >> Her

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

2011-03-09 Thread Nick Dokos
Markus Heller 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 related par

[O] Re: latex export issue

2011-03-09 Thread Nicolas
Hello, Stephen Eglen 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 here here here here

[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] 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 get:

Re: [O] lists and fill-region

2011-03-09 Thread Bernt Hansen
Nick Dokos writes: > Bernt Hansen wrote: > >> michael hohn 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, ver

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

2011-03-09 Thread Jason Dunsmore
Bastien 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 Nick Dokos
Bernt Hansen wrote: > michael hohn 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,

Re: [O] lists and fill-region

2011-03-09 Thread Bernt Hansen
michael hohn 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 markin

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

2011-03-09 Thread Nick Dokos
Zhang Zhizhong 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

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 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. > http://26.media.tumblr.com/tumblr_lhsnjosKkt1qhjuq

[O] Re: lists and fill-region

2011-03-09 Thread Matt Lundin
michael hohn 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 markin

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

2011-03-09 Thread Aankhen
Hi Bastien, On Wed, Mar 9, 2011 at 16:06, Bastien wrote: > Aankhen 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! Glad I co

[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 follow

[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 ? Or,

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

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 Jackson 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 re

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 sou

[O] fill-region and list items

2011-03-09 Thread Michael Hohn
Hi all, after upgrading to the current git head (version 7.xx, previously 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

[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 here---start->8

Re: [O] Release 7.5

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

[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 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 writes: > > > I knew

Re: [O] Release 7.5

2011-03-09 Thread Bastien
Hi Gary, Gary Oberbrunner 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 devil is in the det

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

2011-03-09 Thread Nick Dokos
Bastien wrote: > Hi Brenton, > > Brenton Kenkel 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 rem

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 Bastien
Hi Brenton, Brenton Kenkel 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 previous Org installation. B

[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

[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 fr

[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 org-ex

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

2011-03-09 Thread Bastien
Hi Bill, Bill Jackson 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 string. The funct

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

2011-03-09 Thread Bastien
Hi Jason, Jason Dunsmore writes: > Is this a bug? It makes sense to me that #TITLE: would add an 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 you. Best, -- Bastien

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, bu

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

2011-03-09 Thread Jason Dunsmore
Bastien 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 . However, it was

Re: [O] latex fragments, dvipng and mathjax

2011-03-09 Thread Nick Dokos
Aankhen 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 browsers. IE

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 attributes

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

2011-03-09 Thread Bastien
Hi Manuel, Manuel Giraud writes: > Bastien writes: > >> Bastien 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'

[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] org-contacts from bbdb: a starting solution

2011-03-09 Thread Wes Hardaker
> On Wed, 09 Mar 2011 11:46:50 +, Eric S Fraga 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 entry ESF

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

2011-03-09 Thread Manuel Giraud
Bastien writes: > Bastien 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 a9e692243b37be9947db9a7220ea561d261

Re: [O] [PATCH] Adding known properties

2011-03-09 Thread Bastien
Hi Sébastien, Sébastien Vauban 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] [PATCH] Adding known properties

2011-03-09 Thread Bastien
Hi Bernt, Bernt Hansen 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 Bernt Hansen
Bastien writes: > Hi Sébastien, > > Sébastien Vauban 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, Hi Bastien, I don't think

[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 Sébastien Vauban
Hi Bastien, Bastien wrote: > Sébastien Vauban 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 talking about...

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

2011-03-09 Thread Eric S Fraga
Wes Hardaker 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 ;-) Thanks. This seem

Re: [O] Re: Footnote sorting bug

2011-03-09 Thread Bastien
Matt Lundin 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

[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: [REGRESSION] org-html.el (targets)

2011-03-09 Thread Bastien
Bastien 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

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

2011-03-09 Thread Bastien
Hi Manuel, Manuel Giraud 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 because people are encouraged

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

2011-03-09 Thread Bastien
Hi Aankhen, Aankhen 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] [Bug] body-only Export Option Adds Extra html Tags.

2011-03-09 Thread Bastien
Manuel Giraud writes: > Ok this one was easy. Here's a patch that correct the body-only > behaviour. Thanks for this! -- 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] [PATCH] Adding known properties

2011-03-09 Thread Bastien
Hi Sébastien, Sébastien Vauban 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] 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

[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; charset

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

2011-03-09 Thread Bastien
Hi David, David Maus 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, wait: If BODY

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

2011-03-09 Thread Bastien
Hi Carsten, Carsten Dominik 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 and for the fix

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