Re: [O] [Feature Request] - Furigana - Yomigana - Ruby

2013-05-29 Thread Christian Moe
Suvayu Ali writes: Maybe we could allow backend specific macro expansion definitions. Something like: #+HTML_MACRO: ruby ruby $1 rp(/rprt$2/rtrp)/rp \ruby #+LATEX_MACRO: ruby \ruby{$1}{$2} Then {{{ruby(東,ひがし)}}} will be expanded appropriately for different backends. What do you

Re: [O] [Feature Request] - Furigana - Yomigana - Ruby

2013-05-29 Thread Suvayu Ali
On Wed, May 29, 2013 at 09:20:52AM +0200, Christian Moe wrote: Suvayu Ali writes: Maybe we could allow backend specific macro expansion definitions. Something like: #+HTML_MACRO: ruby ruby $1 rp(/rprt$2/rtrp)/rp \ruby #+LATEX_MACRO: ruby \ruby{$1}{$2} Then

Re: [O] org-effectiveness

2013-05-29 Thread David Arroyo Menéndez
davi...@es.gnu.org (David Arroyo =?utf-8?Q?Men=C3=A9ndez?=) writes: Viktor Rosenfeld listuse...@gmail.com writes: Hello, David Arroyo Menéndez wrote: Hello, I would like propose org-effectiveness to contrib. Org effectiveness is a mode to measure the personal effectiveness using org

Re: [O] org-babel, python, encoding and table

2013-05-29 Thread Roland DONAT
Andreas Röhler andreas.roehler at easy-emacs.de writes: Am 07.05.2013 18:41, schrieb Eric Schulte: #+NAME: test2 #+begin_src python :results value :preamble # -*- coding: utf-8 -*- :return a a = ( ( é, a ), ( a, à ) ) b = é #+end_src #+RESULTS: test2 | \303\251 | a|

[O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Feng Shu
From e974db131d88acf06bb6b250eac2fae8c7d0a96e Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Wed, 29 May 2013 20:30:43 +0800 Subject: [PATCH] * contrib/lisp/org-contacts.el: Add a feature which can expire emails and phones * test :PROPERTIES: :EMAIL: te...@gmail.com

Re: [O] org-babel, python, encoding and table

2013-05-29 Thread Eric Schulte
To remind and illustrate the problem, here is an example : #+name: pytab-test #+begin_src python :results value :session :preamble # -*- coding: utf-8 -*- :return a a = ( ( é, a ), ( a, à ) ) a #+end_src #+TBLNAME: pytab-test | \303\251 | a| | a| \303\240 | I have

Re: [O] Org as a static site generator

2013-05-29 Thread Eric Schulte
François Pinard pin...@iro.umontreal.ca writes: Bastien b...@gnu.org writes: Oh, nice! I added a pointer in Worg: http://orgmode.org/worg/org-tools/index.html At the end of that page, there is: See the page Org Blogs and Wikis., with Org Blogs and Wikis clickable. However, the pointer

Re: [O] conflict load of epresent - org mode 8.0.3

2013-05-29 Thread Eric Schulte
d.tchin d.tc...@voila.fr writes: Hi, If the intention is to use epresent with org file, is it necessary to put the following instructions in epresent.el and epresent-org.el? (require 'ox) (require 'ox-latex) I suppose that when a org file is loaded, this library and corresponding are

Re: [O] [Feature Request] - Furigana - Yomigana - Ruby

2013-05-29 Thread Tristan Nakagawa
Hi, For some reason, I don't get the follow-ups per mail, neither can I respond via the gmane interface =(. Right now I don't have time to figure it out, so I will let you know here for all solutions: Thanks, all, very nice! In fact, pure awesomeness! And it's brand new. I didn't know about it

[O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
I'm using Org ~7.8 and would like to prepare a document for export to HTML to make available to others to read. This document will contain heading, text, etc., R code (for my reference) and the output of the R code. Where should I look to learn how to do this in R? Org-babel? Is this literate

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Nick Dokos
SabreWolfy sabrewo...@gmail.com writes: I'm using Org ~7.8 and would like to prepare a document for export to HTML to make available to others to read. This document will contain heading, text, etc., R code (for my reference) and the output of the R code. Where should I look to learn how to

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-05-29 Thread Michael Brand
Hi Eric On Wed, May 22, 2013 at 7:03 PM, Michael Brand michael.ch.br...@gmail.com wrote: Please review and comment my attached patch containing doc and ERT. As there has been no answer yet from anyone else: Could you please read this thread and review my Babel patch? I guess that you did not

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Thomas S. Dye
Aloha SabreWolfy, SabreWolfy sabrewo...@gmail.com writes: I'm using Org ~7.8 and would like to prepare a document for export to HTML to make available to others to read. This document will contain heading, text, etc., R code (for my reference) and the output of the R code. Where should I

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Thorsten Jolitz
SabreWolfy sabrewo...@gmail.com writes: I'm using Org ~7.8 and would like to prepare a document for export to HTML to make available to others to read. This document will contain heading, text, etc., R code (for my reference) and the output of the R code. Where should I look to learn how to

Re: [O] [Feature Request] - Furigana - Yomigana - Ruby

2013-05-29 Thread Christian Moe
Tristan Nakagawa writes: Christians suggestion with snippets works great, both for html and pdf via latex; even in section headers. (it took me reading the 8.0 upgrade info to understand we were talking about the at symbol, not literally at in the code. Hi, glad to hear it worked out. Did

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Sebastien Vauban
Hello, Thomas S. Dye wrote: SabreWolfy sabrewo...@gmail.com writes: I'm using Org ~7.8 and would like to prepare a document for export to HTML to make available to others to read. This document will contain heading, text, etc., R code (for my reference) and the output of the R code. Where

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Marcin Borkowski
Dnia 2013-05-29, o godz. 15:33:51 SabreWolfy sabrewo...@gmail.com napisał(a): I'm using Org ~7.8 and would like to prepare a document for export to HTML to make available to others to read. This document will contain heading, text, etc., R code (for my reference) and the output of the R code.

Re: [O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
Nick Dokos ndokos at gmail.com writes: org-babel is the right tool. Getting the headers right might involve some fiddling: there have been many question on the ML about those so you can try searching, but if after some effort you are still running into a wall, just post what you have, what

Re: [O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
Hi :) Thomas S. Dye tsd at tsdye.com writes: Org mode should do what you want pretty much out of the box. Note that the exporters all changed with Org 8, so you'll want to distinguish between the old and new exporters if you look for information on line. I haven't upgraded to Org 8 yet, but

Re: [O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
Hi Marcin, Marcin Borkowski mbork at wmi.amu.edu.pl writes: Just my two cents: some time ago I had a problem with Org (not the exporter, it was MobileOrg), and I was advised to install the newest Org (8.0). I was a bit afraid, but it turned out that the installation went /very/ smoothly.

Re: [O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
Hi Sebastien, Thanks for the explanation and the example, which I'm going to use to get me started.

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Nick Dokos
SabreWolfy sabrewo...@gmail.com writes: Nick Dokos ndokos at gmail.com writes: org-babel is the right tool. Getting the headers right might involve some fiddling: there have been many question on the ML about those so you can try searching, but if after some effort you are still running

Re: [O] [Feature Request] - Furigana - Yomigana - Ruby

2013-05-29 Thread Suvayu Ali
Hello Tristan, Since you broought up Org versions, I thought it would be pertinent to classify the version dependence of the possible solutions. On Wed, May 29, 2013 at 05:20:21PM +0200, Tristan Nakagawa wrote: I didn't get Suvayus solution in the old version, i suspect it might work in the

Re: [O] [Feature Request] - Furigana - Yomigana - Ruby

2013-05-29 Thread Suvayu Ali
On Wed, May 29, 2013 at 06:46:59PM +0200, Christian Moe wrote: Tristan Nakagawa writes: Christians suggestion with snippets works great, both for html and pdf via latex; even in section headers. (it took me reading the 8.0 upgrade info to understand we were talking about the at

[O] Bug: Literal Examples are malformed in exports (to html/tex) [8.0.3 (release_8.0.3-165-g60ca9e @ /home/quazimodo/.emacs.d/vendor/org-mode/lisp/)]

2013-05-29 Thread S.S
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.

Re: [O] Bug: Literal Examples are malformed in exports (to html/tex) [8.0.3 (release_8.0.3-165-g60ca9e @ /home/quazimodo/.emacs.d/vendor/org-mode/lisp/)]

2013-05-29 Thread Nicolas Goaziou
Hello, super.quazim...@gmail.com (S.S) writes: I add a literal example like #+BEGIN_SRC (defun org-xor (a b) Exclusive or. (if a (not b) b)) #+END_SRC You need to provide a language for src blocks. and #+BEGIN_EXAMPLE (defun org-xor (a b) Exclusive

[O] overview of org files

2013-05-29 Thread D M German
Hi everybody, here is a small contribution to the org project. It is a dashboard of org files in your main org directory. It shows, in a table, each of the org files, including its title (#+TITLE: field) and the filename. Date Title Filename

Re: [O] Bug: Literal Examples are malformed in exports (to html/tex) [8.0.3 (release_8.0.3-165-g60ca9e @ /home/quazimodo/.emacs.d/vendor/org-mode/lisp/)]

2013-05-29 Thread S S
On Thu, May 30, 2013 at 5:22 AM, Nicolas Goaziou n.goaz...@gmail.comwrote: S S super.quazim...@gmail.com writes: I've no Idea what an ECM is :( If you let me know I'll see if I can provide it. It stands for complete minimal example, i.e. enough information so that I can reproduce it. I

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Marcin Borkowski
Dnia 2013-05-29, o godz. 17:30:23 SabreWolfy sabrewo...@gmail.com napisał(a): Hi Marcin, Marcin Borkowski mbork at wmi.amu.edu.pl writes: Just my two cents: some time ago I had a problem with Org (not the exporter, it was MobileOrg), and I was advised to install the newest Org (8.0).

Re: [O] Expanded property drawers as per file option

2013-05-29 Thread Karl Voit
* Feng Shu tuma...@gmail.com wrote: Thorsten Jolitz tjol...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: ,- | (defun find-org-contracts () | (interactive) | (find-file /path/to/contracts.org) | (show-all)) | | M-x find-org-contracts

[O] Problem when EXPORT_FILE_NAME contains a subdirectory

2013-05-29 Thread Martin Marier
Hi org users, When trying to export a subtree as PDF in a subdirectory, I get this error: ! I can't write on file `test.log'. This is using this source: * head 1 :PROPERTIES: :EXPORT_FILE_NAME: pdf/test.pdf :END: Moo Moo Moo. * head 2 This used to work fine with the old exporter. It I

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Daimrod
Feng Shu tuma...@gmail.com writes: Hello Feng, Thanks for this interesting feature, here are some remarks: From e974db131d88acf06bb6b250eac2fae8c7d0a96e Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Wed, 29 May 2013 20:30:43 +0800 Subject: [PATCH] *

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Daimrod
Feng Shu tuma...@gmail.com writes: (defun org-contacts-complete-name (start end string) Complete text at START with a user name and email. (let* ((completion-ignore-case org-contacts-completion-ignore-case) @@ -484,10 +497,17 @@ A group FOO is composed of contacts with the tag FOO.

Re: [O] Bug: Literal Examples are malformed in exports (to html/tex) [8.0.3 (release_8.0.3-165-g60ca9e @ /home/quazimodo/.emacs.d/vendor/org-mode/lisp/)]

2013-05-29 Thread Nicolas Goaziou
S S super.quazim...@gmail.com writes: I've added test.org and test_no_init.org along with their html exports plus my init.el to a gist. https://gist.github.com/quazimodo/9055aca6167df1398c94 The init.el is long but you'll see from a fast skim there's nothing unusual there. Indeed. But I

Re: [O] Expanded property drawers as per file option

2013-05-29 Thread Thorsten Jolitz
Karl Voit devn...@karl-voit.at writes: * Feng Shu tuma...@gmail.com wrote: Thorsten Jolitz tjol...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: ,- | (defun find-org-contracts () | (interactive) | (find-file /path/to/contracts.org) |

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Feng Shu
Daimrod daim...@gmail.com writes: Feng Shu tuma...@gmail.com writes: (defun org-contacts-complete-name (start end string) Complete text at START with a user name and email. (let* ((completion-ignore-case org-contacts-completion-ignore-case) @@ -484,10 +497,17 @@ A group FOO is

Re: [O] org-babel, python, encoding and table

2013-05-29 Thread Christian Wittern
On 2013-05-29 22:00, Eric Schulte wrote: This does seem to be in the right direction. This is similar to my diagnosis of the non-session case [1]. If the python process prints weird hex character values (e.g., '\xc3\xa0') instead of utf8 characters (e.g., à), then Babel will insert the hex

[O] Bug: Literal Examples are malformed in exports (to html/tex) [8.0.3 (release_8.0.3-165-g60ca9e @ /home/quazimodo/.emacs.d/vendor/org-mode/lisp/)]

2013-05-29 Thread S.S
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.

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Feng Shu
Daimrod daim...@gmail.com writes: updated patch; From b0851e4c48e4c2e67fd8aafdf04951e764e07ccf Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Wed, 29 May 2013 20:30:43 +0800 Subject: [PATCH] Add a feature, which can ignore emails or phones with property *

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Feng Shu
Daimrod daim...@gmail.com writes: This is not very idiomatic elisp, I would write something more like: #+BEGIN_SRC emacs-lisp (remove-if (lambda (el) (member el expire-list)) list) #+END_SRC Thanks! Is this possible? test1@g = te...@gmail.com

Re: [O] [PATCH] org-contacts.el: ignore emails or phones with ignore property

2013-05-29 Thread Feng Shu
updated patch From b0851e4c48e4c2e67fd8aafdf04951e764e07ccf Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Wed, 29 May 2013 20:30:43 +0800 Subject: [PATCH] Add a feature, which can ignore emails or phones with property * contrib/lisp/org-contacts.el

Re: [O] [PATCH] org.el: Don't flyspell check within source code blocks

2013-05-29 Thread Trevor Murphy
Thanks, Bastien. Your suggestion has been working perfectly fine for me. Updated patch sent in reply to the first in the chain (I hope ... still trying to master git send-email). Trevor On Sat, May 25, 2013 at 11:52 AM, Bastien b...@gnu.org wrote: Hi Trevor, Trevor Murphy

Re: [O] Bug: Literal Examples are malformed in exports (to html/tex) [8.0.3 (release_8.0.3-165-g60ca9e @ /home/quazimodo/.emacs.d/vendor/org-mode/lisp/)]

2013-05-29 Thread S S
On Thu, May 30, 2013 at 7:36 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: S S super.quazim...@gmail.com writes: I've added test.org and test_no_init.org along with their html exports plus my init.el to a gist. https://gist.github.com/quazimodo/9055aca6167df1398c94 The init.el is long

Re: [O] Bug: Literal Examples are malformed in exports (to html/tex) [8.0.3 (release_8.0.3-165-g60ca9e @ /home/quazimodo/.emacs.d/vendor/org-mode/lisp/)]

2013-05-29 Thread S S
On Thu, May 30, 2013 at 11:16 AM, S S super.quazim...@gmail.com wrote: On Thu, May 30, 2013 at 7:36 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: S S super.quazim...@gmail.com writes: I've added test.org and test_no_init.org along with their html exports plus my init.el to a gist.

[O] default face org-column

2013-05-29 Thread Xiao-Yong Jin
Hi, In org-faces.el, (when (fboundp 'set-face-attribute) ;; Make sure that a fixed-width face is used when we have a column table. (set-face-attribute 'org-column nil :height (face-attribute 'default :height) :family (face-attribute 'default