Nicolas Goaziou writes:
> Julien Cubizolles writes:
>
>> Nothing in my user's guide about overlay specifications for column
>> you're right. However the mode ( ) has an effect:
>> the environment is ignored in mode at least. Moreover, a pure
>> overlay specification like to a column environmen
Am Tue, 22 Sep 2015 21:24:59 +0200
schrieb Nicolas Goaziou :
> Hello,
>
> Detlef Steuer writes:
>
> > Met this funny bug in the morning.
> >
> > (orgmode version: git from today)
> >
> > Given the file
> >
> > * Testappointment
> > SCHEDULED: <2015-09-21 Mo 23:00-23:55>
> >
> > If I now shift
Hi all,
I noticed that the org-feed could not properly handle RSS feeds which do not
contain element. The value of element is used as a key of an
association list to manage entry statuses. The keys become `nil' when a
element not found. Then no entries are added anymore after first update since
Is there no babel language support for Standard ML? I see a ob-sml at elpa.
. .
LB
I don't understand. You see ob-sml, but you ask if there is no
support? From the looks of it, ob-sml provides babel language support
for Standard ML, no?
Best,
Ista
On Wed, Sep 23, 2015 at 9:21 AM, Lawrence Bottorff wrote:
> Is there no babel language support for Standard ML? I see a ob-sml at e
Hi Shakthi
On Wed, Sep 9, 2015 at 7:37 PM, Shakthi Kannan wrote:
> === test.org ===
>
> * Test
> :PROPERTIES:
> :COLUMNS: %35ITEM %5ID
> :ID: 1
> :END:
> * Exam
> :PROPERTIES:
> :COLUMNS: %35ITEM %15APPROVED
> :APPROVED: Yes
> :END:
>
> === END ===
The usual way would be
=== tes
The babel language page does in fact list SML, but no specific ob- package
is mentioned -- as if support is "built-in." And ob-sml -- at least in my
elpa listing -- says only
Requires: sml-mode-6.4
Summary: org-babel functions for template evaluation
I was confused by the summary. I did install
I've added a link from
http://orgmode.org/worg/org-contrib/babel/languages.html to the ob-sml
github project.
Best,
Ista
On Wed, Sep 23, 2015 at 11:49 AM, Lawrence Bottorff wrote:
> The babel language page does in fact list SML, but no specific ob- package
> is mentioned -- as if support is "bui
Aloha Lawrence,
Lawrence Bottorff writes:
> The babel language page does in fact list SML, but no specific ob- package
> is mentioned -- as if support is "built-in."
When the entry in the Documentation column is empty it means that there
is no documentation outside of the source code (or that t
Hi Nicolas,
On 21 September 2015 at 21:46, Nicolas Goaziou wrote:
> But can't users needing a non-default class customize their
> own `org-latex-classes? Or is there an entitling reason to offer it out
> of the box?
you are of course right; users can always customise their own setup.
However, wh
Nick Dokos writes:
> Ken Mankoff writes:
>
>> I have repeating events of type OTHER, as in:
>>
>> * OTHER Foo
>> <2015-09-16 +1w>
>>
>> When I have finished the task for today, I mark it done. Because it is
>> a repeating event, it doesn't actually change to DONE, instead it
>> changes to TODO
This ECM fails with an error starting with the above commit.
#+NAME: numeric
| 1 | 2 | 3 |
| 4 | 5 | 6 |
#+BEGIN_SRC R :var df=numeric
df
#+END_SRC
Similar tests in test-ob-R.el also fail.
orgtbl-to-tsv now returns a propertized string.
---
Should this be fixed in org-table.el or downstrea
Hello,
more and more I like gnorb. It perfectly fits my working habits.
Today I wanted to see how the registy is filled. I called
`gnorb-report-tracking-usage'. And got following error:
gnorb-registry-tracked-headings: Symbol's
function definition is void: hash-table-keys
After a little se
Aloha Sebastian,
Sebastian Boehm writes:
> Hi Nicolas,
>
> On 21 September 2015 at 21:46, Nicolas Goaziou wrote:
>> But can't users needing a non-default class customize their
>> own `org-latex-classes? Or is there an entitling reason to offer it out
>> of the box?
>
> you are of course right;
On Wednesday, 23 Sep 2015 at 18:59, Sebastian Boehm wrote:
> Hi Nicolas,
>
> On 21 September 2015 at 21:46, Nicolas Goaziou wrote:
>> But can't users needing a non-default class customize their
>> own `org-latex-classes? Or is there an entitling reason to offer it out
>> of the box?
>
> you are of
On Wed, Sep 23, 2015 at 2:16 PM, Eric S Fraga wrote:
> On Wednesday, 23 Sep 2015 at 18:59, Sebastian Boehm wrote:
>> Hi Nicolas,
>>
>> On 21 September 2015 at 21:46, Nicolas Goaziou
>> wrote:
>>> But can't users needing a non-default class customize their
>>> own `org-latex-classes? Or is there
Hi Eric,
Eric S Fraga writes:
> One solution, but not an ideal one, is to use file local variables to
> define org-latex-classes (and any other variables) as appropriate for
> the document. It's not ideal because unfortunately most of org's
> variables (as well as many of emacs's own) are "glob
Hi all,
I cannot access the git: repo address and so had been using the http:
version till now ( http://repo.or.cz/r/org-mode.git/ ).
Today git pull gives the below error:
Fetching origin
fatal: unable to access 'http://repo.or.cz/r/org-mode.git/': Couldn't
resolve host 'repo.or.cz'
error: Could
Kaushal Modi writes:
> Today git pull gives the below error:
>
> Fetching origin
> fatal: unable to access 'http://repo.or.cz/r/org-mode.git/': Couldn't
> resolve host 'repo.or.cz'
> error: Could not fetch origin
That looks like a problem with DNS resolution on your side.
> Looks like
> http:/
On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaushal Modi wrote:
> Hi all,
>
> I cannot access the git: repo address and so had been using the http:
> version till now ( http://repo.or.cz/r/org-mode.git/ ).
That is a mirror, a relic from the old days when that used to be the
official repo. Maybe tr
Suvayu Ali writes:
> On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaushal Modi wrote:
>> I cannot access the git: repo address and so had been using the http:
>> version till now ( http://repo.or.cz/r/org-mode.git/ ).
>
> That is a mirror, a relic from the old days when that used to be the
> official
Thanks all. Strange enough, git pull from repo.or.cz/r/org-mode.git
started working fine once again.
But I cannot yet clone from http://orgmode.org/org-mode.git. I had tried
the same earlier with the same result.. the clone will get stuck at
"Fetching origin".
My current git version is 2.6.0.rc0
Nicolas Goaziou writes:
> Fixed. Thank you.
That commit 6d2ab4071960f8a7f20138291424b468722ab522 breaks three R
tests for me on Linux (not that other R tests do run correctly):
3 unexpected results:
FAILED test-ob-R/colnames-nil-header-argument
FAILED test-ob-R/colnames-no-header-argument
Just to clarify,
git clone http://orgmode.org/org-mode.git org-mode
gets stuck at "Cloning into 'org-mode' ..."
But git cloning the mirror http repo works fine.
--
Kaushal Modi
On Wed, Sep 23, 2015 at 3:29 PM, Achim Gratz wrote:
> Suvayu Ali writes:
> > On Wed, Sep 23, 2015 at 03:03:42PM -
On Wed, Sep 23, 2015 at 09:29:06PM +0200, Achim Gratz wrote:
> Suvayu Ali writes:
> > On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaushal Modi wrote:
> >> I cannot access the git: repo address and so had been using the http:
> >> version till now ( http://repo.or.cz/r/org-mode.git/ ).
> >
> > That is
Hi,
I see know what to generate a list of figures to appear in my html export in
addition to my current
#+TOC: listings
#+TOC: tables
Exporting latex provides
#+LATEX: \listoffigures
To complement
#+LATEX: \tableofcontents
#+LATEX: \listoftables
But
Sebastian Boehm writes:
> My intention was not to start a debate on "article" vs. "scrartcl",
> but it would be great to see some more variety in the default document
> classes or maybe even a way to specify the desired document class as
> well as the desired sectioning style directly in an Org fi
Hi,
Kaushal Modi wrote:
> Just to clarify,
>
> git clone http://orgmode.org/org-mode.git org-mode
>
> gets stuck at "Cloning into 'org-mode' ..."
That's the point where it typically take a couple of minutes to
complete for me.
Best regards
Robert
>
> But git cloning the mirror http repo w
Hello,
Rasmus writes:
> The long-term solution to this is a new "bundled org" file format
> containing dependencies, such as org files, init.el etc.
>
> https://lists.gnu.org/archive/html/emacs-orgmode/2015-02/msg00765.html
This was just an idea, not a long-term solution or a plan. Actually
Hello,
"Charles C. Berry" writes:
> This ECM fails with an error starting with the above commit.
>
> #+NAME: numeric
> | 1 | 2 | 3 |
> | 4 | 5 | 6 |
>
>
> #+BEGIN_SRC R :var df=numeric
> df
> #+END_SRC
>
> Similar tests in test-ob-R.el also fail.
>
> orgtbl-to-tsv now returns a propertized strin
Hello,
Achim Gratz writes:
> That commit 6d2ab4071960f8a7f20138291424b468722ab522 breaks three R
> tests for me on Linux (not that other R tests do run correctly):
>
> 3 unexpected results:
>FAILED test-ob-R/colnames-nil-header-argument
>FAILED test-ob-R/colnames-no-header-argument
>
You're right!
This time I let it stay stuck for more than few minutes and I can confirm
that the http://orgmode.org/org-mode.git link works too.
Somehow the other link is much faster for me when cloning/pulling.
--
Kaushal Modi
On Wed, Sep 23, 2015 at 4:53 PM, Robert Klein wrote:
> Hi,
>
> Ka
Nicolas Goaziou writes:
> Hello,
>
> Rasmus writes:
>
>> The long-term solution to this is a new "bundled org" file format
>> containing dependencies, such as org files, init.el etc.
>>
>> https://lists.gnu.org/archive/html/emacs-orgmode/2015-02/msg00765.html
>
> This was just an idea, not a
Tokuya Kameshima writes:
> But it looks like `org-show-children' is a replacement of `show-children'.
> Actually the key bind for `show-children' (C-c TAB in my case) is remapped
> to `org-show-children' as below.
>
> org.el:5733:
>> (define-key org-mode-map [remap show-children] 'org-show-childr
I am not aware of anything in html for this. In latex, org is just
passing the baton to Latex to generate the list of tables/figures. For
HTML, you will probably have to generate the code yourself.
In org-ref I provide a list-of-tables and list-of-figures link, which
has the latex export code you
I'm trying to draw a very simple, silly graph using dot. I'm following the
code here:
http://irreal.org/blog/?p=2866
and here:
http://orgmode.org/worg/org-tutorials/org-dot-diagrams.html
I have tables like this (the real ones are substantially longer):
#+name: students-graph
| a | b |
| a | m |
|
I'm trying to draw some silly diagrams with dot, based on code stolen from
tutorials here:
http://irreal.org/blog/?p=2866
and here:
http://orgmode.org/worg/org-tutorials/org-dot-diagrams.html
The code won't work, though I can generate the diagram using a somewhat
clumsier method from here:
http://
sorry, I must have sent this by accident, rather than deleting it by
accident as I'd thought. please see the finished email, which you've
already received.
On Wed, Sep 23, 2015 at 8:51 PM, Matt Price wrote:
> I'm trying to draw a very simple, silly graph using dot. I'm following the
> code here:
Matt Price writes:
> I would, however, like to avoid the clumsy intermediate step and use
> something like this instead:
> #+name: graph-from-tables
> #+HEADER: :var nodes=students-table graph=students-graph horiz='t
> #+BEGIN_SRC emacs-lisp :file ~/example-diagram.png :colnames yes :exports
>
39 matches
Mail list logo