Re: [Orgmode] information/feature request: org analog to latex \description environment

2008-09-10 Thread Carsten Dominik
On Sep 10, 2008, at 12:19 AM, Eric Schulte wrote: Sebastian Rose [EMAIL PROTECTED] writes: , | first term: and it's definition | second: and it's definition ` How should Org distinguish those colons from other colons? yes, I suppose the double colons you show below would be

Re: [Orgmode] org-mode remember visibility

2008-09-10 Thread Carsten Dominik
On Sep 8, 2008, at 3:30 PM, Rainer Thiel wrote: I like the interaction of org-mode and remember, and I have defined the following templates with minimal and trivial adaptations of what is suggested in the manual: (setq org-remember-templates '((Todo ?t * TODO %?\n %i\n %a

[Orgmode] Re: Top-level headers in org-sparse-tree

2008-09-10 Thread Bernt Hansen
Iris Jackson [EMAIL PROTECTED] writes: I recently started using org mode and I really like it. I have a single file that contains all information about a project like TODOs, project specs, user documentation, development notes, etc. For example, the way I generate the project specs is to

R: [Orgmode] Top-level headers in org-sparse-tree

2008-09-10 Thread Giovanni Ridolfi
--- Mar 9/9/08, Iris Jackson [EMAIL PROTECTED] ha scritto: The problem I encountered is that org-tags-sparse-tree shows top-level headers even if they don't contain the selected tag. Is there a simple way to turn that off? For example, if I have a top level section called Bugs, and it

[Orgmode] Re: Latex exporting

2008-09-10 Thread Frank Dekens
Russell Adams RLAdams at AdamsInfoServ.Com writes: End of file.org -- #+ Local Variables: #+ org-export-latex-title-command: #+ org-export-latex-append-header: \ #+ \\usepackage{graphicx} #+ \\usepackage{multicol} #+

[Orgmode] Re: remember integration problem with 6.06

2008-09-10 Thread Dan Griswold
JBash [EMAIL PROTECTED] writes: When I type 'Ctrl-C r', which used to bring up the remember template, I now get: run-hook-with-args-until-success: Autoloading failed to define function org-remember-annotation How about: (require 'org-install) I recently had problems that were resolved

Re: [Orgmode] Re: Latex exporting

2008-09-10 Thread Russell Adams
Those are only honored when the file is opened, or you can hit 'M-x normal-mode' to reload them. Don't forget that the same applies to the template options header org can put at the top of the file. Its honored at open, or if you update a line you can C-c C-c on it to load that line. This is

[Orgmode] Using other modes in org-mode

2008-09-10 Thread Eric Schulte
Hi, Here is some code for using other major modes inside of org-mode. It uses blocks like the org-mode #+BEGIN_SOURCE, #+END_SOURCE blocks. This is sort of fun to play with but not necessarily stable. Thanks to Lennart for showing me how the MuMaMo code works. Requires MuMaMo-mode

[Orgmode] Re: Using other modes in org-mode

2008-09-10 Thread S . P . Tseng
That will be very cool, if this feature will be part of org-mode. It can correctly indent, font-lock and easy edit source code in native org-mode. By the way, I can not stop special mark [[xxx][xx]] ** to be explain with SRC block, however : can do that.