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
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
>
> 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
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
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?
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