This might work: http://johnmacfarlane.net/pandoc/
On Fri, Dec 17, 2010 at 8:22 PM, Emanuele Santoro wrote:
> I'll be a little OT, I'm sorry.
>
> Hello people,
> I'm writing a sort of wiki software, and i want it to use Org-Mode's
> syntax for its documents.
> Thus, I'd need to have some code to
Rafael Villarroel writes:
> I have defined the following:
>
> (setq gnus-home-directory "~/Dropbox/gnus")
> (setq gnus-directory "~/Dropbox/gnus/News")
> (setq message-directory "~/Dropbox/gnus/Mail")
>
> and so my init Gnus file is at ~/Dropbox/gnus/.gnus. When loading
> org-mode just pull
I'll be a little OT, I'm sorry.
Hello people,
I'm writing a sort of wiki software, and i want it to use Org-Mode's
syntax for its documents.
Thus, I'd need to have some code to export org files to HTML.
Something like a library for Php or Perl.
Is anyone planning to write something like that?
Now
I am running the latest git version "Org-mode version 7.4
(release_7.4.41.g96c70)" and found that if my capture runs with the option
file+datetree+prompt the year it detects is 3979
but if I run it without the '+prompt' option at the end it detects the right
year 2010. Also with the prompt optio
Sébastien Vauban
writes:
> I've real performance problems for opening some Org files. Just some,
> hopefully. I don't remember having those problems when I was on Ubuntu, and I
> must already have opened it, back then, but... Anyway, I'm now (forced) on
> Windows, and I have the problem.
I don't
Hi,
I am on a little bug hunt ;) and hope to figure out what is happening
here over the next days. However, if someone has a minute:
Could someone please try this custom agenda command?
--8<---cut here---start->8---
(setq org-agenda-custom-commands
Thanks, I've just pushed up a new version of org-mime which makes use of
this function.
The two new externally visible functions are
`org-mime-org-buffer-htmlize' (so named for backwards compatability)
which will export the current buffer or region to an html/org
multipart email.
and
`o
Jean-Marie Gaillourdet writes:
> Hi Eric,
>
> "Eric Schulte" writes:
>
>> Hi Matt,
>>
>> This looks great, how would you feel about trying to fold this into
>> org-mime, or would you mind if I did so. I've already mimicked your
>> function to set subjects of outgoing emails to match the title o
William Gardella writes:
[...]
> For this "info overload" reason, I find it easier to follow this list as
> a GMANE newsgroup ( nntp://news.gmane.org/gmane.emacs.orgmode/ ) rather
> than as a mailing list. Makes it easier to tune it out when I'm
> awaiting urgent things in my email.
>
> And if
On Dec 17, 2010, at 10:01 PM, Eric Schulte wrote:
Ah! you caught me :)
I've just pushed up documentation. -- Eric
Thank you, Eric.
- Carsten
Carsten Dominik writes:
This is great, I like it. Maybe a change to the manual
would be appropriate?
Best wishes
- Carsten
On Dec 17, 2010,
Ah! you caught me :)
I've just pushed up documentation. -- Eric
Carsten Dominik writes:
> This is great, I like it. Maybe a change to the manual
> would be appropriate?
>
> Best wishes
>
> - Carsten
>
> On Dec 17, 2010, at 9:39 PM, Eric Schulte wrote:
>
>> Hi Tom,
>>
>> Thanks for all you help
This is great, I like it. Maybe a change to the manual
would be appropriate?
Best wishes
- Carsten
On Dec 17, 2010, at 9:39 PM, Eric Schulte wrote:
Hi Tom,
Thanks for all you help on this front. I've just pushed up the patch
with your suggested syntax (which is much better than my original
Hi Tom,
Thanks for all you help on this front. I've just pushed up the patch
with your suggested syntax (which is much better than my original). It
allows the following behavior.
The following org
#+begin_src org
#+CAPTION: A wide table with tabulary
#+LABEL: tbl:wide
#+ATTR_LaTeX: table*
Torsten Wagner writes:
> Dear all,
> since I subscribed to the maillist, the traffic increased
> enormously. This is very nice, however, recently I got difficulties to
> filter throw all the post searching for relevant topics for me. The
> babel project is using already a [babel] tag, and other t
Julien Danjou wrote:
> + %(expression) Eval expression and replaces the control string
> +by the result
Nitpick, use "replace", not "replaces".
[...]
Cheers,
Lawrence
--
Lawrence Mitchell
___
Emacs-orgmode mailing list
Please use
Torsten Wagner writes:
> Dear all,
> since I subscribed to the maillist, the traffic increased
> enormously. This is very nice, however, recently I got difficulties to
> filter throw all the post searching for relevant topics for me. The
> babel project is using already a [babel] tag, and other t
This is a perfect patch submission, thanks a lot for taking the time
to fix it.
Accepted.
- Carsten
On Dec 16, 2010, at 6:12 PM, Julien Danjou wrote:
* org-capture.el (org-capture-fill-template): Use `org-set-property'
directly.
* org.el (org-set-property): Split property and values readin
I have to use very large fonts, and tags present a huge problem for
that. I do, however, agree with the concept.
I would just like to propose that the tags be kept to just a few
letters. This allows reading more of the subject line.
Another point is that if important words are in the /beginning
* org-agenda.el (org-compile-prefix-format): Allow %() expression.
Signed-off-by: Julien Danjou
---
lisp/org-agenda.el | 25 +++--
1 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index a23d7d7..e0b54b8 100644
--- a/li
* org-capture.el (org-capture-fill-template): Use org-eval.
---
lisp/org-capture.el |5 +
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index b85b011..29ecbc1 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -1206,10 +
* org-agenda.el (org-eval): New function.
Signed-off-by: Julien Danjou
---
lisp/org-agenda.el |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 19535b4..a23d7d7 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -
Sebastien,
This is probably pretty simple to do with a number of org-mode
supported languages. Since I know R best, I can recommend the
RCurl package (http://www.omegahat.org/RCurl/) for doing exactly
as you describe.
I'll look into an R implementation of this when I get some
time over break in
Hi Eric,
A syntax like this, with a width attribute, seems most like Org-mode
to me:
#+ATTR_LaTeX table* tabularx width=\textwidth align=llXrl
If that isn't a reasonable possibility, then, yes, the square brackets
should be changed. These represent optional arguments in LaTeX. The
widt
Thanks Jeff, I've removed the parentheses per your recommendation.
All the best,
Tom
On Dec 16, 2010, at 8:15 PM, Jeff Horn wrote:
Aloha Thomas,
I think I found the bug. I ran =C-c C-c= on the following lines of
code from your 'article-class.org' file:
#+begin_src emacs-lisp :exports code
(
Andrew J. Korty wrote:
> Not sure I agree with splitting the list, but the [Orgmode] tag is
> definitely superfluous. Who has a mail client that can't filter on
> the List-Id field?
>
It may be superfluous for some (all?) mail clients, but it is not
supefluous for *me*. Some duplication/supefl
Hi Eric, Dan & Co,
A dream here: would we have an ob-web package, we could have easy block codes
for fetching some info from Web pages, possibly by giving as parameters 2
delimiters (strings or regexps), and re-arranging it into tables when it fits.
Use cases: statistics from Google Analytics, pr
Sébastien Vauban wrote:
>
> Though, I don't see any potential explanation therefore. Could you help me
> spotting the problem?
>
It looks as if something that org-mode calls is taking all the time,
but it is not org itself. So the next thing is to look at what org-mode
calls and try to profile
Torsten Wagner wrote:
> Thinking of tags, I wonder why we use
> [Orgmode] since all mails coming from emacs-orgmode(a)gnu.org which is
> a strong indicator already.
At least for me, the subject appears in my mail-reading pane so I can
see the tag, but the sender that appears is the original send
Memnon Anon wrote:
> Markus Heller writes:
>
> > Tassilo Horn writes:
> >> Markus Heller writes:
> >>> cancel the posting.
> >> ,[ (info "(message)Canceling News") ]
> ...
> > Man I really have to learn how to use the manpages/info thingy ...
>
> Info is so convenient, but I use it a tad
Hi Eric,
"Eric Schulte" writes:
> Hi Matt,
>
> This looks great, how would you feel about trying to fold this into
> org-mime, or would you mind if I did so. I've already mimicked your
> function to set subjects of outgoing emails to match the title of the
> org-mode buffer. I think that gener
Richard Riley writes:
> Rafael Villarroel writes:
>
>> Hello all,
>>
>> I have defined the following:
>>
>> (setq gnus-home-directory "~/Dropbox/gnus")
>> (setq gnus-directory "~/Dropbox/gnus/News")
>> (setq message-directory "~/Dropbox/gnus/Mail")
>>
>> and so my init Gnus file is at ~/Dr
* org-agenda.el (org-agenda-prefix-format): Add missing `search' item
in docstring.
Signed-off-by: Julien Danjou
---
lisp/org-agenda.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 9af3eaa..48befb2 100644
--- a/lisp/org
"Andrew J. Korty" writes:
tags seems to be:
- [babel] [1] or [Babel]
- [PATCH]
- [PATCH n/m]
- [Accepted] : means "patch accepted".
- Bug:
- MobileOrg
acronym tags[2]:
[OT]
[RFC]
and so on
[1] http://lists.gnu.org/archive/html/emacs-orgmode/2009-11/msg00212.html
[2] http://www.gaarde.org
Hello,
> Achim Gratz writes:
> Lists with checkboxes don't work anymore like they are supposed to,
> the sub-checkboxes are not taken into account anymore and you can
> check list items that still have some of their children unchecked.
You are right. I'm working on it. For now, you can put a
Hi guys,
I'm using fresh pulled orgmode, emacs 23.1
Having this:
,
| \begin{eqnarray*}
| b&=&
| \begin{cases}
| 1 & a>0 \\ 2 & \mbox{else} # (1)
| \end{cases}
| # (2)
| \end{eqnarray*}
`
typing _ at # (1) shows up _{}, but typing this at #(2) does nothing
special. It seems, as if cd
Hi Carsten,
Carsten Dominik wrote:
> Hi Sebastien,
>
> it seems clear that it is not orgmode that causes the delays in its own
> functions.
I don't have any doubt on that. Org is only the top of the iceberg.
> One way to find out what is goin on is this:
>
> Turn on debug-on-quite.
>
> The, whe
Hello,
For people who like printed documentation, the Org 7 mode manual has
now been published as a paperback book. The details are
"The Org Mode 7 Reference Manual - Organize your life with GNU Emacs"
by Carsten Dominik and others
Paperback (6"x9"), 282 pages.
Retail Price: $14.95 (9
Torsten Wagner wrote:
Thinking of tags, I wonder why we use [Orgmode] since all mails
coming from emacs-orgmode(a)gnu.org which is a strong indicator
already.
Not sure I agree with splitting the list, but the [Orgmode] tag is
definitely superfluous. Who has a mail client that can't filter o
Do you have flyspell-mode enabled? It caused such a performance hit I
had to disable it for org files.
ajk
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/
Hi Sebastien,
it seems clear that it is not orgmode that causes the
delays in its own functions.
One way to find out what is goin on is this:
Turn on debug-on-quite.
The, when in this slow loading process, press C-g at random times and
see
look at the functions in the backtrace. Instrument
"Eric Schulte" writes:
> This looks great, how would you feel about trying to fold this into
> org-mime, or would you mind if I did so.
I don't mind at all. Thanks for integrating it into org-mime.el!
Now if only I could figure out how bbdb address completion works; then
we could hook it into
Rafael Villarroel writes:
> Hello all,
>
> I have defined the following:
>
> (setq gnus-home-directory "~/Dropbox/gnus")
> (setq gnus-directory "~/Dropbox/gnus/News")
> (setq message-directory "~/Dropbox/gnus/Mail")
>
> and so my init Gnus file is at ~/Dropbox/gnus/.gnus. When loading
> org
Take the following table for instance:
| Year | English title | Korean title
| Transliterated title |
|--+++--|
| 199
Hi Rainer,
Rainer Stengele wrote:
> Am 17.12.2010 10:15, schrieb Sébastien Vauban:
>> I've real performance problems for opening some Org files. Just some,
>> hopefully. I don't remember having those problems when I was on Ubuntu, and
>> I must already have opened it, back then, but... Anyway, I'm
Am 17.12.2010 10:15, schrieb Sébastien Vauban:
> Hello,
>
> I've real performance problems for opening some Org files. Just some,
> hopefully. I don't remember having those problems when I was on Ubuntu, and I
> must already have opened it, back then, but... Anyway, I'm now (forced) on
> Windows,
Rainer M Krug writes:
> On 12/17/2010 07:48 AM, Eric Schulte wrote:
> Hi eric
>
>> I'm attaching a new version of org-mime.el which incorporates Matt's
>> function below. There are now two new functions, `org-mime-org-buffer'
>> and `org-mime-org-subtree' each of which takes a format argument
>>
Stefan Vollmar writes:
> Dear Oscar,
>
> On 17.12.2010, at 09:20, Oscar Carlsson wrote:
>
>> I use the =moderncv= class for LaTeX, no org-export or such. I think the
>> effort of constructing a working org->special class LaTeX-exporter is a
>> lot greater than learning to use the LaTeX-class prop
Hello,
I've real performance problems for opening some Org files. Just some,
hopefully. I don't remember having those problems when I was on Ubuntu, and I
must already have opened it, back then, but... Anyway, I'm now (forced) on
Windows, and I have the problem.
For example[fn:1], the small attac
Dear Oscar,
On 17.12.2010, at 09:20, Oscar Carlsson wrote:
> I use the =moderncv= class for LaTeX, no org-export or such. I think the
> effort of constructing a working org->special class LaTeX-exporter is a
> lot greater than learning to use the LaTeX-class properly. The
> =moderncv= is bundled
Hi org-ers,
I've got the following question, which I couldn't answer by studying the
manual and the web. How can I mark the same entries again, after I've
performed a bulk action in the agenda?
Again more clearly: Suppose I've marked several entries in the agenda by
pressing m on each. Then, I've
Dear Jeff,
On 16.12.2010, at 23:25, Jeff Horn wrote:
> Hey orgsters,
>
> I've seen a few messages in the gmane archive, but I can't tell how
> many people are using org-mode for this purpose.
>
> 1) Do you use org-mode to maintain your CV?
We have developed an org-based solution so members of
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/17/2010 07:48 AM, Eric Schulte wrote:
Hi eric
> I'm attaching a new version of org-mime.el which incorporates Matt's
> function below. There are now two new functions, `org-mime-org-buffer'
> and `org-mime-org-subtree' each of which takes a for
Dear all,
since I subscribed to the maillist, the traffic increased enormously.
This is very nice, however, recently I got difficulties to filter throw
all the post searching for relevant topics for me. The babel project is
using already a [babel] tag, and other tags floating around
([PATCH],[
Nice info to have, thanks! I formed my opinion from the resulting PDF
from this page: http://cl.ly/3fM1
Seems like it uses reportlab. http://code.google.com/p/rst2pdf/
With the new pandoc support, it's probably too late for an org versus
RST flame war... what a shame! :-P
On Fri, Dec 17, 2010 at
On 12/16/10 11:41 PM, Jeff Horn wrote:
RST probably uses a source to HTML to PDF workflow. So, this seems
feasible enough.
Bit off-topic, but AFAIK, to produce PDFs rST/docutils generally goes
through LaTeX, not HTML. There's also a third-party tool using
reportlab to write a PDF directly wi
Jeff Horn writes:
> Hey orgsters,
>
> I've seen a few messages in the gmane archive, but I can't tell how
> many people are using org-mode for this purpose.
>
> 1) Do you use org-mode to maintain your CV?
> 2) If so, do you use a LaTeX export template?
> 3) If so, mind sharing? :)
>
> Thanks in a
56 matches
Mail list logo