Re: [Orgmode] Bug: logging PROPERTIES [6.36trans]

2010-07-04 Thread Carsten Dominik
Hi Giovanni, On Jul 2, 2010, at 2:52 PM, Giovanni Ridolfi wrote: 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

[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.

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

2010-07-04 Thread Dan Davison
David O'Toole dto1...@gmail.com 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

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

2010-07-04 Thread David Maus
Sebastian Rose wrote: [1 text/plain (7bit)] 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

[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

[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 +++

[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] Re: Does anybody know how to sync org agenda files with google calendar?

2010-07-04 Thread Memnon Anon
Xin Yang etimecow...@gmail.com 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

[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

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) (concatl)) 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 at

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

2010-07-04 Thread Sebastian Rose
David Maus dm...@ictsoc.de writes: Sebastian Rose wrote: [1 text/plain (7bit)] 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'