[O] [PATCH] Trouble updating some RSS feeds with org-feed

2015-09-23 Thread Hiroshi Saito
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

[O] babel for sml?

2015-09-23 Thread Lawrence Bottorff
Is there no babel language support for Standard ML? I see a ob-sml at elpa. . . LB

Re: [O] Show all PROPERTIES COLUMNS without an explicit definition

2015-09-23 Thread Michael Brand
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

Re: [O] babel for sml?

2015-09-23 Thread Ista Zahn
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?

Re: [O] babel for sml?

2015-09-23 Thread Thomas S . Dye
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

[O] Commit 6d2ab40 breaks table input in R

2015-09-23 Thread Charles C. Berry
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

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-23 Thread Sebastian Boehm
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

Re: [O] DONE repeating events become TODO, not OTHER

2015-09-23 Thread Bernt Hansen
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

Re: [O] babel for sml?

2015-09-23 Thread Lawrence Bottorff
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

Re: [O] babel for sml?

2015-09-23 Thread Ista Zahn
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 --

[O] [gnorb] error when calling `gnorb-report-tracking-usage'

2015-09-23 Thread Thomas Holst
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

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-23 Thread Thomas S . Dye
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

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-23 Thread Ista Zahn
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

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Suvayu Ali
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

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Achim Gratz
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 ​ >

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Achim Gratz
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

Re: [O] org-collector unable to handle macros

2015-09-23 Thread Achim Gratz
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

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Suvayu Ali
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

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-23 Thread Thomas S . Dye
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

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Kaushal Modi
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

[O] http address for cloning org-mode git

2015-09-23 Thread Kaushal Modi
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:

Re: [O] BEAMER_ACT ignored during export in column environment

2015-09-23 Thread Julien Cubizolles
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 >>

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Kaushal Modi
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

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-23 Thread Eric S Fraga
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 >>

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Kaushal Modi
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,

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-23 Thread Rasmus
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. >> >>

Re: [O] a patch to org.el of git version

2015-09-23 Thread Nicolas Goaziou
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

[O] html export list of figures

2015-09-23 Thread Cook, Malcolm
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

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-23 Thread Nicolas Goaziou
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

Re: [O] org-collector unable to handle macros

2015-09-23 Thread Nicolas Goaziou
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

Re: [O] Commit 6d2ab40 breaks table input in R

2015-09-23 Thread Nicolas Goaziou
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

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-23 Thread Rasmus
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

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Robert Klein
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

Re: [O] org-babel-execute:dot -- why doesn't this work?

2015-09-23 Thread Nick Dokos
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

Re: [O] funny bug if shifting scheduled items

2015-09-23 Thread Detlef Steuer
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:

Re: [O] html export list of figures

2015-09-23 Thread John Kitchin
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

[O] org-babel-execute:dot -- why isn't this working?

2015-09-23 Thread Matt Price
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 |

[O] org-babel-execute:dot -- why doesn't this work?

2015-09-23 Thread Matt Price
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:

Re: [O] org-babel-execute:dot -- why isn't this working?

2015-09-23 Thread Matt Price
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