[O] More on macros: Defined edebug-spec

2011-08-12 Thread David Maus
I just pushed a commit to master that adds edebug specifications to all macros defined by Org mode. With these specifications in place it is now possible to step through macros with edebug like a normal function call. Information about instrumenting macro calls can be found here:

Re: [O] Bug: Problems with integration between asmyptote and org mode [7.7]

2011-08-12 Thread Daniel Gonzalez
Hi Nicolas, Thanks for your info. It seems I was following an outdated howto. I didn't know asymptote was already integrated in babel. Now it is working fine. I am using the following org source: #+begin_src asymptote :file generated/asymptote.png :exports both import graph; size(0,4cm); real

Re: [O] New feature: loop over siblings for some commands

2011-08-12 Thread David Maus
At Wed, 10 Aug 2011 10:34:14 +0200, David Maus wrote: Whats next: Handle folded subtrees. Currently org-schedule w/ active region schedules hidden subtrees, too. Using a tags/prop/todo query seems suboptimal because you would have to know the characteristics of the region beforehand. To me

[O] [bug] Face org-code applied to special keywords

2011-08-12 Thread Sebastien Vauban
Hello, Since 2 to 3 days max, a (minor) visual bug has been inserted in Org's code: the first colon of the LOGBOOK and END keywords is now highlighted in face org-code, instead of face org-special-keyword. #+begin_src org ** DONE This is a task

Re: [O] [bug] Face org-code applied to special keywords

2011-08-12 Thread suvayu ali
On Fri, Aug 12, 2011 at 12:03 PM, Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Since 2 to 3 days max, a (minor) visual bug has been inserted in Org's code: the first colon of the LOGBOOK and END keywords is now highlighted in face org-code, instead of face org-special-keyword. I can

[O] [bug] Captured item inserted in the wrong subtree

2011-08-12 Thread Sebastien Vauban
Hello, Since this morning's update -- though I think I did not update yesterday --, I've a weird problem when capture some text through the standard template I use for months. #+begin_src emacs-lisp (setq org-capture-templates `((t Task entry

Re: [O] Prettier Org-mode Export

2011-08-12 Thread Sebastien Vauban
Hi Pavel, Pavel Panchekha wrote: I put together a few styles that I use for publishing Org-mode files to HTML --- I use this mostly for literate programs, but I think it should be usefully in general. In any case, hope this is useful to someone. http://pavpanchekha.github.com/org-project/

[O] OSX: Display cur. task in Menu Bar?

2011-08-12 Thread Nathan Neff
Does anyone know of a script or a menulet that will display the currently logged in task in OSX's menu-bar? My main purpose is to show Org mode's currently logged in task on some part of the screen that's always visible. I considered using Growl, but Growl only stays open for X seconds, and

Re: [O] OSX: Display cur. task in Menu Bar?

2011-08-12 Thread Michael C Gilbert
On Aug 12, 2011, at 8:08 AM, Nathan Neff wrote: Does anyone know of a script or a menulet that will display the currently logged in task in OSX's menu-bar? My main purpose is to show Org mode's currently logged in task on some part of the screen that's always visible. Thanks for bringing

Re: [O] More on macros: Defined edebug-spec

2011-08-12 Thread Nick Dokos
David Maus dm...@ictsoc.de wrote: I just pushed a commit to master that adds edebug specifications to all macros defined by Org mode. With these specifications in place it is now possible to step through macros with edebug like a normal function call. Information about instrumenting macro

Re: [O] OSX: Display cur. task in Menu Bar?

2011-08-12 Thread Rasmus
I don't know anything about mac os x. I pipe conky into my bar. I use the following command: #+begin_src sh emacsclient -e (my/org-clocked-in) | cut -d '' -f 2 #+end_src Here is the function I call. I might have stolen it from somewhere, but I haven't written a source in my .emacs.

[O] org-outline-regexp changes break use of org-overview in non-org buffers

2011-08-12 Thread Matt Lundin
The changes to org-overview in the commit c3748fcd80ec53dc9b0db6e2ad17be6b14dd3bb9 make it impossible to use org-global-cycle (i.e., org-overview) in non-org buffers, such as Auctex. The problematic line is 6231: (if (re-search-forward org-outline-regexp-bol nil t)

[O] ditaa

2011-08-12 Thread Henri-Paul Indiogine
Greetings! Is anyone experiencing problems with LaTeX export + ditaa? After a git pull upgrade this morning the export to LaTeX of ditaa has changed to hyperref. I can post the relevant LaTeX lines if necessary. Thanks, Henri-Paul -- Henri-Paul Indiogine Curriculum Instruction Texas AM

[O] org-paste-subtree and org-refile broken

2011-08-12 Thread Matt Lundin
The following commit broke org-paste-subtree (and, as a result, refile): , | commit ece3091f16af246780e29ba6e8248dd8bb3b7ba2 | Author: David Maus dm...@ictsoc.de | Date: Wed Aug 10 18:38:26 2011 +0200 | | Don't eat headline when yank with point at existing headline | | *

Re: [O] org-paste-subtree and org-refile broken

2011-08-12 Thread Matt Lundin
Matt Lundin m...@imapmail.org writes: If I kill subtree Four and call org-paste-subtree with the point on Two (or if I refile it to Two), I get the following: * One Text in one * Two * Four Text in four Text in two * Three Text in three I should add that the correct result (and