[Orgmode] excessive blank lines in archives

2010-12-18 Thread Greg Troxel
I've been noticed extra lines in archive files. I did a controlled test by creating a simple foo.org: * test item 1 this is a test item * test item 2 this is a test item I then moved to the first * and did C-x

Re: [Orgmode] Latex: exporting a tree

2010-12-18 Thread Nicolas Goaziou
Hello, > Carsten Dominik writes: >> Though, shouldn't I replace all those calls to >> `org-get-limited-outline-regexp' with `org-with-limited-levels' >> macro? > I have not looked closely at your new code - but yes, this is what > the macro is for! The following patch does that, 3 times. I

[Orgmode] Re: Sending org buffer as mail?

2010-12-18 Thread Ethan Ligon
Eric Schulte gmail.com> writes: > > Jean-Marie Gaillourdet gaillourdet.net> writes: > > > Hi Eric, > > > > "Eric Schulte" gmail.com> writes: > > > >> Hi Matt, > >> > >> This looks great, how would you feel about trying to fold this into > >> org-mime, or would you mind if I did so. I've alrea

Re: [Orgmode] [ANN] Zotero for plain text (including org-mode)

2010-12-18 Thread Erik Hetzner
Hi Christian, Many thanks for the feedback! At Sat, 18 Dec 2010 19:59:58 +0100, Christian Moe wrote: > > Hi, > > This sounds interesting! I'd like to try it out, but haven't quite got > it to work yet. > > When I turn on MozRepl in Firefox, turn on org-zotero-mode in Emacs, > and try `C-c z

[Orgmode] Disputed keys

2010-12-18 Thread Andrea Crotti
I wanted finally to fix the following problem, I would like to use meta-left/right to switch frame, and that's one of the keys that orgmode uses. I added the two values here to the org-disputed-keys --8<---cut here---start->8--- [(meta left)] Value:

Re: [Orgmode] allow table* specification with #+ATTR_LaTeX:

2010-12-18 Thread Thomas S. Dye
Hi Eric, This is a very nice addition to the LaTeX exporter. It opens up a lot of LaTeX to Org-mode users. Users unfamiliar with LaTeX might be interested to know that standard LaTeX typesets captions as if they are beneath the captioned item. This means that the vertical spacing is wr

Re: [Orgmode] How to use headlines and lists in Org to structure your thoughts?

2010-12-18 Thread Carsten Dominik
On Dec 14, 2010, at 6:13 PM, Karl Maihofer wrote: The ongoing discussion about inline tasks and drawers withhin lists much depends on the way you use Org, I think. Perhaps it is a good idea to brainstorm some fundamental aspects in regard to headlines and lists. Why and in which situations do

Re: [Orgmode] [ANN] Zotero for plain text (including org-mode)

2010-12-18 Thread Christian Moe
Hi, This sounds interesting! I'd like to try it out, but haven't quite got it to work yet. When I turn on MozRepl in Firefox, turn on org-zotero-mode in Emacs, and try `C-c z i', I get this error message: make client process failed: Connection refused, :name, MozRepl, :buffer, *MozRepl*, :

Re: [Orgmode] REBOL support Was: Re: [babel] ob-web

2010-12-18 Thread Eric Schulte
I just heard about REBOL recently as it was mentioned as a "good new language to learn" at the "Future of Programming Languages" [1] talk at Strange Loop. I am happy to help anyone who would like to add Babel support for REBOL. The existing ob-*.el language files should serve as a good guide. My

Re: [Orgmode] How to use headlines and lists in Org to structure your thoughts?

2010-12-18 Thread Karl Maihofer
Zitat von Alan L Tyree : The ongoing discussion about inline tasks and drawers withhin lists much depends on the way you use Org, I think. Perhaps it is a good idea to brainstorm some fundamental aspects in regard to headlines and lists. 2. Make headlines behave like list items. This means enabl

[Orgmode] Re: [babel] ob-web

2010-12-18 Thread Srinivas
I don't know if anyone in this community has heard of REBOL (http:// www.rebol.com). REBOL seems ideally suited for such scripting tasks. For example, the page (http://www.rebol.com/oneliners.html) lists a number of one liners that show the potential. Here is a oneliner (#6 from the oneliners.

Re: [Orgmode] should the mail list be splitted resp. sub-tagged ?

2010-12-18 Thread Torsten Wagner
Thanks for all the answers and discussions. To summarise: I guess nobody is interest to split the list. At least no dev mentioned a need. Tags are good but might need some guidance to use a certain set and possibly shorten them wherever possible. The issue with to long tag list is not only a proble

[Orgmode] [PATCH] Run a hook when relative timer is continued

2010-12-18 Thread Christian Moe
Timer: Run a hook when relative timer is continued * lisp/org-timer.el (org-timer-continue-hook): Define the variable (org-timer-pause-or-continue): Run hook after relative timer is continued There was a hook run when the relative timer is paused (and for most other actions), but none for conti

[Orgmode] [ANN] Zotero for plain text (including org-mode)

2010-12-18 Thread Erik Hetzner
Hi org-mode users, zotero-plain is a system for using Zotero to include citations in plain text documents. At the moment it has 3 components: an emacs library for linking Zotero with org-mode, an emacs library for easy insertion of citations into a reStucturedText document, and a reStucturedText

[Orgmode] Re: [OT] Exporting org files to html from outside GNU Emacs

2010-12-18 Thread Sébastien Vauban
Hi Emanuele, Jeff Horn wrote: > On Fri, Dec 17, 2010 at 8:22 PM, Emanuele Santoro > wrote: >> I'm writing a sort of wiki software, and i want it to use Org-Mode's syntax >> for its documents. >> Thus, I'd need to have some code to export org files to HTML. > > This might work: http://johnmacfarl