[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] 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] 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: [Orgmode] RELEASE: Org-mode version 5.20

2008-02-05 Thread Michael Hohn
Carsten Dominik wrote: > Hi folks, > > I am releasing Org-mode version 5.20 at > > http://orgmode.org > > and as a git repository at > > http://repo.or.cz/w/org-mode.git > I just tried to get this via git, but ran into a problem: Using ubuntu 7.10: 0:$ git-clone http://repo.or.cz/w/org-mode.g

[Orgmode] producing man page output

2008-03-04 Thread Michael Hohn
Hi, I would like to use org mode to produce unix man pages in addition to the latex / html output. There are two possibilities I can see: - convert from .org directly, following org-export-latex - try to convert the generated html Are there other approaches, or has someone done this already?

Re: [Orgmode] Converting to html in a shell script

2008-03-13 Thread Michael Hohn
lanas wrote: Hi all, I would like to convert an org file to HTML, much like C-c C-e h would do, automatically from a shell script. So far I've tried unsuccesfully some permutaions of: emacs -batch -l ~/.emacs -eval '(org-export-as-html "./file.org")' emacs -batch -l ~/.emacs -eval '(org-expo