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 12:20 PM, S S wrote: > On Thu, May 30, 2013 at 11:16 AM, S S wrote: >> On Thu, May 30, 2013 at 7:36 AM, Nicolas Goaziou wrote: >>> S S writes: >>> I've added test.org and test_no_init.org along with their html exports plus my init.el to a gist. h

[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 :family

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 wrote: > On Thu, May 30, 2013 at 7:36 AM, Nicolas Goaziou wrote: >> S S 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 >>

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 wrote: > S S 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

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 wrote: > Hi Trevor, > > Trevor Murphy writes: > > > + (not

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

2013-05-29 Thread Trevor Murphy
* lisp/org.el (org-mode-flyspell-verify): Add check for `org-in-src-block-p'. TINYCHANGE --- lisp/org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 94078f9..77de2d7 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -23596,7 +23596,8 @@ To g

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 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 (org-contacts-ignore-property): New variable

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

2013-05-29 Thread Feng Shu
Daimrod 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: add expire feature

2013-05-29 Thread Feng Shu
Daimrod writes: updated patch; >From b0851e4c48e4c2e67fd8aafdf04951e764e07ccf Mon Sep 17 00:00:00 2001 From: Feng Shu 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 (org-contacts-ignore-prope

[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] 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 va

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

2013-05-29 Thread Feng Shu
Daimrod writes: > Feng Shu 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

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

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

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 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 suspect something

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

2013-05-29 Thread Daimrod
Feng Shu 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] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Daimrod
Feng Shu writes: Hello Feng, Thanks for this interesting feature, here are some remarks: > From e974db131d88acf06bb6b250eac2fae8c7d0a96e Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Wed, 29 May 2013 20:30:43 +0800 > Subject: [PATCH] * contrib/lisp/org-contacts.el: Add a feature which ca

[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] Expanded property drawers as per file option

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

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Marcin Borkowski
Dnia 2013-05-29, o godz. 17:30:23 SabreWolfy napisał(a): > Hi Marcin, > > Marcin Borkowski 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 afrai

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 wrote: > S S 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 probably don't need your complete

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

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

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 th

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Nick Dokos
SabreWolfy writes: > Nick Dokos 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

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 SabreWolfy
Hi Marcin, Marcin Borkowski 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. And s

Re: [O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
Hi :) Thomas S. Dye 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 I

Re: [O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
Nick Dokos 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 you wan

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Marcin Borkowski
Dnia 2013-05-29, o godz. 15:33:51 SabreWolfy 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. Where should I l

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Sebastien Vauban
Hello, Thomas S. Dye wrote: > SabreWolfy 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 loo

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 symbol, not literally "" in the code. Hi, glad to hear it worked out. Di

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Thorsten Jolitz
SabreWolfy 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 do this in R? Org-

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Thomas S. Dye
Aloha SabreWolfy, SabreWolfy 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 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 follow the thread because th

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Nick Dokos
SabreWolfy 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 do this in R? Org-

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

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 b

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

2013-05-29 Thread Eric Schulte
d.tchin 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 > already

Re: [O] Org as a static site generator

2013-05-29 Thread Eric Schulte
François Pinard writes: > Bastien 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 resolves to > file:///hom

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| \30

[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 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 te...@gmail.com te.

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

2013-05-29 Thread Roland DONAT
Andreas Röhler 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 > >> | \

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

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 $1 ($2) <\ruby> > > #+LATEX_MACRO: ruby \ruby{$1}{$2} > > > > Then {{{ruby(東,ひがし)}}}

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 $1 ($2) <\ruby> > #+LATEX_MACRO: ruby \ruby{$1}{$2} > > Then {{{ruby(東,ひがし)}}} will be expanded appropriately for > different backends. > > What do you think?