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?
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(東,ひがし)}}}
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
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
> >> | \
>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.
>
> 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
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
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
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
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
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-
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
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
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-
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
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
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
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
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
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
Hi Sebastien,
Thanks for the explanation and the example, which I'm going to use to get me
started.
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
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
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
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.
-
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)
>
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
---
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
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
* 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
>> `
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
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
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."
>
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
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
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
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
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.
-
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
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
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
* 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
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
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
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
>>
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
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
47 matches
Mail list logo