Hello,
Anders Waldenborg writes:
> If an org buffer is narrowed, and one tries to do org-open-at-point on
> a link that points to outside of the restriction it asks: "No match -
> create this as a new heading?". When answering no the buffer is
> widened and the reseach is done, and if the link s
On Sun, Aug 28, 2011 at 19:09, Nick Dokos wrote:
> Stelian Iancu wrote:
>
>>
>> I am trying to switch between TODO and DONE states with Shift-Right
>> Arrow and I get a (wrong-type-argument stringp nil) error.
>>
>> Please find attached the backtrace.
>>
>>
>> Emacs : GNU Emacs 23.2.1 (i486-pc-l
Stelian Iancu wrote:
> On Sun, Aug 28, 2011 at 19:09, Nick Dokos wrote:
> > Stelian Iancu wrote:
> >
> >>
> >> I am trying to switch between TODO and DONE states with Shift-Right
> >> Arrow and I get a (wrong-type-argument stringp nil) error.
> >>
> >> Please find attached the backtrace.
> >>
>
Hi,
I'd like to use asymptote to plot the values in an Org table. The table
has cells with numbers but also cells with strings in them. This table
gets converted to an array of strings in the resulting asymptote file,
with the strings escaped with double-quotes but not the numbers. In
asymptot
Hello,
Major A writes:
> I'd like to use asymptote to plot the values in an Org table. The table
> has cells with numbers but also cells with strings in them. This table
> gets converted to an array of strings in the resulting asymptote file,
> with the strings escaped with double-quotes but n
Major A wrote:
>
> Hi,
>
> I'd like to use asymptote to plot the values in an Org table. The table
> has cells with numbers but also cells with strings in them. This table
> gets converted to an array of strings in the resulting asymptote file,
> with the strings escaped with double-quotes bu
Hi Pieter,
Pieter Praet wrote:
> On Tue, 19 Jul 2011 01:12:23 +0200, Bastien wrote:
>> "Sebastien Vauban" writes:
>>
>> > I simply call C-c C-x C-j to jump to the current clocking entry, and the
>> > question "org-decrypt: auto-save-mode may cause leakage. Disable it for
>> > current buffer? (y
Hi Nicolas,
> > I'd like to use asymptote to plot the values in an Org table. The table
> > has cells with numbers but also cells with strings in them. This table
> > gets converted to an array of strings in the resulting asymptote file,
> > with the strings escaped with double-quotes but not th
On Mon, Aug 29, 2011 at 09:14:13AM +0200, Nicolas Goaziou wrote:
> Yes, imposing widening to the user is intrusive. Moreover, I think you
> cannot avoid to call org-link-search twice (once it has failed): the
> point is to do a local search and then a global one.
Yes, "local then global" search ma
On Aug 28, 2011, at 3:58 PM, David Maus wrote:
> Hi Carsten,
>
> At Thu, 25 Aug 2011 08:13:21 +0200,
> Carsten Dominik wrote:
>> I am wondering, why did you choose to skip invisible headlines?
>> I would worry that this introduces inconsistent behavior and also
>> makes it hard to use this featu
On Aug 28, 2011, at 4:00 PM, David Maus wrote:
> Hi Carsten,
>
> At Thu, 25 Aug 2011 07:43:48 +0200,
> Carsten Dominik wrote:
>>
>>
>> On 25.8.2011, at 06:25, David Maus wrote:
>>
>>> * org.el (org-map-entries): Immediately return if scope is region but
>>> no region is active.
>>> ---
>>> li
Anders Waldenborg writes:
> But for org links, I'm not 100% sure - consider this org-file:
>
> * Notes
> * Some topic
> [[Notes]]
> ** Notes
>
> If buffer is widen, the link goes to the toplevel header, but if I
> narrow to "Some topic" the link suddenly starts going to the
> subheader.
And I th
Hi Nick,
> I don't know anything about asymptote and I am not sure whether this
> will help: it does produce a temp file with everything quoted and
> running asy on the temp file produces an .eps file that contains the
> diagonal line, but it produces a png file which seems somewhat peculiar
> to
András Major writes:
> This isn't what I need. What I want is to make a graph of certain
> columns of a table which contains both ints and strings. Ideally,
> there should be no constraint about which columns contain ints and
> which contain strings.
Again, this is a limitation of Asymptote. A
Footnote changes creates [REGRESSION] in xhtml/odt exporters. The
required details are in the attached org file.
Caught by my test.org file :-).
--
#+TITLE: footnote-regression.org
#+AUTHOR:
#+EMAIL: kjambunathan@JAMBU-NETBOOK
#+DATE: 2011-08-29 Mon
#+DESCRIPTION:
#+KEYWORDS:
#
> Why? You can always write an intermediary step to "stringify" every
> cell. Choose your language. Nick Dokos showed you one way.
Apparently, only if you set a global/per-user option in .emacs or suchlike,
which I think is a bad way of doing it.
> > Why isn't it possible to force ob-asymptote to
Hi,
When i run a code block like this using C-c C-c:
#+BEGIN_SRC R
c(1,23,54,5)
#+END_SRC
I do not get any results.
In older versions of orgmode the result used be a table or vector returned
by R. Is this a bug, or do I need a new keyword that is not in the
documentation yet to get the same resu
On Mon, Aug 29, 2011 at 11:36:19AM +0200, Nicolas Goaziou wrote:
> Maybe we should define a consistent link search: ignore the narrowing
> but first search in current sub-tree, if that fails (any error, I guess)
> search in current tree and if that one fails too, search in the whole
> buffer.
So s
Hello,
Jambunathan K writes:
> Footnote changes creates [REGRESSION] in xhtml/odt exporters. The
> required details are in the attached org file.
>
> Caught by my test.org file :-).
I've pushed a fix to master. Thanks for reporting it.
I have to admit I don't do xhtml/odt regression tests yet.
Anders Waldenborg writes:
> On Mon, Aug 29, 2011 at 11:36:19AM +0200, Nicolas Goaziou wrote:
>> Maybe we should define a consistent link search: ignore the narrowing
>> but first search in current sub-tree, if that fails (any error, I guess)
>> search in current tree and if that one fails too, se
Hello,
IMHO it needs a 3nd date-mode. I use deadline for all thinks
that have to be done until the deadline-date. I use scheduled
for a fix date ...
and what about thinks that could start at a date "or later".
I tried to fix it by using a time for fix and no time for
non-fixed or has-to-be-star
Hi Michael,
Please check the purpose of SCHEDULED in org-mode:
http://orgmode.org/manual/Deadlines-and-scheduling.html
It is exactly what you mean by starting at a day or later.
For a fixed date, just drop a timestamp inside a heading.
Regards,
.j.
On Mon, Aug 29, 2011 at 01:38:26PM +0200,
Nicolas Goaziou writes:
> Hello,
>
> Jambunathan K writes:
>
>> Footnote changes creates [REGRESSION] in xhtml/odt exporters. The
>> required details are in the attached org file.
>>
>> Caught by my test.org file :-).
>
> I've pushed a fix to master. Thanks for reporting it.
Confirming that thi
Thanks for this. Added it to my settings for now =)
/Gustav
2011/8/2 Matt Lundin
> Gustav Wikström writes:
>
> > However I think it also is nice to also be able to use custom names to
> > attachment folders. And it would be nice be able to use some logic with
> > this, like automatically setti
András Major writes:
>> Why? You can always write an intermediary step to "stringify" every
>> cell. Choose your language. Nick Dokos showed you one way.
>
> Apparently, only if you set a global/per-user option in .emacs or suchlike,
> which I think is a bad way of doing it.
-
#+tblname: mixe
On Sat, Aug 27, 2011 at 9:16 PM, suvayu ali wrote:
> On Sat, Aug 27, 2011 at 5:05 PM, Bastien wrote:
>> Hi folks,
>>
>> http://lumiere.ens.fr/~guerry/theorgfather.html
>>
>> Enjoy!
>
> Ignoring the Hindi audio was a bit difficult for me. :D :D
>
Ditto. But loved it nonetheless. :)
--
Manish
Many thanks Nick for all of these suggestions. I will do this in the
evening when I'm back home and let you know.
S.
On Mon, Aug 29, 2011 at 09:59, Nick Dokos wrote:
> Stelian Iancu wrote:
>
>> On Sun, Aug 28, 2011 at 19:09, Nick Dokos wrote:
>> > Stelian Iancu wrote:
>> >
>> >>
>> >> I am tr
Max Flöttmann writes:
> Hi,
> When i run a code block like this using C-c C-c:
>
> #+BEGIN_SRC R
> c(1,23,54,5)
> #+END_SRC
>
> I do not get any results.
>
> In older versions of orgmode the result used be a table or vector returned
> by R. Is this a bug, or do I need a new keyword that is not in
Hello, I'm trying to set up org-remember, however I'm having some
problems. I seem to miss the function org-remember-insinuate (No
Match). However that function seems to be defined in org-remember.el.gz
which is in /usr/share/emacs/23.3/lisp/org (and this path is in
load-path).
should I post some
Hi Renato,
Renato wrote:
> Hello, I'm trying to set up org-remember, however I'm having some
> problems. I seem to miss the function org-remember-insinuate (No
> Match). However that function seems to be defined in org-remember.el.gz
> which is in /usr/share/emacs/23.3/lisp/org (and this path is i
Hi everyone,
I'm trying to understand timestamps a bit better. I'm exporting my
syllabus to html, using org2blog for my wordpress course site. The
syllabus includes a timestamp at the beginning of each week of the
description. org-time-stamp-custom-formats is set to:
("<%m/%d/%Y>" . "<%m/%d/%y
Completing myself.
> Though, you insist on being able to enter it as a number anyway,
> hoping ob-asymptote will do the magic behind. How could it, since the
> language can't itself?
Actually, the attached patch does that magic: if there's any string in
the table, every cell will be turned into a
Hi
On Mon, Aug 29, 2011 at 09:53:01AM +0800, Eric Abrahamsen wrote:
> On Sun, Aug 28 2011, Thomas Wallrafen wrote:
>
> > Hi org'ers,
> >
> > I am currently trying to figure out a way to build a composite view for
> > an agenda containing agenda and todos, which works well but when it
> > comes to
Nicolas Goaziou writes:
> Completing myself.
>
>> Though, you insist on being able to enter it as a number anyway,
>> hoping ob-asymptote will do the magic behind. How could it, since the
>> language can't itself?
>
> Actually, the attached patch does that magic: if there's any string in
> the ta
Hello,
Eric Schulte writes:
> I don't know asymptote well enough to know if you would /always/ want a
> heterogeneous table to be converted to all strings, or if there would
> ever be a case where you would want mixed types in a table.
There are no mixed types arrays in Asymptote, hence the pro
Nicolas Goaziou writes:
> Hello,
>
> Eric Schulte writes:
>
>> I don't know asymptote well enough to know if you would /always/ want a
>> heterogeneous table to be converted to all strings, or if there would
>> ever be a case where you would want mixed types in a table.
>
> There are no mixed ty
I'd like to learn vocabulary with org-drill in orgmode, which both I
find very cleverly programmed and useful.
After pressing Enter after the question in org-drill mode the
properties will get fully expanded and fill the screen ahead of the
answer.
- Can I configure org-drill mode to avoid this b
On Mon, 29 Aug 2011 16:13:22 +0200
"Sebastien Vauban" wrote:
> Hi Renato,
>
> Renato wrote:
> > Hello, I'm trying to set up org-remember, however I'm having some
> > problems. I seem to miss the function org-remember-insinuate (No
> > Match). However that function seems to be defined in
> > org-
Hi Eric,
> Given that asymptote can not make use of heterogeneous tables, it seems
> that it would be easiest to simply silently converted any table
> containing a single string element to a table of all strings. I've just
> applied your previous patch (thanks for the patch!). If this proves
> c
Hi —
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 put it out there in case it was already something that
András Major writes:
> Hi Eric,
>
>> Given that asymptote can not make use of heterogeneous tables, it seems
>> that it would be easiest to simply silently converted any table
>> containing a single string element to a table of all strings. I've just
>> applied your previous patch (thanks for th
Hi Eric
On Tue, Aug 23, 2011 at 19:13, Eric Schulte wrote:
> Note that during interactive evaluation if the exit status is non-0 then
> STDERR will be dumped into a babel error buffer which will be poped up,
> so this information will not be silently discarded.
Thanks for emphasizing this. I did
Hi Renato,
Renato wrote:
> On Mon, 29 Aug 2011 16:13:22 +0200
> "Sebastien Vauban" wrote:
>> Renato wrote:
>> > Hello, I'm trying to set up org-remember, however I'm having some
>> > problems. I seem to miss the function org-remember-insinuate (No
>> > Match). However that function seems to be de
Forwarding to list (forgot to include in reply)
-- Forwarded message --
From: Jonathan Leech-Pepin
Date: Mon, Aug 29, 2011 at 4:05 PM
Subject: Re: [O] setting up org-remember
To: Renato
Hi Renato,
Emacs-bzr (emacs24) in the AUR will provide a much more up-to-date Org so
you ca
On Mon, 29 Aug 2011 20:47:48 +0200, Renato wrote:
> On Mon, 29 Aug 2011 16:13:22 +0200
> "Sebastien Vauban" wrote:
>
> > Hi Renato,
> >
> > Renato wrote:
> > > Hello, I'm trying to set up org-remember, however I'm having some
> > > problems. I seem to miss the function org-remember-insinuate (N
Eric Schulte wrote:
> András Major writes:
>
> > Hi Eric,
> >
> >> Given that asymptote can not make use of heterogeneous tables, it seems
> >> that it would be easiest to simply silently converted any table
> >> containing a single string element to a table of all strings. I've just
> >> appl
Hello,
For now inline src blocks cannot start at bol. In the following example,
only the first inline block is recognized.
This src_emacs-lisp{(1+ 1)} is ok.
src_emacs-lisp{"This"} isn't.
The small following patch should fix that.
Regards,
--
Nicolas Goaziou
>From 98ec0a9d86f1b4f35be0530e2d8
On Mon, Aug 29, 2011 at 09:59, Nick Dokos wrote:
> Stelian Iancu wrote:
>
>> On Sun, Aug 28, 2011 at 19:09, Nick Dokos wrote:
>> > Stelian Iancu wrote:
>> >
>> >>
>> >> I am trying to switch between TODO and DONE states with Shift-Right
>> >> Arrow and I get a (wrong-type-argument stringp nil)
On Mon, Aug 29, 2011 at 23:42, Stelian Iancu wrote:
> On Mon, Aug 29, 2011 at 09:59, Nick Dokos wrote:
>> Stelian Iancu wrote:
>>
>>> On Sun, Aug 28, 2011 at 19:09, Nick Dokos wrote:
>>> > Stelian Iancu wrote:
>>> >
>>> >>
>>> >> I am trying to switch between TODO and DONE states with Shift-Ri
Nicolas Goaziou writes:
> Hello,
>
> For now inline src blocks cannot start at bol. In the following example,
> only the first inline block is recognized.
>
> This src_emacs-lisp{(1+ 1)} is ok.
>
> src_emacs-lisp{"This"} isn't.
>
> The small following patch should fix that.
>
I've just applied t
Stelian Iancu wrote:
> >
> > Then start up an emacs without any of your customizations, load the
> > minimal.emacs
> > file and visit an org file and try what you tried before:
> >
> > emacs -q -l /path/to/minimal.emacs /path/to/somefile.org
> >
> > and try changing a TODO as before. Does tha
Stelian Iancu wrote:
> > So it is a customization issue. Now the question is what :-). I should
> > mention that I am using both dev versions for Emacs and org-mode
> > (Emacs from bzr from a few days ago and org-mode from git from a few
> > days ago) on Mac OS X 10.7. Emacs is installed using h
Hi everyone,
I am trying to implement a way to wrap a custom latex environment
around a sub-tree where I specify the environment and its options as a
PROPERTY. I am expecting it to work as BEAMER_env or BEAMER_envargs
works for org-beamer export.
To give you an example:
* Bs decay (Bs->Dsh)
B
I'm pretty tired and I might have misunderstood what is happening here,
so don't put too much weight on the following. I'll need some sleep
before I can take a whack at it again however.
Nick
Nick Dokos wrote:
> Stelian Iancu wrote:
>
>
> > > So it is a customization issue. Now the question
I don't have any org-babel variables customized. I have a code block like
this:
*** NOTE Assets:Receivable:CEG
#+begin_src sh :results value :exports results
ledger reg --inject=Expected '^income:ceg'
ledger reg --sort date -b 2007 receivable:CEG
#+end_src
:PROPERTIES:
:ID
Hi Carsten,
At Thu, 25 Aug 2011 07:40:52 +0200,
Carsten Dominik wrote:
>
>
> On 25.8.2011, at 06:25, David Maus wrote:
>
> > * org.el (org-map-entries): Extend scope 'region to include entire
> > body of last headline in active region.
> > ---
> > lisp/org.el |8 ++--
> > 1 files changed, 6
Hi Carsten,
At Mon, 29 Aug 2011 11:29:04 +0200,
Carsten Dominik wrote:
>
>
> On Aug 28, 2011, at 3:58 PM, David Maus wrote:
>
> > Hi Carsten,
> >
> > At Thu, 25 Aug 2011 08:13:21 +0200,
> > Carsten Dominik wrote:
> >> I am wondering, why did you choose to skip invisible headlines?
> >> I would wor
Attached patch superseeds the old one, required to be applied after
"Extend scope 'region...".
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.org
Email. dm...@ictsoc.de
From 8a0e1630629693a85a824713b1357faa49a372f0 Mon Sep 17 00:00:00 2001
From: David Maus
Date: Tue, 30 Aug 2011 06:
suvayu ali writes:
Suvayu
> Hi everyone,
>
> I am trying to implement a way to wrap a custom latex environment
> around a sub-tree where I specify the environment and its options as a
> PROPERTY. I am expecting it to work as BEAMER_env or BEAMER_envargs
> works for org-beamer export.
Not stric
Hi Eric,
Thanks for the response.
I pulled the newest org version from the repository, mine was a few weeks
old. Now it's returning results correctly.
Cheers,
Max
2011/8/29 Eric Schulte
> Max Flöttmann writes:
>
> > Hi,
> > When i run a code block like this using C-c C-c:
> >
> > #+BEGIN_SRC R
Hi John,
John Wiegley wrote:
> I don't have any org-babel variables customized. I have a code block like
> this:
>
> *** NOTE Assets:Receivable:CEG
> #+begin_src sh :results value :exports results
> ledger reg --inject=Expected '^income:ceg'
> ledger reg --sort date -b 2007 receivable
Hi Jambunathan and Suvayu,
Jambunathan K wrote:
> suvayu ali writes:
>> I am trying to implement a way to wrap a custom latex environment around a
>> sub-tree where I specify the environment and its options as a PROPERTY. I
>> am expecting it to work as BEAMER_env or BEAMER_envargs works for
>> o
62 matches
Mail list logo