Re: [O] Beginner footnotes question

2013-03-13 Thread Aaron Ecay
Hi Lawrence, You can have footnotes be inserted automatically: - in their own section (by default at the bottom of the document, though you can move it anywhere) - at the end of the current section, or - inline with the text For the first behavior, set the variable ‘org-footnote-define-inline’

Re: [O] Meaning of install

2013-03-13 Thread Achim Gratz
Thomas S. Dye writes: $ cd ~/src/ $ git clone git://orgmode.org/org-mode.git $ cd org-mode Move the cd up here. In most cases, you will probably want to run `make install' to install Org with the Emacs system files. Please run `make help' to get the full list of options. See, that's

[O] Build fail with emacs 24.3.1

2013-03-13 Thread Neuwirth Erich
I just installed Emacs 24.3.1 on OSX 10.8.2 and tried to build the latest git version of orgmode. It fails. Is this due to the fact that I have a new emacs, or is it a more general problem. Here is the output from building: Ran 428 tests, 426 results as expected, 2 unexpected (2013-03-13

[O] minor bug in babel with silent output and remote R session

2013-03-13 Thread Thomas Alexander Gerds
Using the silent option together with a remote R session block (started via ssh.el and ess-remote), like this: #+BEGIN_SRC R :results silent :exports results :session *ssh gauss* :cache yes a=1 1 #+END_SRC produces: , |[1] 1 | Warning message: | In file.rename(tfile,

Re: [O] [PATCH] * lisp/ob-core.el (org-babel-execute-src-block): insert hash for silent results

2013-03-13 Thread Achim Gratz
Aaron Ecay writes: I think this points in the direction of having the notion of dependencies among source blocks. [...] I know nothing about knitr, but the problem at hand is both well studied and has numerous solutions[*]. That is, once we've decided on what the execution model is. [*] Not

Re: [O] Meaning of install

2013-03-13 Thread Andreas Röhler
Am 13.03.2013 08:19, schrieb Achim Gratz: Thomas S. Dye writes: $ cd ~/src/ $ git clone git://orgmode.org/org-mode.git $ cd org-mode Move the cd up here. In most cases, you will probably want to run `make install' to install Org with the Emacs system files. Please run `make help' to

Re: [O] Meaning of install

2013-03-13 Thread Yagnesh Raghava Yakkala
Hello Achim, Thomas, On Mar 13 2013, Achim Gratz strom...@nexgo.de wrote: Thomas S. Dye writes: $ cd ~/src/ $ git clone git://orgmode.org/org-mode.git $ cd org-mode Move the cd up here. In most cases, you will probably want to run `make install' to install Org with the Emacs system

Re: [O] [bug] new beamer exporter always adds default width to graphics

2013-03-13 Thread James Harkins
On Mar 12, 2013 10:38 PM, Jay Kerns gjkerns...@gmail.com wrote: Yes, the same thing happened to me too, and yes, there was a change recently, and here is a link to the discussion about it: http://comments.gmane.org/gmane.emacs.orgmode/68011 I believe you can do the following to get what you

Re: [O] Meaning of install

2013-03-13 Thread Bastien
Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: BTW would welcome some hints how to proceed when bug-fixing, extending etc. I.e. installing that stuff right on probably isn't preferable. Can you be more specific? What information do you want, where do you search for it,

[O] Org-Agenda uses wrong date for start of daylight savings

2013-03-13 Thread Bostjan Vilfan
Hello, I've noticed that my orgmode installation (7.9.1) uses the wrong date for the start of daylight savings. The emacs manual lists that in this case one should change the values of calendar-daylight-savings-starts and calendar-daylight-savings-ends variables. I tried it, but it doesn't have

Re: [O] [RFC] Simplify attributes syntax

2013-03-13 Thread Christian Egli
Nicolas Goaziou n.goaz...@gmail.com writes: The following patch simplifies syntax for attributes. From the developer POV, each non-nil value is now read as a string by `org-export-read-attribute'. I looked at your patch but I'm not sure of the implications. In particular I'm unsure if I need

Re: [O] Word nil appears after figures in HTML export

2013-03-13 Thread Bastien
Hi Richard, Richard Stanton stan...@haas.berkeley.edu writes: Starting some time in the last few days, when I export an org file to HTML I find the word nil appearing right after the figure. Here's an example of the HTML code generated: div class=figure pimg src=images/RS_head_cropped.png

Re: [O] Org-Agenda uses wrong date for start of daylight savings

2013-03-13 Thread Bastien
Hi Bostjan, Bostjan Vilfan bostj...@alum.mit.edu writes: I've noticed that my orgmode installation (7.9.1) uses the wrong date for the start of daylight savings. The emacs manual lists that in this case one should change the values of calendar-daylight-savings-starts and

Re: [O] Regression in `fill-paragraph' behavior

2013-03-13 Thread Bastien
Hi Daniel, Daniel Hackney d...@haxney.org writes: A while ago, I reported a bug in `fill-paragraph' when in org-mode which caused filling to behave incorrectly in the presence of leading characters. This comes up when filling paragraphs of email replies, such as this is fixed in Org's

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-03-13 Thread Bastien
Hi Martin, Martin elwood...@web.de writes: I now finally installed org-mode 7.9.4 and I tried to use the new sorting features, but it did not work. the new sorting features will be in 8.0, not yet released... sorry if I was unclear about this in a previous message. HTH, -- Bastien

Re: [O] Meaning of install

2013-03-13 Thread Bastien
Hi Thomas, thanks for looking into it! I think the installation instructions in the manual should be minimalistic but I surely made them too terse. So any enhancement here is welcome, and now is the right time. Best, -- Bastien

Re: [O] Repeated tasks, but only for a limited period (of time)

2013-03-13 Thread Bastien
Hi Rick, Rick Hanson cryptor...@gmail.com writes: Based your advices, I used org-clone-subtree-with-time-shift for my application today -- worked like a charm. Thanks to the both of you! Yes, that's what the manual advised too. But I find your request to be useful in another circumstance:

Re: [O] Editing folded headlines and ellipses

2013-03-13 Thread Bastien
Okay, let's stick to nil as the default value for `org-catch-invisible-edits' -- it is now documented in the manual, which is good enough IMO. Thanks, -- Bastien

Re: [O] Bug: org-insert-heading-respect-content inserts at the wrong level if target heading is invisible [7.9.2 (release_7.9.2-883-g6fb36e.dirty @ /home/dlm/share/org-mode.git/lisp/)]

2013-03-13 Thread James Harkins
On Tue, Mar 5, 2013 at 1:41 AM, Bastien b...@gnu.org wrote: There is some obscure issues here... I fixed various things in `org-insert-heading' in master, but inserting in invisible parts of the subtree is still unstable. So I went and used the workaround you suggested (i.e. org-show-subtree)

Re: [O] Active timestamp drawer with inactive creation-date

2013-03-13 Thread Bastien
Hi Alexander, Alexander Poslavsky alexander.poslav...@gmail.com writes: ** important task 2013-03-13 Wed :PROPERTIES: :CREATED: 2013-03-12 Tue 13:52 :END: The property drawer has an active time-stamp, which in turn appears in my agenda. What I want to end up is, an inactive

Re: [O] Active timestamp drawer with inactive creation-date

2013-03-13 Thread Bastien
Hi Michael, Michael Strey mst...@strey.biz writes: How do you create the :CREATED: property with the active timestamp? Alexander must be using org-expiry.el from the contrib/ directory. Best, -- Bastien

Re: [O] Meaning of install

2013-03-13 Thread Andreas Röhler
Am 13.03.2013 09:43, schrieb Bastien: Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: BTW would welcome some hints how to proceed when bug-fixing, extending etc. I.e. installing that stuff right on probably isn't preferable. Can you be more specific? What information do

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-03-13 Thread Martin
Bastien bzg at altern.org writes: the new sorting features will be in 8.0, not yet released... sorry if I was unclear about this in a previous message. Thanks for clarifying. So if I use the current beta version, I can test it already? Martin

Re: [O] Slowdown when editing tables with horizontal lines

2013-03-13 Thread Bastien
Hi Peder, Peder Stray peder.st...@gmail.com writes: I have noticed a significant slowdown when editing tables with horizontal lines compared with the same table without the horizontal line.  Currently tested in 7.9.2 and the version in elpa (7.9.3e i think?). Editing the table I have now,

[O] Org-Agenda uses wrong date for start of daylight savings

2013-03-13 Thread Bostjan Vilfan
Hello, Thanks for your reply. I made the assignments in my init.el file, as follows: (load utilvilf) ; frame parameters, font (load cal-dst) ; I noticed that cal-dst was not initially loaded (setq calendar-daylight-savings-starts '(bv-calendar-dst-starts year)) (setq

Re: [O] Active timestamp drawer with inactive creation-date

2013-03-13 Thread Michael Strey
On Wed, Mar 13, 2013 at 10:04:52AM +0100, Bastien wrote: [...] I think you want this: (setq org-expiry-inactive-timestamps t) Thank you for the hint to org-expiry, Bastien. Maybe this link is helpful as well:

Re: [O] Active timestamp drawer with inactive creation-date

2013-03-13 Thread Alexander Poslavsky
Thank you all! (setq org-expiry-inactive-timestamps t) was the key. I will do some more reading this weekend, but for now everything works as expected (again). Thanks for the answers, the stackoverflow link, and the Heinlein. On 13 Mar 2013, at 10:38, Michael Strey mst...@strey.biz wrote:

Re: [O] Bug: M-RET in capture buffer ignores level

2013-03-13 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: In recent git only: 1] capture as a 5-star header with odd-only levels 2] place point in or at end of header 3] m-ret to create new entry 4] new entry will have one star Perhaps it no longer checks narrowing or existing level.

Re: [O] Org-Agenda uses wrong date for start of daylight savings

2013-03-13 Thread Bostjan Vilfan
Hello, On Wed, Mar 13, 2013 at 10:50 AM, Bastien b...@altern.org wrote: Hi Bostjan, Bostjan Vilfan bostj...@alum.mit.edu writes: I've noticed that my orgmode installation (7.9.1) uses the wrong date for the start of daylight savings. The emacs manual lists that in this case one should

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-03-13 Thread Martin
Bastien bzg at altern.org writes: Martin elwood151 at web.de writes: Thanks for clarifying. So if I use the current beta version, I can test it already? Yes :) I tried and failed. :-( I downloaded the zip-file http://orgmode.org/cgit.cgi/org-mode.git/snapshot/release_8.0-beta.zip,

[O] Copyright of contributions to org-mode

2013-03-13 Thread Carsten Dominik
Dar all, in the light of the recent dispute, I have now added the paragraph below to http://orgmode.org/worg/org-contribute.html#sec-2 to clarify the copyright implications of submitting contributions to org-mode. I hope this helps to avoid problems in the future. Regards - Carsten By

[O] Export hangs on 'Evaluation Disabled'

2013-03-13 Thread Christian Moe
Hi, When exporting a document containing source blocks, I'm queried for evaluation. When I say no, export tends to hang. (I rarely export documents with code, so I'm not certain what behaviors to expect. I'm confused that I'm queried for evaluation when I've set :exports code, but maybe that's

Re: [O] Copyright of contributions to org-mode

2013-03-13 Thread Andreas Röhler
Am 13.03.2013 11:50, schrieb Carsten Dominik: Dar all, in the light of the recent dispute, I have now added the paragraph below to http://orgmode.org/worg/org-contribute.html#sec-2 to clarify the copyright implications of submitting contributions to org-mode. I hope this helps to avoid

Re: [O] Copyright of contributions to org-mode

2013-03-13 Thread Giovanni Ridolfi
 Da: Carsten Dominik carsten.domi...@gmail.com Inviato: Mercoledì 13 Marzo 2013 11:50 Hi, Carsten, you are placing these changes under GPL version 3, with shouldn't it be:  you are placing these changes under either version 3 of the GPL, or (at your option) any later version,

Re: [O] Copyright of contributions to org-mode

2013-03-13 Thread Carsten Dominik
On 13 mrt. 2013, at 12:13, Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: Da: Carsten Dominik carsten.domi...@gmail.com Inviato: Mercoledì 13 Marzo 2013 11:50 Hi, Carsten, you are placing these changes under GPL version 3, with shouldn't it be: you are placing

Re: [O] Copyright of contributions to org-mode

2013-03-13 Thread Carsten Dominik
On 13 mrt. 2013, at 12:12, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: Am 13.03.2013 11:50, schrieb Carsten Dominik: Dar all, in the light of the recent dispute, I have now added the paragraph below to http://orgmode.org/worg/org-contribute.html#sec-2 to clarify the

Re: [O] Publishing to html With the New Exporter

2013-03-13 Thread Eric S Fraga
Hello, I had to update my web site [1] today, a site which is written in org. This was the first attempt at using the new exporter for publishing for a site written with the old exporter in mind. I thought I would summarise the changes I had to make to have them all in one place: 1. change

Re: [O] Copyright of contributions to org-mode

2013-03-13 Thread Bastien
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: I will write GLPv3 or later and not specify this further, OK? I'd state it like this: ... you are placing this changes under the same licensing terms than those under which GNU Emacs is published: ;; GNU Emacs is free

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-03-13 Thread Bastien
Hi Martin, Martin elwood...@web.de writes: When I execute the agenda-command, I get the error message: org-agenda-skip: Wrong type argument: stringp, nil Is there any documentation about changes that might break something? Wild guess: ~$ make autoloads See

Re: [O] Meaning of install

2013-03-13 Thread Bastien
Andreas Röhler andreas.roeh...@easy-emacs.de writes: Any recommendation which make commands to run here? ~$ make helpall :) -- Bastien

Re: [O] Build fail with emacs 24.3.1

2013-03-13 Thread Bastien
Hi Erich, Neuwirth Erich erich.neuwi...@univie.ac.at writes: I just installed Emacs 24.3.1 on OSX 10.8.2 and tried to build the latest git version of orgmode. It fails. Is this due to the fact that I have a new emacs, or is it a more general problem. It was a problem with Org. I just

Re: [O] Copyright of contributions to org-mode

2013-03-13 Thread Andreas Röhler
Am 13.03.2013 12:50, schrieb Bastien: Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: I will write GLPv3 or later and not specify this further, OK? I'd state it like this: ... you are placing this changes under the same licensing terms than those under which GNU Emacs

Re: [O] Copyright of contributions to org-mode

2013-03-13 Thread Bastien
Andreas Röhler andreas.roeh...@easy-emacs.de writes: Or maybe drop that sentence. Nope: the whole purpose of clarifying is to make it clear what are the licensing terms, when the assignement is needed, and what are the consequences of assigning the copyright. We should be short but

Re: [O] Build fail with emacs 24.3.1

2013-03-13 Thread Susan Cragin
I just installed Emacs 24.3.1 on OSX 10.8.2 and tried to build the latest git version of orgmode. It fails. Is this due to the fact that I have a new emacs, or is it a more general problem. Here is the output from building: Ran 428 tests, 426 results as expected, 2 unexpected (2013-03-13

Re: [O] Copyright of contributions to org-mode

2013-03-13 Thread Andreas Röhler
Am 13.03.2013 13:10, schrieb Bastien: Andreas Röhler andreas.roeh...@easy-emacs.de writes: Or maybe drop that sentence. Nope: the whole purpose of clarifying is to make it clear what are the licensing terms, when the assignement is needed, and what are the consequences of assigning the

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-03-13 Thread Martin
Bastien bzg at altern.org writes: Wild guess: ~$ make autoloads See http://orgmode.org/org.html#Installation If those instructions are not clear enough, please raise your voice, we are in the process of clarifying them! thanks a lot! Your wild guess saved me (partially)! I never

Re: [O] Build fail with emacs 24.3.1

2013-03-13 Thread Andreas Röhler
Am 13.03.2013 12:58, schrieb Bastien: Hi Erich, Neuwirth Erich erich.neuwi...@univie.ac.at writes: I just installed Emacs 24.3.1 on OSX 10.8.2 and tried to build the latest git version of orgmode. It fails. Is this due to the fact that I have a new emacs, or is it a more general problem. It

Re: [O] Copyright of contributions to org-mode

2013-03-13 Thread Bastien
Hi Andreas, there is nothing to argue here. Patches sent against files in Org's core are like patches sent against GNU Emacs files. The submitter needs to agree to have it licensed under the same condition than for GNU Emacs, and needs to assign his copyright before they can be integrated. If

Re: [O] Copyright of contributions to org-mode

2013-03-13 Thread Carsten Dominik
On 13 mrt. 2013, at 13:35, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: Am 13.03.2013 13:10, schrieb Bastien: Andreas Röhler andreas.roeh...@easy-emacs.de writes: Or maybe drop that sentence. Nope: the whole purpose of clarifying is to make it clear what are the licensing terms,

Re: [O] Build fail with emacs 24.3.1

2013-03-13 Thread Bastien
Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: should not the build process be independent from tests? Yes, the default build process should be independant from the tests, and it is. ~$ make up2 runs the test, but it is not the default build process. -- Bastien

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-03-13 Thread Bastien
Hi Martin, Martin elwood...@web.de writes: thanks a lot! Your wild guess saved me (partially)! I never needed that up to now (and first had to install make, as I am working on Windows an need to use Cygwin for that) but finally it worked. However I still have the problem that M-x

[O] Further problems with export

2013-03-13 Thread Neuwirth Erich
After being able to build again, I cannot export now. In my .emacs I have ;; using the new exporter (define-key org-mode-map (kbd C-c C-e) 'org-export-dispatch) When I try to export with C-c C-e I get a window with the menu for the export commands, and a prompt Export command: in the bottom

[O] mobileorg

2013-03-13 Thread Marvin Doyley
Has MobileOrg been removed from the App Store ? For some reason I can't find this. Thanks M

Re: [O] Basic beamer export

2013-03-13 Thread Suvayu Ali
On Wed, Mar 13, 2013 at 12:52:49AM -0400, JBash wrote: On Tue, Mar 12, 2013 at 10:48 AM, Suvayu Ali fatkasuvayu+li...@gmail.comwrote: 1. How do you check your org-version, M-x org-version RET? Yes. I just updated org. I'm now at: Org-mode version 8.0-pre (release_8.0-pre-54-gb5a853

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-03-13 Thread Martin
Bastien bzg at altern.org writes: Hi Martin, Martin elwood151 at web.de writes: However I still have the problem that M-x org-version produces an error: Org-mode version N/A-fixup (N/A-fixup !!check installation!! @ c:/Users/mynameDocuments/sorga/org-mode/org_current/lisp/) Is

Re: [O] mobileorg

2013-03-13 Thread Rainer M Krug
On Wednesday, March 13, 2013, Marvin Doyley wrote: Has MobileOrg been removed from the App Store ? For some reason I can't find this. It has been r evolved temporarily, but I hope it will be back soon. A former mobile org user, Rainer Thanks M -- Rainer M. Krug, PhD (Conservation

Re: [O] [RFC] Org syntax (draft)

2013-03-13 Thread Nicolas Richard
Hi, I obviously did not send and actually lost a message I prepared two days ago. I'll try again. I suggest adding : The number of stars defines the level of the headline. Does it belong to the syntax definition? Level is how Org uses syntax internally. Also the sentence, although right, is

Re: [O] Further problems with export

2013-03-13 Thread Bastien
Hi Erich, Neuwirth Erich erich.neuwi...@univie.ac.at writes: How can I make things work again? Provided you installed Org correctly, restarting Emacs will do. -- Bastien

Re: [O] A proposal (ox-html.el/ox-odt.el)

2013-03-13 Thread Thomas S. Dye
Aloha all, wgreenhouse-sgozh3hwpm2stnjn9+b...@public.gmane.org (W. Greenhouse) writes: Jambunathan, Jambunathan K kjambunathan-re5jqeeqqe8avxtiumw...@public.gmane.org writes: People are disregarding my moral rights over my work and pushing me in a corner to act a certain way to serve

Re: [O] Repeated tasks, but only for a limited period (of time)

2013-03-13 Thread Rick Hanson
Thank you, Bastien! On Wed, Mar 13, 2013 at 4:59 AM, Bastien b...@altern.org wrote: Hi Rick, Rick Hanson cryptor...@gmail.com writes: Based your advices, I used org-clone-subtree-with-time-shift for my application today -- worked like a charm. Thanks to the both of you! Yes, that's

Re: [O] [PATCH] * lisp/ob-core.el (org-babel-execute-src-block): insert hash for silent results

2013-03-13 Thread Eric Schulte
Aaron Ecay aarone...@gmail.com writes: Hi Eric, 2013ko martxoak 9an, Eric Schulte-ek idatzi zuen: Could something like the following work? Removing :results none and adding something small as the returned result which may easily be parsed and placed in the buffer w/o problem.

Re: [O] [PATCH] * lisp/ob-core.el (org-babel-execute-src-block): insert hash for silent results

2013-03-13 Thread Eric Schulte
Aaron Ecay aarone...@gmail.com writes: Hi Achim, 2013ko martxoak 10an, Achim Gratz-ek idatzi zuen: But back to my earlier remark about the hash value actually being a signature of the source block and not the result. If I use noweb references, the reference text is cached, not its

[O] Fwd: request regarding code chunk options in org-babel.

2013-03-13 Thread shripad sinari
Hello all, I have been using org-mode and particularly org-babel for reproducible research. From reading most of the code chunk options in the org manual it seems that the follwoing table would be how one would expect output in various formats to behave: | :results value | :exports value | In

Re: [O] Beginner footnotes question

2013-03-13 Thread Lawrence Bottorff
On Wed, Mar 13, 2013 at 1:17 AM, Aaron Ecay aarone...@gmail.com wrote: Hi Lawrence, You can have footnotes be inserted automatically: - in their own section (by default at the bottom of the document, though you can move it anywhere) - at the end of the current section, or - inline with

Re: [O] Basic beamer export

2013-03-13 Thread Achim Gratz
Suvayu Ali fatkasuvayu+linux at gmail.com writes: Yes. I just updated org. I'm now at: Org-mode version 8.0-pre (release_8.0-pre-54-gb5a853 @ /user/share/emacs/site-lisp/org) Are you overwriting the org files that come with your distribution of emacs? If you are, I think that is

[O] Paths including spaces fail the installation: Patch

2013-03-13 Thread Bernd Haug
I have encountered problems installing to paths including spaces. This is annoying for Aquamacs on OS X, where the normal installation location for a custom mode etc. is a directory in ~/Library/Application Support/Aquamacs Emacs. Minimal path quoting changes to the inferior Makefiles made the

Re: [O] Fwd: request regarding code chunk options in org-babel.

2013-03-13 Thread Eric Schulte
shripad sinari shripad.sin...@gmail.com writes: Hello all, I have been using org-mode and particularly org-babel for reproducible research. From reading most of the code chunk options in the org manual it seems that the follwoing table would be how one would expect output in various

Re: [O] minor bug in babel with silent output and remote R session

2013-03-13 Thread Eric Schulte
Thomas Alexander Gerds t...@biostat.ku.dk writes: Using the silent option together with a remote R session block (started via ssh.el and ess-remote), like this: #+BEGIN_SRC R :results silent :exports results :session *ssh gauss* :cache yes a=1 1 #+END_SRC produces: , |[1]

Re: [O] Exporter problem: cannot activate options

2013-03-13 Thread Nicolas Goaziou
Hello, Rainer Stengele rainer.steng...@online.de writes: I do mark the subtree and export by C-e h o. Export is fine but I always get the TOC (although toc:nil) and I cannot get the clock entries (although c:t). You don't need to mark the subtree when doing a subtree export. Though, you

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-13 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: Rick Frankel r...@rickster.com writes: On Tue, Mar 12, 2013 at 12:06:55AM +0100, Bastien wrote: Hi Terry, tftor...@tftorrey.com (T.F. Torrey) writes: I'm not experienced with markdown, but this doesn't look right to me. AFAIK there is no

[O] Bug: ODT export creates invalid document if literal [8.0-pre (release_8.0-pre-58-g9f1765.dirty @ mixed installation! /Users/bernd.haug/Library/Application Support/Aquamacs Emacs/org/lisp/ and /Use

2013-03-13 Thread Bernd Haug
I am exporting a document to ODT that contains the following text: blah blah blah =blah x blah blah blah...=, blah blah blah bla bla (bla =bla x bla bla bla...= blah). bla blah bla When opening the document in LibreOffice 3.4, I get the following message: Read-Error. Format error discovered in

Re: [O] [RFC] Simplify attributes syntax

2013-03-13 Thread Nicolas Goaziou
Hello, Christian Egli christian.e...@sbs.ch writes: Nicolas Goaziou n.goaz...@gmail.com writes: The following patch simplifies syntax for attributes. From the developer POV, each non-nil value is now read as a string by `org-export-read-attribute'. I looked at your patch but I'm not sure

Re: [O] [RFC] Org syntax (draft)

2013-03-13 Thread Nicolas Goaziou
Hello, orgm...@h-rd.org writes: What may help is to document the syntax machine readable and somewhat more formal. I think it's a bit too early for that. The document describes the current syntax, but also uncovers some ambiguous parts of that syntax, which may need to be fixed (at least

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-13 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: AFAIU, one Markdown feature is to accept raw HTML as part of the syntax. So, what's wrong in writing in HTML code anything that is not directly supported by Markdown syntax (like tables)? Nothing wrong /per se/ but, I modified

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-13 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Bastien b...@altern.org writes: Rick Frankel r...@rickster.com writes: On Tue, Mar 12, 2013 at 12:06:55AM +0100, Bastien wrote: Hi Terry, tftor...@tftorrey.com (T.F. Torrey) writes: I'm not experienced with markdown, but this

Re: [O] Bug: ODT export creates invalid document if literal [8.0-pre (release_8.0-pre-58-g9f1765.dirty @ mixed installation! /Users/bernd.haug/Library/Application Support/Aquamacs Emacs/org/lisp/ and

2013-03-13 Thread Bastien
Hi Bernd, Bernd Haug bernd.h...@xaidat.com writes: I am exporting a document to ODT that contains the following text: blah blah blah =blah x blah blah blah...=, blah blah blah bla bla (bla =bla x bla bla bla...= blah). bla blah bla When opening the document in LibreOffice 3.4, I get the

Re: [O] Beginner footnotes question

2013-03-13 Thread Lawrence Bottorff
Sorry, I'm stumbling badly here. I now realize the org-footnote-auto-label needs to be set to avoid the default (t) behavior of doing numbered footnotes ( [fn:1] ) after C-c C-x f auto-inserts. Good. But where do the in-buffer settings go? I assume they go in the .org file you're currently working

Re: [O] Paths including spaces fail the installation: Patch

2013-03-13 Thread Bastien
Hi Bernd, Bernd Haug bernd.h...@xaidat.com writes: I have encountered problems installing to paths including spaces. This is annoying for Aquamacs on OS X, where the normal installation location for a custom mode etc. is a directory in ~/Library/Application Support/Aquamacs Emacs. Minimal

Re: [O] Beginner footnotes question

2013-03-13 Thread Eric Abrahamsen
Lawrence Bottorff galaxybeinglam...@gmail.com writes: On Wed, Mar 13, 2013 at 1:17 AM, Aaron Ecay aarone...@gmail.com wrote: Hi Lawrence, You can have footnotes be inserted automatically: - in their own section (by default at the bottom of the document, though

[O] Alignment in `org-list-dt'

2013-03-13 Thread Sebastien Vauban
Hello, I'm surprised by the way the alignment occurs for DT lists in Org buffers. Here is an ECM: --8---cut here---start-8--- - Alt text :: Text description of a graphic that appears before the graphic is loaded into the browser. After an image

Re: [O] Alignment in `org-list-dt'

2013-03-13 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: - Angle brackets :: less than () and greater than () symbols used to surround an element to create a tag. Try (setq org-description-max-indent 5) - =:results

Re: [O] minor bug in babel with silent output and remote R session

2013-03-13 Thread Thomas Alexander Gerds
yes, I am quite sure. here is the org code , | | #+BEGIN_SRC R :results silent :exports results :session *ssh gauss* :cache yes | a=1 | 1 | #+END_SRC | | #+BEGIN_SRC R :results output :exports results :session *ssh gauss* :cache yes | a=1 | 1 | #+END_SRC | | #+RESULTS[2013-03-13

Re: [O] FIX missing case-folding in test-ob-emacs-lisp.el

2013-03-13 Thread Michael Brand
Hi Andreas On Tue, Mar 12, 2013 at 6:12 PM, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: [...] F test-org-table/compare Basic: Compare field references in Calc. (ert-test-failed ((should (equal expect result)) :form (equal | | 0 | z | | nan

Re: [O] FIX missing case-folding in test-ob-emacs-lisp.el

2013-03-13 Thread Andreas Röhler
Am 13.03.2013 18:19, schrieb Michael Brand: Hi Andreas On Tue, Mar 12, 2013 at 6:12 PM, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: [...] F test-org-table/compare Basic: Compare field references in Calc. (ert-test-failed ((should (equal expect result))

Re: [O] Paths including spaces fail the installation: Patch

2013-03-13 Thread Achim Gratz
Bernd Haug writes: I have encountered problems installing to paths including spaces. This is annoying for Aquamacs on OS X, where the normal installation location for a custom mode etc. is a directory in ~/Library/Application Support/Aquamacs Emacs. Minimal path quoting changes to the

Re: [O] Fwd: request regarding code chunk options in org-babel.

2013-03-13 Thread shripad sinari
Hello Eric, The posted solution works. But the issue is that I have to do this a lot of times for selective code chunks in multiple documents. Writing the sexp each time is not very elegant. Besides, if I were to come up with some solution than I did not want it to break anything else. Perhaps my

Re: [O] Different spacing in html output compared to info and pdf

2013-03-13 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: the attached (dirty) patch fixes it. It's clearly not the right approach, though. I hope Nicolas can have a look soon, as the problem affect all uses of snippets in macros. I don't have time to look at the problem right now. I will probably do it

Re: [O] [PATCH] * lisp/ob-core.el (org-babel-execute-src-block): insert hash for silent results

2013-03-13 Thread Achim Gratz
Eric Schulte writes: From re-looking at Achim's previous noweb example, it seems that we currently do *not* include the values of noweb expansions in code block hash calculations, I think this is a bug which should be fixed. It could very well have been a conscious decision, given that this

[O] posting guide?

2013-03-13 Thread Jay Kerns
The past few days have reminded me of something somebody famous once said [1]. I can already see work being done to protect the community for the future, yet I believe there is more we might do to be even stronger. I understand and appreciate Bastien's stated position regarding moderator controls

Re: [O] posting guide?

2013-03-13 Thread Ista Zahn
+1 On Wed, Mar 13, 2013 at 3:13 PM, Jay Kerns gjkerns...@gmail.com wrote: The past few days have reminded me of something somebody famous once said [1]. I can already see work being done to protect the community for the future, yet I believe there is more we might do to be even stronger. I

Re: [O] Alignment in `org-list-dt'

2013-03-13 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban writes: - Angle brackets :: less than () and greater than () symbols used to surround an element to create a tag. Try (setq org-description-max-indent 5) That was it. Thanks a lot! Best regards, Seb --

[O] Where does org-mode elisp hacking go?

2013-03-13 Thread Lawrence Bottorff
I see on the org-hacks.html page lots of interesting elisp code. If I wanted to use some of this (lots of this) it seems wrong to shove it all in my .emacs file. My first guess would be to put what I want into separate .el files, go to my .org file and do a load-file on the .el file of hacks. But

Re: [O] posting guide?

2013-03-13 Thread Andreas Röhler
Am 13.03.2013 20:13, schrieb Jay Kerns: The past few days have reminded me of something somebody famous once said [1]. I can already see work being done to protect the community for the future, yet I believe there is more we might do to be even stronger. I understand and appreciate Bastien's

Re: [O] Build fail with emacs 24.3.1

2013-03-13 Thread Achim Gratz
Bastien writes: It was a problem with Org. I just removed the tests, which pass fine when called interactively, but don't pass when run in batch mode. Since they did pass just until Emacs 24.3 was released (and still pass with earlier versions) that should maybe give you some pause before you

Re: [O] Abbrev with org-mode

2013-03-13 Thread Bastien
Hi Steve, Steve Prud'Homme sprud...@gmail.com writes: My first question is can I export these proprerties in a ODT or TXT file. Because by default they are hidded. See C-h v org-export-with-drawers RET 2. My second question is if I want to use Abbrev to make a clocked-task. What shoud I

Re: [O] posting guide?

2013-03-13 Thread Bastien
Hi Jay, Jay Kerns gjkerns...@gmail.com writes: I have a mental first draft of things that could go in one, but there's no point moving forward if there isn't a general feeling that this would be something good to do. Well, I would not invest too much time on this, personally. From

Re: [O] posting guide?

2013-03-13 Thread Jay Kerns
Dear Andreas, On Wed, Mar 13, 2013 at 3:59 PM, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: Hi Jay, if you permit my opinion as a kind of guest-reader for years: don't think it's needed. IMO it was an accident. Hopefully the person will recover and present it's excuses some weeks

Re: [O] Abbrev with org-mode

2013-03-13 Thread Steve Prud'Homme
Hi Bastien, I did do that nothing change Original file : https://sourceforge.net/p/coursfrancais/code-1/ci/c60eb6d14a65b47228760636622ba57a8edcac84/tree/coursfrancais.org Rendered file :

Re: [O] Abbrev with org-mode

2013-03-13 Thread Bastien
Steve Prud'Homme sprud...@gmail.com writes: I did do that nothing change Mhh.. what did you do exactly? -- Bastien

Re: [O] posting guide?

2013-03-13 Thread Jay Kerns
Dear Bastien, On Wed, Mar 13, 2013 at 4:33 PM, Bastien b...@altern.org wrote: Hi Jay, Well, I would not invest too much time on this, personally. No, you don't seem to be bothered at all; those attacks seem to wash off you like water off a duck's back, or scandals off of Bill Clinton's

  1   2   >