Re: [O] FR: Output to online comments

2011-09-29 Thread Samuel Wales
On 2011-09-29, Samuel Wales wrote: > I wonder if there could be an ASCII export option for unfilling filled > paragraphs. It would have to be as a separate backend. For email, > filled paragraphs (i.e. hard newlines) are often better. s/separate backend/toggle in the export dispatcher/

Re: [O] Printing in indent mode

2011-09-29 Thread Jarmo Hurri
Jambunathan K writes: >> Is there a way to print the document tree in indent mode so that the >> hidden stars would not show up in the printed version? > > Don't you think exporting the buffer to say pdf is a better option > than printing the buffer directly? That would be very nice, but I do no

Re: [O] would take more than an org-mode strip-down.

2011-09-29 Thread Carsten Dominik
Dear James, thanks a lot for your thoughts on Org-mode. I admit that I had to read them several times to fully understand what you are saying. While you anchor your argument on the documenation (be it overabundant or not the right one), I think you are making a number of much deeper points. I'll

[O] FR: Output to online comments

2011-09-29 Thread Samuel Wales
More of an invitation to brainstorm. It isn't clear what HTML tags are allowed in Blogger comments and in other online places, but ASCII, of course works. We might get away with a limited HTML that only produces a few tags. Another option is unfilled paragraphs in ASCII. Neither is ideal, but mi

[O] FR: either limited HTML or unfilled paragraphs in

2011-09-29 Thread Samuel Wales
-- The Kafka Pandemic: http://thekafkapandemic.blogspot.com I support the Whittemore-Peterson Institute (WPI) === Bigotry against people with serious diseases is still bigotry.

Re: [O] [babel] org-babel HTML export and image links within #+example blocks

2011-09-29 Thread Eric Schulte
Leo Alekseyev writes: > Right now, I auto-generate image links as a part of results my > org-embedded R code generates, e.g.: > > #+call foo() > > #+results: foo() > #+begin_example > ...stuff... > RMSE, sdev, abs(mean - true), mean - true: agent 1 > 0.1899602 0.1097201 0.1550738 -0.1550738 > [[f

Re: [O] [babel] Error when exporting a trivial org file to HTML: Wrong type argument: stringp, (results . "")

2011-09-29 Thread Eric Schulte
Leo Alekseyev writes: > Eric, I pulled the latest org-mode and that got me past the trivial > error I described, however, I've run into other ones (I'm still > bisecting my original large org file to come up with concise example). > There is another error: if I have a hyperlink anywhere in my or

[O] [babel] org-babel HTML export and image links within #+example blocks

2011-09-29 Thread Leo Alekseyev
Right now, I auto-generate image links as a part of results my org-embedded R code generates, e.g.: #+call foo() #+results: foo() #+begin_example ...stuff... RMSE, sdev, abs(mean - true), mean - true: agent 1 0.1899602 0.1097201 0.1550738 -0.1550738 [[file:images/conv1.png]] #+end_example Howeve

Re: [O] org-mobile-push

2011-09-29 Thread Vikas Rawal
Thanks Nick and Jambunathan for taking the trouble to respond. > > So pretty please: when you get an error, *at the very least*, do > >M-x toggle-debug-on-error Thanks nick for teaching my how to use back-trace. Here is the output. May I request you to help identify what could be causing th

Re: [O] [babel] Error when exporting a trivial org file to HTML: Wrong type argument: stringp, (results . "")

2011-09-29 Thread Leo Alekseyev
Eric, I pulled the latest org-mode and that got me past the trivial error I described, however, I've run into other ones (I'm still bisecting my original large org file to come up with concise example). There is another error: if I have a hyperlink anywhere in my org file, the html export fails wi

Re: [O] Org buffers scroll to the very bottom on their own

2011-09-29 Thread Leo Alekseyev
Please ignore my last post; turns out I've merged some custom changes with the trunk, and my merge appears to be buggy On Thu, Sep 29, 2011 at 5:23 PM, Leo Alekseyev wrote: > I just pulled the latest org from trunk and byte-compiled under > Windows; I am seeing bizarre behavior, where the point i

[O] Org buffers scroll to the very bottom on their own

2011-09-29 Thread Leo Alekseyev
I just pulled the latest org from trunk and byte-compiled under Windows; I am seeing bizarre behavior, where the point in an org-mode buffer scrolls to the very bottom of the buffer. It's as if someone keeps pressing the down arrow key, or even S-M-[period]. Org is now unusable. Has anyone seen

Re: [O] [babel] Error when exporting a trivial org file to HTML: Wrong type argument: stringp, (results . "")

2011-09-29 Thread Eric Schulte
Leo Alekseyev writes: > I changed the line to #+BEGIN_SRC R :results output silent :exports > none :var foo=0, but it gives me the same error as before. Running on > the old-ish version of org (from January, commit > 8be17c8c62a8fb402a2ebf1c963a4e9f8f5dec53). > I'd recommend updating to the mos

[O] [patch] Don't output preamble DIV if its contents is empty

2011-09-29 Thread Sebastien Vauban
Hi, To be sure that CSS rules don't apply to missing contents, there's no need to output DIV preamble opening and closing tags if there is nothing in between. Best regards, Seb -- Sebastien Vauban >From 9bb3959f8ca978e7486ba7bde11cd407a40e653b Mon Sep 17 00:00:00 2001 From: Sebastien Vauban

Re: [O] small docstring typo in org-clone-subtree-with-time-shift

2011-09-29 Thread Achim Gratz
Brian van den Broek writes: > I suspect that the optimal way is to generate a patch against the > documentation. If that's right and someone would point me to what I'd > need to read to learn how to do so (I've never produced a patch > before), I'd be happy to learn and do it that way henceforward

Re: [O] [babel] Error when exporting a trivial org file to HTML: Wrong type argument: stringp, (results . "")

2011-09-29 Thread Leo Alekseyev
I changed the line to #+BEGIN_SRC R :results output silent :exports none :var foo=0, but it gives me the same error as before. Running on the old-ish version of org (from January, commit 8be17c8c62a8fb402a2ebf1c963a4e9f8f5dec53). On 9/29/11, Eric Schulte wrote: > Hi Leo, > > On my system with th

Re: [O] permanent LaTeX preview

2011-09-29 Thread Rasmus
Nick Dokos writes: > Do you mean: "replace the org preview mechanism with the preview-latex > preview mechanism"? or "turn on auctex mode/preview-latex in addition to > org-mode in the org file"? or perhaps "export to latex and then use > preview-latex on the latex file"? Either (i) or (ii), I g

Re: [O] [babel] Error when exporting a trivial org file to HTML: Wrong type argument: stringp, (results . "")

2011-09-29 Thread Eric Schulte
Hi Leo, On my system with the latest Org-mode I get the following slightly more helpful error message. variable "foo" must be assigned a default value Please add a default value to the foo variable for export and evaluation of the code block to work. Best -- Eric Leo Alekseyev writes: > He

Re: [O] permanent LaTeX preview

2011-09-29 Thread Nick Dokos
Rasmus wrote: > > > >> 1. Pressing C-c C-x C-l to render a formula in other part of the > >> document. All other formulas revert to LaTeX code in that case. > >> 2. Pressing C-c C-c to, for instance, evaluate some babel block. In > >> this particular case it looks like I need to reassign the C-

[O] [babel] Error when exporting a trivial org file to HTML: Wrong type argument: stringp, (results . "")

2011-09-29 Thread Leo Alekseyev
Here is what's in my org file: 8< #+title: My org file #+babel: :session *R-babel* :tangle yes * The problem ** The code This is going to fail on export: #+source: test_code #+BEGIN_SRC R :results output silent :exports none :var foo bar <- foo #+END_SRC Why

Re: [O] permanent LaTeX preview

2011-09-29 Thread Rasmus
>> 1. Pressing C-c C-x C-l to render a formula in other part of the >> document. All other formulas revert to LaTeX code in that case. >> 2. Pressing C-c C-c to, for instance, evaluate some babel block. In >> this particular case it looks like I need to reassign the C-c C-c >> keybinding used to

Re: [O] [babel] adding a language - problems

2011-09-29 Thread Thorsten
Eric Schulte writes: > Thorsten writes: > >> Thorsten writes: >> >>> Hi list, >>> I'm on my way to add a new (intrpreted) lisp dialect to org-babel, but >>> encounter a few difficulties. Here is my little testprogramm: >>> >>> - >>> #+tblname: tbl1 >>> | 1 | 2 | 3 | >>> |--

Re: [O] permanent LaTeX preview

2011-09-29 Thread Nick Dokos
Alexander Vorobiev wrote: > Hi, > > Is it possible to stop rendered (with C-c C-x C-l) formulas from > reverting back to LaTeX source in case of: > > 1. Pressing C-c C-x C-l to render a formula in other part of the > document. All other formulas revert to LaTeX code in that case. > 2. Pressing

Re: [O] Surprising behaviour with agenda file

2011-09-29 Thread Sebastien Vauban
Hi Andreas, Andreas Amann wrote: > On Thu, 29 Sep 2011 15:43:27 +0200, Michael Brand > wrote: >> On Thu, Sep 29, 2011 at 15:25, Daniel Bausch wrote: >> > It's not a bug, it's a feature (although I don't know what it's for -- >> > maybe >> > speed).  However, there is a customizable option to s

Re: [O] Capture from terminal command line?

2011-09-29 Thread Eric Schulte
Nathan Neff writes: > I'm looking for a way to capture notes from a terminal, > without having to jump over to emacs. > > In the past, I simply append the text from the command line > to my ~/refile.org file, but if I have emacs running and have a modified > ~/refile.org buffer, then I run into c

[O] permanent LaTeX preview

2011-09-29 Thread Alexander Vorobiev
Hi, Is it possible to stop rendered (with C-c C-x C-l) formulas from reverting back to LaTeX source in case of: 1. Pressing C-c C-x C-l to render a formula in other part of the document. All other formulas revert to LaTeX code in that case. 2. Pressing C-c C-c to, for instance, evaluate some babe

Re: [O] org-mobile-push

2011-09-29 Thread Nick Dokos
Vikas Rawal wrote: > When I give M-x org-mobile-push I get an error: > > Symbol's function definition is void: appt-make-list > > What could be wrong? > > I am running org-mode 7.7 > Who knows? org itself does not call appt-make-list from anywhere, so you have probably set up a hook somewher

Re: [O] org-mobile-push

2011-09-29 Thread Jambunathan K
Vikas Rawal writes: > When I give M-x org-mobile-push I get an error: > > Symbol's function definition is void: appt-make-list > > What could be wrong? > > I am running org-mode 7.7 (require 'appt) Ideally this should be done automatically. Looks like that's not the case. > Vikas > > --

[O] org-mobile-push

2011-09-29 Thread Vikas Rawal
When I give M-x org-mobile-push I get an error: Symbol's function definition is void: appt-make-list What could be wrong? I am running org-mode 7.7 Vikas

Re: [O] Surprising behaviour with agenda file

2011-09-29 Thread Andreas Amann
On Thu, 29 Sep 2011 15:43:27 +0200, Michael Brand wrote: > On Thu, Sep 29, 2011 at 15:25, Daniel Bausch wrote: > > It's not a bug, it's a feature (although I don't know what it's for -- maybe > > speed).  However, there is a customizable option to switch it off: > > org-agenda-skip-additional-ti

[O] Capture from terminal command line?

2011-09-29 Thread Nathan Neff
I'm looking for a way to capture notes from a terminal, without having to jump over to emacs. In the past, I simply append the text from the command line to my ~/refile.org file, but if I have emacs running and have a modified ~/refile.org buffer, then I run into complications. I think that a goo

Re: [O] Tracking progress in sport trainings ?

2011-09-29 Thread Ian Barton
Xavier maillard.im> writes: > > Currentyl I am using a stupid physical notebook which is good for instant > results but does not fit well when I want see plots for example ;) > > What I am writting down onto the paper is this: > > 1. date/time > 2. duracy > 3. distance > 4. weather > 5. heart

Re: [O] [PATCH] Fix renumbering for footnotes at BOL.

2011-09-29 Thread Nicolas Goaziou
Patch applied. Thank you. Now, onto the other problems in that function... Regards, -- Nicolas Goaziou

Re: [O] org footnote bug?

2011-09-29 Thread henry atting
Nicolas Goaziou writes: > henry atting writes: > >> Thanks. Two things still differ from the stable version though: >> >> 1. When the first footnote is created the tag remains invisible: >> >> --- >> Text... then I create a first footno

Re: [O] Printing in indent mode

2011-09-29 Thread Jambunathan K
Jarmo Hurri writes: > Greetings! > > Is there a way to print the document tree in indent mode so that the > hidden stars would not show up in the printed version? The indent mode > is really nice for hierarchical list, but at least my printout with, > e.g., "Postscript Print Buffer (B+W)" makes t

Re: [O] [PATCH] Fix renumbering for footnotes at BOL.

2011-09-29 Thread Tassilo Horn
Nicolas Goaziou writes: Hi! >> I don't either, and that's a good thing. I added that just as some >> extra paranoia so that you get an error if a footnote gets broken. > > Well, provided the first part of the function doesn't modify the > buffer, I still don't see how the assert could fail, eve

Re: [O] Surprising behaviour with agenda file

2011-09-29 Thread Michael Brand
On Thu, Sep 29, 2011 at 15:25, Daniel Bausch wrote: > It's not a bug, it's a feature (although I don't know what it's for -- maybe > speed).  However, there is a customizable option to switch it off: > org-agenda-skip-additional-timestamps-same-entry Interesting. git blame and a list search leads

Re: [O] org footnote bug?

2011-09-29 Thread Nicolas Goaziou
henry atting writes: > Thanks. Two things still differ from the stable version though: > > 1. When the first footnote is created the tag remains invisible: > > --- > Text... then I create a first footnote [1] > > [1] which appears withou

[O] Printing in indent mode

2011-09-29 Thread Jarmo Hurri
Greetings! Is there a way to print the document tree in indent mode so that the hidden stars would not show up in the printed version? The indent mode is really nice for hierarchical list, but at least my printout with, e.g., "Postscript Print Buffer (B+W)" makes the mode useless for paper versio

Re: [O] Surprising behaviour with agenda file

2011-09-29 Thread Daniel Bausch
It's not a bug, it's a feature (although I don't know what it's for -- maybe speed). However, there is a customizable option to switch it off: org-agenda-skip-additional-timestamps-same-entry Daniel Am Donnerstag 29 September 2011, 14:16:10 schrieb Andreas Amann: > Hi list, > > I encounter the

Re: [O] [PATCH] Fix renumbering for footnotes at BOL.

2011-09-29 Thread Nicolas Goaziou
Tassilo Horn writes: > Nicolas Goaziou writes: >> About your patch, I have but one question: I don't get a situation in >> which the assert would be triggered, may you give me such an example? > I don't either, and that's a good thing. I added that just as some > extra paranoia so that you ge

Re: [O] using Cygwin Gnuplot with org-babel-gnuplot

2011-09-29 Thread Eric Schulte
Alexander Vorobiev writes: > Hi, > > It is mentioned in > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-gnuplot.html#sec-2_1 > that there were some problems with gnuplot on Windows machines. I came > up with a small fix which makes it possible to use Cygwin version of > gnuplot with

Re: [O] [babel] adding a language - problems

2011-09-29 Thread Eric Schulte
Thorsten writes: > Thorsten writes: > >> Hi list, >> I'm on my way to add a new (intrpreted) lisp dialect to org-babel, but >> encounter a few difficulties. Here is my little testprogramm: >> >> - >> #+tblname: tbl1 >> | 1 | 2 | 3 | >> |---+---+---| >> | 4 | 5 | 6 | >> | 7 |

[O] Surprising behaviour with agenda file

2011-09-29 Thread Andreas Amann
Hi list, I encounter the following surprising situation when using Org Agenda. Suppose you have an agenda file which looks like this: test.org -- * bar <2011-09-29 Thu 12:00> <2011-09-30 Fri 13:00> * foo <2011-09-29 Thu 15:00> <2011-09-29 Thu 16:00> M-x org-

Re: [O] org footnote bug?

2011-09-29 Thread henry atting
Nicolas Goaziou writes: > henry atting writes: > >> Tag for non orgmode files is: >> >> (setq org-footnote-tag-for-non-org-mode-files "___") >> >> Well, I open a file, type some text and then add a footnote with >> org-footnote-action which is bound to C-cf: >> >> ---

[O] small docstring typo in org-clone-subtree-with-time-shift

2011-09-29 Thread Brian van den Broek
Hi all, First, I've not been active on the list for some lengthy time. When last I was reporting small typos in the manual, Cartsen was still the chief maintainer and I just sent them to him directly. Please advise as to where such trivial doc bugs are best noted. Second, the docstring for org-cl

Re: [O] [PATCH] Fix renumbering for footnotes at BOL.

2011-09-29 Thread Tassilo Horn
Nicolas Goaziou writes: > It looks like the original function isn't right in more than one way > (it doesn't even make sure the matched string is really a > footnote). But that's another topic. Yes, indeed. > About your patch, I have but one question: I don't get a situation in > which the asse

Re: [O] [PATCH] Fix renumbering for footnotes at BOL.

2011-09-29 Thread Nicolas Goaziou
Hello, Tassilo Horn writes: > org-footnote-renumber-fn:N invalidates footnotes that appear as the > first thing on a line. Here's a test file including the recipe. > > * Bla > > This is a line in which the following footnote that is inserted exactly > [fn:1] is the first thing in that line.

Re: [O] Bug: org-refile-targets doesn't say whether it's AND or OR [7.7 (release_7.7.351.gb8b5)]

2011-09-29 Thread Dave Abrahams
Beautiful on Wed Sep 28 2011, Nick Dokos wrote: > Dave Abrahams wrote: > >> I would change the doc for org-refile-targets to say that the resulting >> list of targets is the union of all the targets matched by each cons >> cell. I think you could take that pretty much verbatim. >> > > How's

[O] [PATCH] Fix renumbering for footnotes at BOL.

2011-09-29 Thread Tassilo Horn
Hi all, org-footnote-renumber-fn:N invalidates footnotes that appear as the first thing on a line. Here's a test file including the recipe. --8<---cut here---start->8--- * Bla This is a line in which the following footnote that is inserted exactly [fn:1]

[O] [patch] Add source subtree which will be refiled

2011-09-29 Thread Sebastien Vauban
Hello, I found it difficult, sometimes, to remember which subtree we're gonna refile. When TAB'ing for multiple targets, you loose your source buffer, and can easily forget which exact subtree you had selected. Here a patch to add the name of the subtree we're operating on. Best regards, Seb

Re: [O] would take more than an org-mode strip-down.

2011-09-29 Thread Rainer M Krug
On Thu, Sep 29, 2011 at 9:46 AM, Rustom Mody wrote: > Hi James. > > If you do not grok text its unlikely you will appreciate a text editor. > emacs is not just a text editor its an exceptionally powerful text editor > -- a power which is likely to alienate you even more. > So the best suggestion

Re: [O] would take more than an org-mode strip-down.

2011-09-29 Thread Rustom Mody
On Thu, Sep 29, 2011 at 1:16 PM, Rustom Mody wrote: > Hi James. > *** Presentations > * Lightweight options > http://orgmode.org/worg/org-configs/org-customization-guide.html > I meant this link: http://orgmode.org/worg/org-tutorials/non-beamer-presentations.html

Re: [O] would take more than an org-mode strip-down.

2011-09-29 Thread Rustom Mody
Hi James. If you do not grok text its unlikely you will appreciate a text editor. emacs is not just a text editor its an exceptionally powerful text editor -- a power which is likely to alienate you even more. So the best suggestion to someone who wishes to get into orgmode but finds text (and tex