[Orgmode] Re: org-capture file+function match [PATCH] + question

2010-07-04 Thread Carsten Dominik
Hi Juan, I have now taken a look at the file+regexp, file+function, and function targets in capture. They should work now, including using :prepend to position at the beginning of the regexp in the file+regexp target specification. For file+function and for function, :prepend has no effect. If

[Orgmode] org-publish vs emacs-muse vs txt2tags

2010-07-04 Thread Xin Yang
Hi everybody, These three software packages all can do the job of converting plain text files to various tag formats. But which one is the best now? I used to be an emacs-muse user, and just switched to org weeks ago, since org has been a part of emacs for quite a long time. I use muse/org-publis

Re: [Orgmode] [BUG] #+begin_src wo. language blocks XHTML export

2010-07-04 Thread Sebastian Rose
David Maus writes: > Sebastian Rose wrote: >>[1 ] > >>I'm reworking worg/org-contrib/org-protocol.org and could export the >>results to XHTML. > > >>The reason was line 523. > >>Line 523 was: > >> #+begin_src > >>without a language added! >>Line 530 was > >> #+end_src > > >>Changing `_src' to

Re: [Orgmode] Literal examples and indentation

2010-07-04 Thread Juan
For ASCII export, the 2 leading spaces are hard-coded in org-ex.el line 2292: (lambda (l) (concat " " l)) You'll need to tinker inside the code in order to change the indentation. Regards, .j. On Fri, Jul 02, 2010 at 11:22:47PM +0200, Francis Moreau wrote: > To ASCII On Thu, Jul 01, 2010 a

[Orgmode] hypermedia programming with babel

2010-07-04 Thread David O'Toole
Since discovering org babel, I've been doing a lot of reading and brainstorming, and have collected some thoughts/code/plans in several places: 1. http://github.com/dto/org-babel-lisp Some very basic compatibility. I'm not experienced enough with either babel or slime, perhaps someone can help m

[Orgmode] Re: Does anybody know how to sync org agenda files with google calendar?

2010-07-04 Thread Memnon Anon
Xin Yang writes: > Just want to know if there is anyway to sync org agenda files with my > google calendar. It would be much easier for me to use org on an pc that > has no emacs installed. AFAIK, no, there is no "easy" solution, yet. However, this message might be interesting for you: , |

[Orgmode] Does anybody know how to sync org agenda files with google calendar?

2010-07-04 Thread Xin Yang
Hi everybody, Just want to know if there is anyway to sync org agenda files with my google calendar. It would be much easier for me to use org on an pc that has no emacs installed. Regards Alan ___ Emacs-orgmode mailing list Please use `Reply All'

[Orgmode] [PATCH 2/2] Fix typo in docstring.

2010-07-04 Thread David Maus
* babel/ob-exp.el (org-babel-exp-inline-src-blocks): Fix typo in docstring. --- lisp/babel/ob-exp.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/babel/ob-exp.el b/lisp/babel/ob-exp.el index 420f223..7fa673b 100644 --- a/lisp/babel/ob-exp.el +++ b/lisp/babel/ob-ex

[Orgmode] [PATCH 1/2] Fix docstring.

2010-07-04 Thread David Maus
* babel/ob-exp.el (org-babel-function-def-export-keyword): Fix docstring. Parenthesis at the beginning of a docstring line should be escaped. --- lisp/babel/ob-exp.el |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/babel/ob-exp.el b/lisp/babel/ob-exp.el index 59a

Re: [Orgmode] [BUG] #+begin_src wo. language blocks XHTML export

2010-07-04 Thread David Maus
Sebastian Rose wrote: >[1 ] >I'm reworking worg/org-contrib/org-protocol.org and could export the >results to XHTML. >The reason was line 523. >Line 523 was: > #+begin_src >without a language added! >Line 530 was > #+end_src >Changing `_src' to `_example' in both lines makes it possib

[Orgmode] Re: [BABEL] literate Lisp games development questions

2010-07-04 Thread Dan Davison
"David O'Toole" writes: > Hi Dan > > I looked at your notes in the icons repo, perhaps we can come up with a > brief org file that is the official community standard for the icon themes. Hi David, Absolutely. We could have an org-icons Worg page which contains the current icon images. (I'm not

[Orgmode] Bug: Error when bulk-refile and org-refile-use-outline-path is 'file [6.36trans]

2010-07-04 Thread David Maus
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -