Re: [O] Open Drawer using keys or even better automatically
I don't know what the OP was looking for, but: Confirmed that the visibility property does not keep open any properties drawer in latest git in 22. I wonder if that property is only intended for subtrees. If so, IMO a value to keep drawers open would be useful. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com === Bigotry against people with serious diseases is still bigotry.
Re: [O] Open Drawer using keys or even better automatically
Markus Grebenstein post at mgrebenstein.de writes: Dear List, after converting my whole thesis from Scrivener to Orgmode I'm missing just one feature: Synopsis The method proposed in the list using the VISIBILITY property is not suitable for me since I want to have the synopsis at the level of the text it describes and I want to be able to have some introduction text also besides the synopsis. Markus -- Was this the method you didn't like that used the VISIBILITY property, or was it the same author's previous solution?: http://article.gmane.org/gmane.emacs.orgmode/34949/match=synopsis -- Herb Sitz
Re: [O] Open Drawer using keys or even better automatically
Dear Suvayu, at first: sorry for the late response. My last response is lost in space. I know how to export my thesis. This was just about having the ability to see nothing else but the headings and the synopsis itself, where the synopsis should be something like * The Heading :SYNOPSIS: Here we have the synopsis text :END: Here comes some very lengthy and boring text. What I'd wish to see is something like. * The Heading Here we have the synopsis text Like e.g. within the Scrivener Cardboard. Best Markus
[O] Open Drawer using keys or even better automatically
Dear List, after converting my whole thesis from Scrivener to Orgmode I'm missing just one feature: Synopsis The method proposed in the list using the VISIBILITY property is not suitable for me since I want to have the synopsis at the level of the text it describes and I want to be able to have some introduction text also besides the synopsis. Therefore I have been wondering wether there is any chance to generate a sparse tree that opens all specific drawers e.g. :SYNOPSYIS: or alternatively to have the sparse tree (only showing the headlines) and open the drawers using keybindings. Thanks in advance and best regards, Markus
Re: [O] Open Drawer using keys or even better automatically
Hi Markus, On Tue, Sep 13, 2011 at 11:50 PM, Markus Grebenstein p...@mgrebenstein.de wrote: Dear List, after converting my whole thesis from Scrivener to Orgmode I'm missing just one feature: Synopsis The method proposed in the list using the VISIBILITY property is not suitable for me since I want to have the synopsis at the level of the text it describes and I want to be able to have some introduction text also besides the synopsis. Therefore I have been wondering wether there is any chance to generate a sparse tree that opens all specific drawers e.g. :SYNOPSYIS: or alternatively to have the sparse tree (only showing the headlines) and open the drawers using keybindings. I am a little confused. Do you mean the final form of your thesis is in org-mode format, or do you intend to export it to pdf (for submission) or html (maybe for publishing on your webpage)? If you intend to export it then it is trivial when using the latex backend (although I don't know how but I'm sure its possible for html too). All you need to do is write your synopsis within the abstract environment. You can also have an outline/toc with various levels of detail by setting the toc: option in the #+OPTIONS: header and configuring org-export-latex-classes. If you need more specific help, let me know I could share latex snippets from my thesis. To give you an idea how an org document might look after latex export, here is a link to my master's thesis: https://theses.lib.sfu.ca/sites/all/files/public_copies/etd6682_sali_pdf_0.pdf On the other hand if you are looking for something to help you during the writing of the document, you might want to look at org-toc in contrib/ or speedbar. Thanks in advance and best regards, Markus Hope that helps, and GL -- Suvayu Open source is the future. It sets us free.