[O] is there some example for parse org-mode file in emacs lisp script mode ?

2012-07-22 Thread Tongzhu Zhang
hi , I want write a emacs lisp in the script mode as a shell command (like a man command) for my personal project . i want use an org file to keep all command information, like : * command_a :command: some description or params for this command * command_b :command: blabala * some msic i

[O] Birthdays, org-contacts and agenda filters - a bug?

2012-07-22 Thread Simon Thum
Hi all, I have a working setup for birthdays from org-contacts in my default agenda. However I use split work/private agendas which are discerned using org-agenda-tag-filter-preset. As it happens, my birthday heading does not inherit its tags (from FILETAGS) as I intend; I even tried this: *

Re: [O] Seeking advice on timeline project

2012-07-22 Thread Simon Thum
Hi Alan, I would probably put the approximate date first, i.e. NOT an org date, but simply a _sorteable_ 2001 or 2002-03 and then use C-c ^ to establish the timeline. (I do not check how well this bodes with the syntax I suggest! You need to find a sort-syntax combo that works.) Later you ca

[O] Problems with org-capture and file+function

2012-07-22 Thread Christopher J. White
Hi folks, I'm trying to figure out the proper use of the 'file+function' target. The documentation indicates the entry will be a child of the target entry, but I'm not finding that to be the case for all cases. As far as I can tell, the function is expected to put the point where the entry s

[O] [PATCH] typo in org-e-ascii.el

2012-07-22 Thread Achim Gratz
diff --git a/contrib/lisp/org-e-ascii.el b/contrib/lisp/org-e-ascii.el index 1851273..a9551af 100644 --- a/contrib/lisp/org-e-ascii.el +++ b/contrib/lisp/org-e-ascii.el @@ -1100,7 +1100,7 @@ (defun org-e-ascii-horizontal-rule (horizontal-rule contents info) "Transcode an HORIZONTAL-RULE objec

Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-22 Thread Achim Gratz
Vladimir Lomov writes: > Thanks, would work fine with this small change: Thanks, but please do not patch a patch file... Eric, that leaves: In org-babel-edit-distance: ob.el:624:37:Warning: function `map' from cl package called at runtime which the byte-compiler did not pick up on before. If i