Attached patch fixes a small issue with
contrib/lisp/org-elisp-symbol.el, a contributed package that defines a
link type for elisp symbols.
Currently org-elisp-symbol.el uses `eq' to compare a symbol value with
a string. Such a comparism always evals to nil:
#+begin_src emacs-lisp
(let ((foo "foo
Just FYI: I've tried to get the testing framework running on Emacs 23
and Emacs 22 and succeeded to 50%:
- copying ert.el and ert-x.el from Emacs24 Git repository at
git://git.savannah.gnu.org/emacs.git with master on
231bffa3e6c37164fa40ad18bd27249cc7704e30 and installing jump.el is
suf
At Tue, 30 Aug 2011 11:42:24 +0200,
Renato wrote:
>
> On Mon, 29 Aug 2011 16:07:33 +0200
> Renato wrote:
>
> > Hello, I'm trying to set up org-remember, however I'm having some
> > problems.
>
> I really didn't expect these multiple very detailed replies, thank you
> very much guys! So it seems th
On Thu, Sep 1, 2011 at 7:12 PM, suvayu ali wrote:
> Hi Jambunathan,
>
> On Thu, Sep 1, 2011 at 9:31 PM, Jambunathan K wrote:
>> I am pleased to announce support for list-tables in the odt/xhtml
>> exporters. See below for some introductary note. Also refer to the
>> attached org/odt/html files.
>
On Sep 1, 2011, at 3:33 PM, Michael Gilbert wrote:
> I'm afraid I don't know exactly where this error was introduced (I do nightly
> updates) and I have been on travels and haven't been monitoring the list
> closely. So I apologize in advance is this is a lousy error message. But I
> wanted to
Hi Jambunathan,
On Thu, Sep 1, 2011 at 9:31 PM, Jambunathan K wrote:
> I am pleased to announce support for list-tables in the odt/xhtml
> exporters. See below for some introductary note. Also refer to the
> attached org/odt/html files.
>
> Thanks for your past and future inputs.
> Jambunathan K.
On Thu, Sep 1, 2011 at 11:01 PM, Darlan Cavalcante Moreira
wrote:
> But the original question remains. Is it better, regarding speed, to split
> the content into several files (all included in the agenda) or a single
> file will be faster?
>
If you have source blocks, one big file might be slow.
Hi —
This is a resend of an earlier message, with more detail from the debugger
below.
I'm afraid I don't know exactly where this error was introduced (I do nightly
updates) and I have been on travels and haven't been monitoring the list
closely. So I apologize in advance is this is a lousy er
But the original question remains. Is it better, regarding speed, to split
the content into several files (all included in the agenda) or a single
file will be faster?
In [1] you find "Should I use one big org file or multiple files?", with a
few tips for improving speed, but does not answer this
Thanks,
set terminal did the trick
cheers
M
On Thu, Sep 1, 2011 at 2:21 PM, John Hendy wrote:
> On Thu, Sep 1, 2011 at 1:13 PM, Eric Schulte
> wrote:
> >
> > Marvin Doyley writes:
> >
> > > Hi there,
> > >
> > > I am planning to use gnuplot to plot some data that I have in org
> table.
> > >
I am pleased to announce support for list-tables in the odt/xhtml
exporters. See below for some introductary note. Also refer to the
attached org/odt/html files.
Thanks for your past and future inputs.
Jambunathan K.
Related posts:
1. Thanks to Ben for introducing list-table in this post
https
Thank you, this is exactly what I need!
On Thu, Sep 1, 2011 at 11:17 AM, Nicolas Goaziou wrote:
> Hello,
>
> Tatsuhito Koya writes:
>
> > I have a recurring task defined something like this:
> >
> > * TODO Inspect systems
> > DEADLINE: <2011-06-01 Wed +1m>
> > - [ ] Inspect System A
> > - [ ] In
Wow, how did I miss search view. Sweet!
Brian Wood
Applications Programmer
UC Berkeley IST Application Services
On Thu, Sep 1, 2011 at 1:13 PM, Eric Schulte wrote:
>
> Marvin Doyley writes:
>
> > Hi there,
> >
> > I am planning to use gnuplot to plot some data that I have in org table.
> > Everything is set-up correctly and gnuplot is installed my mac.
> > Unfortunately, when I run the following org file I
Hello,
Tatsuhito Koya writes:
> I have a recurring task defined something like this:
>
> * TODO Inspect systems
> DEADLINE: <2011-06-01 Wed +1m>
> - [ ] Inspect System A
> - [ ] Inspect System B
> - [ ] Inspect System C
> - [ ] Inspect System D
>
> I notice that even if I change the task to DONE
Marvin Doyley writes:
> Hi there,
>
> I am planning to use gnuplot to plot some data that I have in org table.
> Everything is set-up correctly and gnuplot is installed my mac.
> Unfortunately, when I run the following org file I get a zero byte file --
> everything seems to run ok, except nothin
On Thu, Sep 1, 2011 at 1:35 PM, Brian Wood wrote:
> I've been using orgmode for 6 months and really like it. I started with on
> monolithic work.org file. I'm worried that at some point this file will
> get too big and bog down emacs. I'm not sure how big it would have to
> be...? To avoid tha
I've been using orgmode for 6 months and really like it. I started with
on monolithic work.org file. I'm worried that at some point this file
will get too big and bog down emacs. I'm not sure how big it would have
to be...? To avoid that I'm thinking that I should break up this file
into mul
Hello,
I have a recurring task defined something like this:
* TODO Inspect systems
DEADLINE: <2011-06-01 Wed +1m>
- [ ] Inspect System A
- [ ] Inspect System B
- [ ] Inspect System C
- [ ] Inspect System D
The variable org-enforce-todo-dependencies is set, so that I cannot change
this task to DO
I'm trying to convert a presentation I've done in beamer to org-mode. I'm
going to improve this presentation and add more stuff to it. I'd like to do
it in org-mode.
However, org adds \label{sec-numbers} in the generated tex file after all
environments and this adds some blank space between the b
Hi there,
I am planning to use gnuplot to plot some data that I have in org table.
Everything is set-up correctly and gnuplot is installed my mac.
Unfortunately, when I run the following org file I get a zero byte file --
everything seems to run ok, except nothing is written to the output file.
Do
At Thu, 01 Sep 2011 17:58:00 +0530,
Jambunathan K wrote:
>
> > The problem is that org-mode treats s[0] as a footnote reference and
> > produces LaTeX like this:
>
> Make sure your Org version is NEWER than this post.
> https://lists.gnu.org/archive/html/emacs-orgmode/2011-07/msg00447.html
>
> F
I've been using org-mode for a year or so and I really like it.
I've also been using mobileorg to get my stuff on my iphone. However, I'm
less satisfied with that. Having to both push and pull from both ends to
keep things in sync is a pain and I often forget.
I saw that Google released an API
> The problem is that org-mode treats s[0] as a footnote reference and
> produces LaTeX like this:
Make sure your Org version is NEWER than this post.
https://lists.gnu.org/archive/html/emacs-orgmode/2011-07/msg00447.html
>From the above post
,
| Footnotes cannot live anymore in example, sr
Hello again!
> Hi!
>
> I'd like to derive a mode from org-mode.
>
> I do something like this:
>
> (define-derived-mode derived-org-mode org-mode "dorg" "derived org-mode"
> (message "derived-org-mode activated")
> )
>
> When I activate the derived-org-mode, M-: (org-entry-properties) does no
Richard,
On 09/01/2011 06:24 AM, Richard Lewis wrote:
I want to include the following in an org-mode buffer and be able to
export it to LaTeX:
#+begin_src python :exports code
s[0]
#+end_src
This works for me with both python and R code blocks on the latest version
pulled from git. Which v
Hi there,
I want to include the following in an org-mode buffer and be able to
export it to LaTeX:
#+begin_src python :exports code
s[0]
#+end_src
The problem is that org-mode treats s[0] as a footnote reference and
produces LaTeX like this:
\begin{verbatim}
s\footnote{DEFINITION NOT FOUND: 0 }
Hello, just a small bug-report. The following does not seem right:
|First |Second |Result |
|--+---+---|
| 00:00:00 | -00:10:10 | -01:49:50 |
#+TBLFM: $3='(+ $1..$2);T
|First |Second | Result |
|--+---+|
| 00:00:00 | -00:10:10 |
28 matches
Mail list logo