Hello,
"Stephen J. Barr" writes:
> Quick question. Is it possible to have a code fragment in a bulleted
> list? For example, I would like to do
>
> - This is interesting
> - Level 2 for loop
>
> #+begin_src R
> for (i in 1:10) {
> ...
> }
> #+end_src
>
> - This should also be on level 2
Hello,
John Hendy writes:
> #+begin_src orgmode
> * Header
>
> Test paragraph where I insert a dollar amount of $100.
>
> Test paragraph where I insert a dollar amount of \$100.
>
> Test paragraph where I insert a dollar amount of 100.[fn:1]
>
> * Footnotes
>
> [fn:1] Successful; the first two g
On 8.1.2012, at 16:58, Adam wrote:
> I have a notes file which has a newline preceeding every entry.
>
> * A
> test
>
> * B
> test2
>
> ** B2
> test3
>
> Now I want to add other entries to my tree via org-capture. This is an
> extract of my org-capture-templates
>
> org-capture-tem
I have a notes file which has a newline preceeding every entry.
* A
test
* B
test2
** B2
test3
Now I want to add other entries to my tree via org-capture. This is an
extract of my org-capture-templates
org-capture-templates
`(("t" "test"
entry (file+headline (conca
When I attempt to org-capture-finalize, I get
Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)
org-capture-bookmark-last-stored-position()
org-capture-finalize(nil)
call-interactively(org-capture-finalize nil nil)
I'm running Org version 7.8.03 out of ELPA and Em
Hi, Org people.
I have a few notes about Org mode which I intend to present to my
coworkers at our next meeting, if time permits. This evening, I just
pushed them together (the notes, not the coworkers!) in a file with the
idea of creating a few beamer slides. And doing so, experimenting a bit
w
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
Hello fellow org-mode users,
Quick question. Is it possible to have a code fragment in a bulleted
list? For example, I would like to do
- This is interesting
- Level 2 for loop
#+begin_src R
for (i in 1:10) {
...
}
#+end_src
- This should also be on level 2
When I render this as HTML, th
Hi Eric,
Is there a difference between :noweb tangle and :noweb no? Based on the
documentation and some limited testing, I made the following table.
*** :noweb parameters
| param | eval | tangle | export |
|+--++|
| yes| +| + | + |
| no | -
Eric Schulte writes:
> Achim Gratz writes:
>
>> t...@tsdye.com (Thomas S. Dye) writes:
>>> The attached patch defines a new header argument, :special, which wraps
>>> the results of Org babel source block execution in a #BEGIN_ ... #+END_
>>> block. The block name is taken from a new variable
>
Nicolas Goaziou writes:
> Hello,
Hi, Nicolas!
> Well, that command already exists: `org-indent-indent-buffer'.
Thanks for this information. (This replies to the question in my
original message: is there a command to correct the indention?)
>> I cannot reproduce it either. It just occurs, on
Achim Gratz writes:
> t...@tsdye.com (Thomas S. Dye) writes:
>> The attached patch defines a new header argument, :special, which wraps
>> the results of Org babel source block execution in a #BEGIN_ ... #+END_
>> block. The block name is taken from a new variable
>> org-babel-wrap-special, whic
On Tue, Dec 27, 2011 at 4:43 AM, Nicolas Goaziou wrote:
> Hello,
>
> John Hendy writes:
>
> > I'm experiencing an issue similar to this one:
> > --- http://osdir.com/ml/emacs-orgmode-gnu/2011-10/msg00544.html
> >
> > I have a paragraph in which I reference a dollar amount (preceded by
> "$").
> >
Is there a way to have org rewrite all my org-files having reencrypted
all my crypted entries with a new key?
t...@tsdye.com (Thomas S. Dye) writes:
> The attached patch defines a new header argument, :special, which wraps
> the results of Org babel source block execution in a #BEGIN_ ... #+END_
> block. The block name is taken from a new variable
> org-babel-wrap-special, which is initialized as "results
Karl Voit writes:
> Hi Eric!
>
> * Eric Schulte wrote:
>>
>> In more complex examples like these I would recommend using a gnuplot
>> code block rather than using Org-plot.
>
> Thought so. Thanks for confirmation.
>
>> Gnuplot has an extremely
>> comprehensive built in help system, typing "hel
Michael Welle writes:
> to work on open tasks. My plan is to collect the tasks I want to work on
> on a special tasksatfosdem.org file. How can I implement that? Copying
> the tasks is not a solution ;), some kind of a link is needed. Maybe I
> should use tags and an agenda view? I like the idea
Hi Eric!
* Eric Schulte wrote:
>
> In more complex examples like these I would recommend using a gnuplot
> code block rather than using Org-plot.
Thought so. Thanks for confirmation.
> Gnuplot has an extremely
> comprehensive built in help system, typing "help boxplot" at the gnuplot
> REPL r
Hello,
pin...@iro.umontreal.ca (François Pinard) writes:
> Now using this command when the problem happens:
>
>
> (defun fp-org-adjust-visual-margins ()
> "Recompute visual left margins, for when they seem incorrect."
> (interactive)
> (message "Adjusting visual margins...")
> (org-indent
Karl Voit writes:
> Hi!
>
> I'm new to babel/gnuplot/org-plot and want to generate classic
> Boxplot[1] diagrams.
>
> My tests failed so far:
>
> #+TBLNAME: mydata
> #+PLOT: title:"Boxplots of mydata" with:candlesticks
> | A | B |
> |---+---|
> | 5 | 5 |
> | 5 | 6 |
> | 4 | 5 |
> | 5 | 6 |
> | 2
Hi,
That does what I want. Thanks for taking the time to explain it. I should
have read the manual on relative cell references more carefully.
On Sun, Jan 8, 2012 at 11:23 AM, Michael Brand
wrote:
> Hi RCY
>
> On Sun, Jan 8, 2012 at 17:12, RCY wrote:
> > Sorry not to be clearer.
> > I would li
Hi RCY
On Sun, Jan 8, 2012 at 17:12, RCY wrote:
> Sorry not to be clearer.
> I would like to implement the formula for only one row. So entering the
> first row shown below and implementing the formula with only B entered in
> the first column in the second row gives the rest of the second row.
Applied, Thanks,
t...@tsdye.com (Thomas S. Dye) writes:
> Aloha all,
>
> The attached patch to the Org mode manual describes the current behavior
> of :results wrap.
>
> All the best,
> Tom
--
Eric Schulte
http://cs.unm.edu/~eschulte/
Aloha all,
The attached patch defines a new header argument, :special, which wraps
the results of Org babel source block execution in a #BEGIN_ ... #+END_
block. The block name is taken from a new variable
org-babel-wrap-special, which is initialized as "results".
I use this in conjunction with
Hi,
Sorry not to be clearer.
I would like to implement the formula for only one row. So entering the
first row shown below and implementing the formula with only B entered in
the first column in the second row gives the rest of the second row.
|A|2|3|4|
|B|4|6|8|
Your suggestion almost does wh
Hi RCY
Do you want to do this?:
| A | 2 | 3 | 4 |
| B | 4 | 6 | 8 |
| C | 8 | 12 | 16 |
#+TBLFM: @<<$<<..@>$> = 2 * @-1
Michael
Hi!
I'm new to babel/gnuplot/org-plot and want to generate classic
Boxplot[1] diagrams.
My tests failed so far:
#+TBLNAME: mydata
#+PLOT: title:"Boxplots of mydata" with:candlesticks
| A | B |
|---+---|
| 5 | 5 |
| 5 | 6 |
| 4 | 5 |
| 5 | 6 |
| 2 | 4 |
| 2 | 5 |
... with «org-plot/gnuplot» resu
In the following table I am trying to implement a row formula for each cell
to be a multiple of the corresponding cell in a preceding row, but several
variations I tried do not work:
| A| 2 | 3 | 4|
| B| [4, 6, 8] | [4, 6, 8] | [4, 6, 8] |
| C| [4, 6, 8] |
* Michael Welle wrote:
>
> My plan is to collect the tasks I want to work on on a special
> tasksatfosdem.org file. How can I implement that? Copying the
> tasks is not a solution ;), some kind of a link is needed.
How about using tags like :fosdemtask: and derive agenda views
related to this tag
Nicolas Goaziou writes:
> pin...@iro.umontreal.ca (François Pinard) writes:
>> The problem I observed is that the indentation is more to the left
>> than the "lefter" it may be. So it has to be a display problem
>> somehow, I guess. I wondered if there was some simple command to
>> force the d
Hello,
pin...@iro.umontreal.ca (François Pinard) writes:
> The problem I observed is that the indentation is more to the left than
> the "lefter" it may be. So it has to be a display problem somehow, I
> guess. I wondered if there was some simple command to force the display
> to be recomputed
31 matches
Mail list logo