Giovanni Ridolfi <giovanni.rido...@yahoo.it> writes: > Da: Julien Cubizolles <j.cubizol...@free.fr> > > Inviato: Mercoledì 28 Novembre 2012 23:03 > >> I very often use boxquoted text in my org files to insert excerpts of >> config files but I have trouble using it in plain lists : the boxquoted >> text won't be folded by TAB, you have to manually indent each line of >> the boxquote for the folding to work. > > Hi, Julien, > > I suggest to you to use headlines: > -+--------------------------- > **** boxquoted > ,---- > | The default style looks like this. > `---- > -+---------------------------- > and if you press TAB the text will be folded.
This one works, thanks > But if you insist ;-) to use tab... well.... > use headlines :-), > /then/ convert the headlines in list (selecting the headlines > and pressing C-c - .... and you''ll find a nicely > indented list > ----------------------------- > - boxquoted > ,---- > | The default style looks like this. > `---- > --------------------------- > that can be folded. I must some options badly configured This is what I get with headlines, it can indeed be folded --8<---------------cut here---------------start------------->8--- * boxquoted ,---- | test `---- --8<---------------cut here---------------end--------------->8--- --8<---------------cut here---------------start------------->8--- - boxquoted ,---- | test `---- --8<---------------cut here---------------end--------------->8--- with no indentation, can't be folded. Julien.