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/
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
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
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
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
I support the Whittemore-Peterson Institute (WPI)
===
Bigotry against people with serious diseases is still bigotry.
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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
>> 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
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 |
>>> |--
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
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
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
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
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
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
>
>
--
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
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
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
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
Patch applied. Thank you.
Now, onto the other problems in that function...
Regards,
--
Nicolas Goaziou
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
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
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
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
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
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
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
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
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
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 |
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-
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:
>>
>> ---
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
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
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.
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
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]
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
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
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
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
54 matches
Mail list logo