Re: [O] [PATCH] Markdown: Add publishing in markdown

2013-09-24 Thread Carsten Dominik
Hi Brice, applied, thank you! - Carsten On 22.9.2013, at 20:32, Brice Waegenire wrote: > * lisp/ox-md.el > > Add the possibility to publish in Markdown by using the function > org-md-publish-to-md. > > TINYCHANGE > --- > diff --git a/lisp/ox-md.el b/lisp/ox-md.el > index f7e4875..71759ac 10

Re: [O] [BUG] in Release 8.2 - editing code in indirect buffer

2013-09-24 Thread Rainer M Krug
"Sebastien Vauban" writes: > Hi Carsten, > > Carsten Dominik wrote: >> On 24.9.2013, at 18:17, Sebastien Vauban wrote: >>> Carsten Dominik wrote: On 23.9.2013, at 09:40, Rainer M Krug wrote: > > When starting to edit a code block via C-c ' everything works as expected > and th

Re: [O] [BUG] in Release 8.2 - editing code in indirect buffer

2013-09-24 Thread Rainer M Krug
Carsten Dominik writes: > Hi Rainer, hi Carsten, > > it does not get lost - it is in my queue. As are, unfortunately, > another 35 threads with possible bugs. Help is definitely wanted. That's what I was looking for - confirmation that is in somebodys processing queue. Thanks Carsten. Unfortu

[O] Org mode issue tracker

2013-09-24 Thread Carsten Dominik
Hi everyone, we do not have an issue tracker for Org. However, if you have some time to help, the file with open issues that need attention can be found here: https://dl.dropboxusercontent.com/u/530458/org-tracker.html Note that I do not enter every issue into this file. Normally I wait and se

Re: [O] org mode R remote code evaluation

2013-09-24 Thread Alexander Vorobiev
Hi Michael, The patch seems to be working, the only thing I noticed is having http://www.emacswiki.org/emacs/setup-cygwin.el loaded together with the patched ob-core.el makes tramp prepend "/cygwin" to /tmp/. When I disabled (require 'setup-cygwin) the patch works as expected. Outside of org/babel

Re: [O] using orgtbl-sqlinsert

2013-09-24 Thread Carsten Dominik
On 25.9.2013, at 02:31, Jason Riedy wrote: > And Eric Abrahamsen writes: >> I've got a table I'm trying to insert into a sqlite >> database. I've been looking at orgtbl-sqlinsert and this >> page[fn:1], but I suspect all that is out of date. > > FYI, I have changed employers and thus no longer

[O] Spurious exporting of text before first header

2013-09-24 Thread François Pinard
Hi, Org people. This is an old annoyance of the Org exporter, yet I'm not sure what would be its best resolution. Whenever I use :export: tags on headers within an Org file, I expect only those headers and their contents to be exported (to HTML in my case), and almost nothing else, which I then c

Re: [O] using orgtbl-sqlinsert

2013-09-24 Thread Eric Abrahamsen
Carsten Dominik writes: > Hi Eric, > > do you have orgtbl-to-sqlite defined? What does it look like? > Do you have the BEGIN RECEIVE and END RECEIVE lines in the buffer? > Are you working in a buffer that is not in Org-mode? Do you have orgtbl-mode > turned on? Hi Carsten, I later replied to

Re: [O] a lisp question

2013-09-24 Thread Nick Dokos
"tuma...@gmail.com" writes: > How can i convert (1 2 3 5 7 8 9 10 11 12 13) to > ((1 2 3 ) (5) (7) (8 9) (10 11 12 13))? > Two problems: Wrong list: try comp.lang.lisp instead. Incomplete problem description: see "How to ask questions the smart way" at http://www.catb.org/esr/faqs/smart-questio

Re: [O] Using org-goto loses org-todo-keyword-faces settings

2013-09-24 Thread Carsten Dominik
Hi Dale, I tried it again today, and I do not see the problem you are describing. I am closing this bug report until others chime in with supporting information. - carsten On 2.9.2013, at 07:42, Carsten Dominik wrote: > Hi Dale, > > thank you for the report and detailed example. I have follo

Re: [O] using orgtbl-sqlinsert

2013-09-24 Thread Carsten Dominik
Hi Eric, do you have orgtbl-to-sqlite defined? What does it look like? Do you have the BEGIN RECEIVE and END RECEIVE lines in the buffer? Are you working in a buffer that is not in Org-mode? Do you have orgtbl-mode turned on? Regards - Carsten On 26.5.2013, at 08:56, Eric Abrahamsen wrote:

[O] org-caldav for Google or Zimbra?

2013-09-24 Thread Jason Riedy
Does anyone have org-caldav working with the new Google endpoint or Zimbra? The former errors out (there's an issue on github, but I don't want a github account to ask there), and the latter uses a different URL scheme... Zimbra's URL scheme is https://server.example.com/dav/username/calendarna

Re: [O] org mode R remote code evaluation

2013-09-24 Thread Michael Albinus
Alexander Vorobiev writes: > Hi Michael, Hi Alex, > Here it is. Thanks. I believe, the following patch shall cure it: --8<---cut here---start->8--- --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -2735,8 +2735,12 @@ value of `temporary-file-directory' tempo

[O] Using org-lookup-all to count values in a table column

2013-09-24 Thread William Denton
I'm taking a stab at keeping my reading diary in Org. I keep track of all the books I read, and some other facts about them, including whether they're fiction (F) or nonfiction (N). So I would have a table something like the books table below, and I'd like to do some analysis on it and put th

Re: [O] [BUG] in Release 8.2 - editing code in indirect buffer

2013-09-24 Thread Sebastien Vauban
Hi Carsten, Carsten Dominik wrote: > On 24.9.2013, at 18:17, Sebastien Vauban wrote: >> Carsten Dominik wrote: >>> On 23.9.2013, at 09:40, Rainer M Krug wrote: When starting to edit a code block via C-c ' everything works as expected and the code block is highlighted and an indir

Re: [O] [BUG] in Release 8.2 - editing code in indirect buffer

2013-09-24 Thread Carsten Dominik
On 24.9.2013, at 18:17, Sebastien Vauban wrote: > Hello Carsten, > > Carsten Dominik wrote: >> On 23.9.2013, at 09:40, Rainer M Krug wrote: >>> >>> When starting to edit a code block via C-c ' everything works as expected >>> and the code block is highlighted and an indirect buffer is opened.

Re: [O] Question: How to suppress the generation of toc in html export?

2013-09-24 Thread Thorsten Jolitz
Daniel Thom writes: > i am trying to transform my html output via jekyll to my website. > jekyll needs the first lines for its config. > > i use html export config from worg > (http://orgmode.org/worg/org-tutorials/org-jekyll.html) > > but this line seems to be ignored > :body-only t ;; Only expo

Re: [O] [BUG] in Release 8.2 - editing code in indirect buffer

2013-09-24 Thread Sebastien Vauban
Hello Carsten, Carsten Dominik wrote: > On 23.9.2013, at 09:40, Rainer M Krug wrote: >> >> When starting to edit a code block via C-c ' everything works as expected >> and the code block is highlighted and an indirect buffer is opened. >> >> When I click into the highlighted block, I an "send"

[O] Question: How to suppress the generation of toc in html export?

2013-09-24 Thread Daniel Thom
Hi, i am trying to transform my html output via jekyll to my website. jekyll needs the first lines for its config. i use html export config from worg (http://orgmode.org/worg/org-tutorials/org-jekyll.html) but this line seems to be ignored :body-only t ;; Only export section between i am not

Re: [O] [BUG] in Release 8.2 - editing code in indirect buffer

2013-09-24 Thread Carsten Dominik
Hi Rainer, hi Carsten, it does not get lost - it is in my queue. As are, unfortunately, another 35 threads with possible bugs. Help is definitely wanted. Please see below for my comments and a possible fix. On 23.9.2013, at 09:40, Rainer M Krug wrote: > I just resend this bug report which h

[O] build errors on os x

2013-09-24 Thread Skip Collins
For the last few days, building org with make up2 results in the following failed tests with Emacs for Mac OS X 24.3.1: Ran 456 tests, 448 results as expected, 8 unexpected (2013-09-24 10:59:21-0400) 5 expected failures 8 unexpected results: FAILED test-ob/org-babel-remove-result--results-cod

Re: [O] Wanted: Caretaker of the ODT backend

2013-09-24 Thread Feng Shu
Carsten Dominik writes: > Hi Christian, > > On 24.9.2013, at 15:18, Christian Moe wrote: > >> >> Hi, >> >> I don't have the developer skillz. >> >> Otherwise I'd be happy to help out any way I can, e.g. tracking issues >> and requests, digging into ODT format, replicating bugs and testing >>

[O] A elisp quesion

2013-09-24 Thread Feng Shu
Hello everyone: How can I convert list '(1 2 3 5 6 8 9 13 48) to '((1 2 3) (5 6) (8 9)(13) (48)) ? Thanks --

Re: [O] [BUG] in Release 8.2 - editing code in indirect buffer

2013-09-24 Thread Rainer M Krug
Hi before this gets lost - I think this is an serious bug, as it can easily lead to data loss. Thanks, Rainer Rainer M Krug writes: > I just resend this bug report which has been confirmed by Ista Zahn. > > Updated via git ust now: > > Org-mode version 8.2 (release_8.2-14-ge5f16b @ > /Users/r

Re: [O] Wanted: Caretaker of the ODT backend

2013-09-24 Thread Carsten Dominik
Hi Christian, On 24.9.2013, at 15:18, Christian Moe wrote: > > Hi, > > I don't have the developer skillz. > > Otherwise I'd be happy to help out any way I can, e.g. tracking issues > and requests, digging into ODT format, replicating bugs and testing > patches on a more systematic basis. Tha

Re: [O] org mode R remote code evaluation

2013-09-24 Thread Michael Albinus
Alexander Vorobiev writes: > Here is what I have: > > ELISP> emacs-version > "24.3.1" > ELISP> tramp-version > "2.2.7" > ELISP> org-version > "8.2" Well, that sounds recent. Could you, please, perform (setq tramp-verbose 6) prior your test? There will be a Tramp debug buffer, which I would like

Re: [O] org mode R remote code evaluation

2013-09-24 Thread Alexander Vorobiev
Here is what I have: ELISP> emacs-version "24.3.1" ELISP> tramp-version "2.2.7" ELISP> org-version "8.2" Thanks, Alex On Tue, Sep 24, 2013 at 7:57 AM, Michael Albinus wrote: > Alexander Vorobiev writes: > > > The ":results output" doesn't help in my setup (I'm on Windows, the > > remote syste

Re: [O] Wanted: Caretaker of the ODT backend

2013-09-24 Thread Christian Moe
Hi, I don't have the developer skillz. Otherwise I'd be happy to help out any way I can, e.g. tracking issues and requests, digging into ODT format, replicating bugs and testing patches on a more systematic basis. (The latter two assuming I can root out the setup/installation weirdness that see

Re: [O] org-publish: docview all pdf files

2013-09-24 Thread Carsten Dominik
Hi Vikas, maybe you could make me a minimal setup so that I can reproduce this? Just a little folder with two files and a minimal .emacs that defines publishing of these files to some other directory. That would be useful. - Carsten On 7.6.2013, at 18:15, Vikas Rawal wrote: > When I publish t

Re: [O] [PATCH] [org-table] user-chosen separator in org-table-convert-region

2013-09-24 Thread Carsten Dominik
Hi Francois, could you please explain what this does and show an example on how this should be used? Thank you. - Carsten On 3.9.2013, at 12:20, franc...@avalenn.eu wrote: > Hello, > > I made this patch to make easier conversion to > org-table from csv-like text with arbitrary separator. >

Re: [O] org mode R remote code evaluation

2013-09-24 Thread Michael Albinus
Alexander Vorobiev writes: > The ":results output" doesn't help in my setup (I'm on Windows, the > remote system is linux, access is via putty/plink) I do not run Windows, so I cannot reproduce exactly. However, ... > #+BEGIN_SRC sh :results output :dir /grid: > ls > #+END_SRC > > executing Sh

Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data

2013-09-24 Thread Paul Stansell
Hi Eric, > Currently the :missing header argument for gnuplot code blocks does two > things. It adds the "set datafile missing..." line to the code block > body *and* it binds `*org-babel-gnuplot-missing*' to the value of the > :missing header argument when the datafile is written, so empty table

[O] a lisp question

2013-09-24 Thread tuma...@gmail.com
How can i convert (1 2 3 5 7 8 9 10 11 12 13) to ((1 2 3 ) (5) (7) (8 9) (10 11 12 13))?

Re: [O] Wanted: Caretaker of the ODT backend

2013-09-24 Thread Carsten Dominik
Hi eager Org mode contributors One more try - it would be really nice to find a volunteer for this task. I can do this myself - but it would take time away from other tasks. - Carsten On 18.9.2013, at 06:38, Carsten Dominik wrote: > Hi, > > I am looking for someone who knows about the interna

Re: [O] [Babel] Lisp error: (wrong-type-argument listp hline)

2013-09-24 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > I think you're confused by headers which are re-added by the colnames > machinery. Blush! I mixed the two in my head, yes. > See the following which returns scalar output avoiding any colnames > post-processing. Why are you talking of *post* processing machinery