Hi Rick,
Rick Frankel wrote:
> Since org-mode v7.8, editing a code block in an indirect buffer causes
> any referenced code blocks to be executed. While this behavior is
> desired for viewing code in an indirect buffer (as the behavior has
> always been) it is not for editing (esp. if the named bl
Leo Alekseyev writes:
>> Eric S Fraga writes:
>>>
>>> What version of org are you using? I ask because I used to experience
>
>>> the annoyance you describe a while back; more recently (since at least a
>>> few months ago), hitting C-x C-s no longer has any negative impact: it
>>> saves the fil
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/01/12 03:06, Frozenlock wrote:
> To include multiple files, I export all of the required files
> before the PDF creation and zip them. This way, I only need to
> include a single zip file.
Good idea.
>
> #+BEGIN_SRC emacs-lisp :exports none ;;
Eric S Fraga writes:
> Leo Alekseyev writes:
>
>>> Eric S Fraga writes:
What version of org are you using? I ask because I used to experience
>>
the annoyance you describe a while back; more recently (since at least a
few months ago), hitting C-x C-s no longer has any negat
Andreas Leha writes:
> yes, that should work. Try to export the following several times. The
> first number should not change.
> (note: maybe you'd have to execute the inner_test_cached once on your
> system)
>
> #+name: inner_test_cached
> #+begin_src R :cache yes :exports none
> rnorm(1)
>
Hello everyone,
The way I am now doing LaTeX export is that I have the exported tex
buffer below the org buffer. When I do an export via `C-c C-e l' the
.tex buffer gets updated, but point jumps to beginning of buffer instead
of staying where it was. (How) Can I changed that so point stays near
Hello Everyone,
I am interested whether something like synctex search and inverse search
can be cooked up to work with org-mode. The codename `syncorg' was used
in this conversation [1]. Would this be hard to implement? Just
curious.
Kind Regards,
Michael
Footnotes:
[1] http://lists.gnu.org/
Following on from an old thread about self-configuring org files for
reproducible research, R users might be interested to see the following web site
which is exactly what I was thinking of for org mode (but of course, works
"only" for R packages.)
http://rsquared.stat.uni-muenchen.de/index.rhtm
I've found a small bug with exporting ical files from read-only org
buffers. Create a simple buffer, e.g.:
* test1
<2012-01-12 Thu>
and then hit C-x C-q to make the buffer read-only. Then do C-c C-e i
to export an ical file. You get an error that the buffer is read-only.
I think this is due
Michael Bach writes:
> Hello everyone,
>
> The way I am now doing LaTeX export is that I have the exported tex
> buffer below the org buffer. When I do an export via `C-c C-e l' the
> .tex buffer gets updated, but point jumps to beginning of buffer instead
> of staying where it was. (How) Can I
Stephen Eglen writes:
> I've found a small bug with exporting ical files from read-only org
> buffers. Create a simple buffer, e.g.:
>
> * test1
> <2012-01-12 Thu>
>
> and then hit C-x C-q to make the buffer read-only. Then do C-c C-e i
> to export an ical file. You get an error that the buf
> Could this be done more generally? I think I've run into this for other
> export targets as well, although it may be my memory that is faulty
> here. I use RCS for version control for standalone files and often have
> files read-only from which I want to export.
I also use RCS, which is how I
Stephen Eglen writes:
>> Could this be done more generally? I think I've run into this for other
>> export targets as well, although it may be my memory that is faulty
>> here. I use RCS for version control for standalone files and often have
>> files read-only from which I want to export.
>
>
On Thu, Jan 12, 2012 at 4:14 AM, Andreas Leha
wrote:
> Eric S Fraga writes:
>
>> Leo Alekseyev writes:
>>
Eric S Fraga writes:
>
> What version of org are you using? I ask because I used to experience
>>>
> the annoyance you describe a while back; more recently (since at least
The code block I previously sent only require you to specify which
_extension_ you want or don't want. No need to include any specific
filename (other than the .zip file in the latex "include" command).
Am I to understand you want something to include *all and only* tangled files?
--
I tried ":e
On 12 January 2012 14:54, Frozenlock wrote:
> The code block I previously sent only require you to specify which
> _extension_ you want or don't want. No need to include any specific
> filename (other than the .zip file in the latex "include" command).
>
> Am I to understand you want something to
Rick Frankel writes:
> There is a problem with the order of execution of interspersed source
> and call blocks will not be executed in order because of the way
> org-babel-execute-buffer is written (first all the source blocks, then
> all the call blocks).
>
> Therefore, when executing an entire
I just pushed up a fix for this issue. Thanks for the report,
Rick Frankel writes:
> Since org-mode v7.8, editing a code block in an indirect buffer causes
> any referenced code blocks to be executed. While this behavior is
> desired for viewing code in an indirect buffer (as the behavior has
>
Hi list,
It seems that C-c C-c no longer renumbers ordered lists (today's git pull). I'm
not sure when this behaviour disappeared, but it is still referenced in the
manual[1], so I assume it is a bug. I apologize that I don't have time to
narrow down which commit introduced the change.
-Anth
Wow! http://rsquared.stat.uni-muenchen.de/index.rhtml looks great--very
interesting--thanks for the heads-up on that link.
Worked with R/S/S-PLUS in grad school--easily my favorite
language/system--especially like its ease of extensibility--reminds me of
EMACS LISP!
I recognized your name, Stephe
Hi,
I usually export to PDF via LaTeX. One of the symbols I use a lot is
the degree symbol (as in degrees C) and typically do this with a
latex-ism:
^{\circ}C
This doesn't export well to ODT. Can anybody suggest what I can use
that would? Using "^{o}C" works but doesn't look very nice (lowe
Eric S Fraga writes:
> Hi,
>
> I usually export to PDF via LaTeX. One of the symbols I use a lot is
> the degree symbol (as in degrees C) and typically do this with a
> latex-ism:
>
> ^{\circ}C
>
> This doesn't export well to ODT. Can anybody suggest what I can use
> that would? Using "^{o}C
> I recognized your name, Stephen, as the long-time maintainer of the "Emacs
> Lisp List"--thanks for that too.
> Are you envisioning a repository beyond "Emacs Lisp List" for OrgMode
> implementations and/or Babel examples.
I am interested in maintaining a collection of nice org-babel-R
exampl
Hi Anthony,
Anthony Lander writes:
> It seems that C-c C-c no longer renumbers ordered lists (today's git
> pull). I'm not sure when this behaviour disappeared, but it is still
> referenced in the manual[1], so I assume it is a bug. I apologize that I
> don't have time to narrow down which commi
"Sebastien Vauban"
writes:
> That's perfectly correct: as long as your input code block does not change
> (options on the "meta" line and/or contents), your results will be taken "as
> is", instead of being recomputed every time.
Very nice, Thanks for confirmation!
Michael
Eric S Fraga writes:
> Eric S Fraga writes:
>
>> Hi,
>>
>> I usually export to PDF via LaTeX. One of the symbols I use a lot is
>> the degree symbol (as in degrees C) and typically do this with a
>> latex-ism:
>>
>> ^{\circ}C
>>
>> This doesn't export well to ODT. Can anybody suggest what I
Carson Chittom writes:
> Eric S Fraga writes:
>
>> Eric S Fraga writes:
>>
>>> Hi,
>>>
>>> I usually export to PDF via LaTeX. One of the symbols I use a lot is
>>> the degree symbol (as in degrees C) and typically do this with a
>>> latex-ism:
>>>
>>> ^{\circ}C
>>>
>>> This doesn't export we
Stephen Eglen writes:
>> I recognized your name, Stephen, as the long-time maintainer of the "Emacs
>> Lisp List"--thanks for that too.
>> Are you envisioning a repository beyond "Emacs Lisp List" for OrgMode
>> implementations and/or Babel examples.
>
> I am interested in maintaining a collect
Hello,
Anthony Lander writes:
> It seems that C-c C-c no longer renumbers ordered lists.
True. This should now be fixed.
Thanks for reporting it.
Regards,
--
Nicolas Goaziou
On 1/12/12 5:22 PM, Eric S Fraga wrote:
I'm not sure if any of these symbols, in general, export well to ODT?
At least the UTF solution seems to work in my specific case!
Hi,
I prefer utf-8 myself, but should it be impractical for any reason,
Org's built-in \deg entity is another possibility.
Eric Schulte writes:
> Stephen Eglen writes:
>
>>> I recognized your name, Stephen, as the long-time maintainer of the "Emacs
>>> Lisp List"--thanks for that too.
>>> Are you envisioning a repository beyond "Emacs Lisp List" for OrgMode
>>> implementations and/or Babel examples.
>>
>> I am int
Hi all,
What is the suggested way to use org mode tables in connection with tangling?
Example: If I tangle this org mode file
/=\
| * org-tables and reproducibility |
| #+name: params |
| | number | pa
Greetings,
I was using wikibooks for some formatting assistance on tables the other
day and ran into mention of the booktabs package in the "Professional
tables" section. [1] [2]
I really, really liked it's formatting, especially since one of my column
headers was a fraction. The standard tabula
Christian Moe writes:
> I prefer utf-8 myself, but should it be impractical for any reason,
> Org's built-in \deg entity is another possibility.
>
> Terminate with {} before non-space character, e.g.:
>
> Global mean temperature rose 0.74 \deg{}C over 1906--2005.
>
> See the manual, 11.7.1 for
>> Also, I very much agree that a "near exact replica" of the http://
>> rsquared.stat.uni-muenchen.de/index.rhtml for OrgMode would be great.
> Yes! Any takers?!?
>
...
Eric questioned:
"From looking at the fairly terse web site for R^2 it is not clear to me
exactly what the system includes (I'm
Christian Moe writes:
> On 1/12/12 5:22 PM, Eric S Fraga wrote:
>> I'm not sure if any of these symbols, in general, export well to ODT?
>> At least the UTF solution seems to work in my specific case!
>
>
> Hi,
>
> I prefer utf-8 myself, but should it be impractical for any reason,
> Org's built-
Hi all
When one does "Shift-" on an inactive timestamp it remains
inactive. When one does "C-c . S- RET" the inactive timestamp
changes to active but I would like it also to remain inactive. What
are the opinions on this?
My frequent use case is changing an inactive timestamp left over from
a cop
Hi John,
Agreed, booktabs makes good looking tables.
Check out your Library of Babel. There should be a couple of functions
there that will help you go from Org mode to booktabs.
hth,
Tom
John Hendy writes:
> Greetings,
>
>
> I was using wikibooks for some formatting assistance on tables
On 1/12/12 8:49 PM, Eric S Fraga wrote:
Is there a list for symbols that will translate properly in ODT export,
akin to the org-entities variable? That variable knows about latex,
ascii, html, ... but not ODT!
Not to worry, org-entities and ODT both speak utf-8.
Yours,
Christian
brian powell writes:
>>> Also, I very much agree that a "near exact replica" of the http://
>>> rsquared.stat.uni-muenchen.de/index.rhtml for OrgMode would be great.
>> Yes! Any takers?!?
>>
> ...
> Eric questioned:
> "From looking at the fairly terse web site for R^2 it is not clear to me
> exa
> The syntax is now stabilized (we wanted to get this sorted before the
> final Emacs24 merge). That which is currently described in the manual
> is and should remain the proper Org-mode code block syntax.
Thanks Eric, this is great news. I'll ensure my examples from last year
still work with t
Hello!
When working with Org-mode I sometimes run into oddities, when a
character I need clashes with org-mode syntax. Is there a way to avoid
this?
Examples would be:
Writing a macro that expands to `$\neg$':
#+macro: not $\neg$
expands to
$
eg$
even if I write it as \\neg. Writing
Hello!
I was wondering, if there is a way to get warnings for typos (e.g.
when specifying invalid properties or header arguments). It can just
easily happen that I mix up e.g. ":exports" and ":export" (though
that's probably a very harmless example).
More important it gets though, when trying to
Hi Bernt, org-mode developers,
* Bernt Hansen [05. Jan. 2012]:
> Gregor Zattler writes:
>> I use org-mode to record my working time. If I want to know the
>> total time worked on a project I do a M-X org-clock-display.
>>
>> But this suddenly gives me this error message:
>>
>> org-clock-display:
Hi,
Filling paragraphs where the first word is *bold-face* fills the
following lines beginning in the 2nd column. See attached file for
details.
Regards, Max
* A
*this is a test* where the line begins with a bold-face-star. When the
line is auto-filled, it starts in the 2nd column.
Here's anot
>> Therefore, when executing an entire buffer, there is no way to have
>> the execution of a call block dependent on the prior execution of a
>> source block.
>>
>
> It would be better to make the dependency explicit by passing the
> results of the call line as a (potentially unused) variable to th
Gregor Zattler wrote:
> Debugger entered--Lisp error: (args-out-of-range [49569 49569 49569 39957 3=
> 9957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] 61)
> aref([49569 49569 49569 39957 39957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0=
> 0 0 0 0 0 0] 61)
This tries to get the 61st elemen
Just thought I'd share:
http://www.leancrew.com/all-this/2008/04/emacs-lisp-as-a-scripting-language/
Simple and interesting. I can see the potential with orgmode!
- Marcelo.
On Thu, Jan 12, 2012 at 04:35:31PM -0600, Leo Alekseyev wrote:
> >> Therefore, when executing an entire buffer, there is no way to have
> >> the execution of a call block dependent on the prior execution of a
> >> source block.
> >>
> >
> > It would be better to make the dependency explicit by pass
Christian Moe writes:
> On 1/12/12 8:49 PM, Eric S Fraga wrote:
>> Is there a list for symbols that will translate properly in ODT export,
>> akin to the org-entities variable? That variable knows about latex,
>> ascii, html, ... but not ODT!
>
> Not to worry, org-entities and ODT both speak utf
Nick Dokos wrote:
> Gregor Zattler wrote:
>
>
> > Debugger entered--Lisp error: (args-out-of-range [49569 49569 49569 39957 3=
> > 9957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] 61)
> > aref([49569 49569 49569 39957 39957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0=
> > 0 0 0 0 0 0] 61)
Carlos Russo gmail.com> writes:
I have used both Carsten's and Eric's solution, as well as
hideshow-org (https://github.com/secelis/hideshow-org), which works
rather well and deserves a mention.
Expanding a bit on Carsten's post: Tassilo Horn wrote some convenience
functions to set the outline m
On Thu, Jan 12, 2012 at 2:12 PM, Thomas S. Dye wrote:
> Hi John,
>
> Agreed, booktabs makes good looking tables.
>
> Check out your Library of Babel. There should be a couple of functions
> there that will help you go from Org mode to booktabs.
>
>
Haven't done much with babel other than writin
Hi I was wondering if someone could point me in the right direction
because one of my Org capture templates, that I use to feed questions to
myself (for later use with org-drill) just broke with the most recent
bzr pull of emacs.
Now, when I try to use the capture template, I only get this header
> Michael Brand writes:
> When one does "Shift-" on an inactive timestamp it remains
> inactive. When one does "C-c . S- RET" the inactive timestamp changes
> to active but I would like it also to remain inactive. What are the opinions
> on this?
C-c . is the keystroke for inserting an activ
Damon Haley wrote:
> Hi I was wondering if someone could point me in the right direction
> because one of my Org capture templates, that I use to feed questions to
> myself (for later use with org-drill) just broke with the most recent
> bzr pull of emacs.
>
Probably not - see below.
> Now, wh
Hi John,
The Library of Babel comes with your Org-mode distribution.
You'll find it at /contrib/babel/library-of-babel.org
In the org file, look for
* Tables
** LaTeX Table Export
There should be functions booktabs and booktabs-notes.
One way to use booktabs is described here:
http://orgmode
Nick Dokos writes:
> You are quoting the entry but including a , before the concat. That
> indicates that instead of the quote ', you need to use a backquote ` to
> allow the comma to evaluate the (concat ...) expression at definition
> time.
>
> I checked the webpage you refer to and there is a
So, I made a small elisp function that basically creates a "reference file"
in my org dir and indexes it in an org file, so it can be searchable with
the agenda without the overhead of adding the file to the agenda list:
(defun create-reference-file (filename title tags) "Creates a new reference
a
Rick Frankel writes:
> On Thu, Jan 12, 2012 at 04:35:31PM -0600, Leo Alekseyev wrote:
>> >> Therefore, when executing an entire buffer, there is no way to have
>> >> the execution of a call block dependent on the prior execution of a
>> >> source block.
>> >>
>> >
>> > It would be better to make
Coming back to org, I see Im using "find-lisp-find-file" to set
org-agenda-files at each emacs start.
Is there a better "built in" way to say "load all org and gpg files under
this directory" than this? I'm not sure I follow the docstring for
org-agenda-file-regexp as I kind of hope something li
On Thu, Jan 12, 2012 at 06:07:41PM -0700, Eric Schulte wrote:
> Rick Frankel writes:
>
> Turns out it was not that difficult to change this behavior. You and
> Leo are both correct that in-buffer-order evaluation is more natural and
> expected than the previous behavior. I've just pushed up a f
Hi,
I have the following situation :
#+TBLNAME: Totals
|+|
| Name | Amount |
|+|
| xyz| 90 | *<-- should evaluate to 130, not 90*
|+|
| TOTAL ||
|+|
#+TBLFM: @2$2=remote(xyz,@>$4) *<-- I'm trying to refer to the l
Here's a screenshot, for those who cannot see the table spacing properly in
the email
http://imgur.com/4W75H
---
Sankalp
On 13 January 2012 07:42, Sankalp wrote:
> Hi,
> I have the following situation :
>
> #+TBLNAME: Totals
> |+|
> | Name | Amount |
> |+
Hi,
Just saw this : http://thread.gmane.org/gmane.emacs.orgmode/50991
Apologies for initiating a new thread when the issue was already being
discussed.
Sincerely,
---
Sankalp
On 13 January 2012 07:47, Sankalp wrote:
> Here's a screenshot, for those who cannot see the table spacing properl
On 11 January 2012 23:04, Michael Brand wrote:
> Hi Phil
>
> On Tue, Jan 10, 2012 at 14:39, Phil (Philip) Mason
> wrote:
> > Should I be able to use @> in references to remote tables?
>
> Yes, this issue has been resolved by Carsten with
> release_7.7-420-g1432e4b
>
>
I'm using org 7.8.03 but th
Hi Sankalp
On Fri, Jan 13, 2012 at 04:30, Sankalp wrote:
> I'm using org 7.8.03 but the issue is still there.
I can not reproduce with release_7.8.02-13-g0c09a.dirty:
||
| Amount |
||
|130 |
||
||
||
#+TBLFM: @2$1=remote(xyz,@>$1)
#+TBLNAME: xyz
|---
Hi John
On Fri, Jan 13, 2012 at 00:35, John Wiegley wrote:
> Why would you want it to keep an inactive timestamp inactive?
I'd like to update to today and keep inactive e. g. "[2012-01-11 Wed]"
just below a heading or the property ":Opened: [2012-01-11 Wed]" left
from a copy/paste.
> I'd use C-
I apologize in advance if this is the wrong forum for this question.
I'm trying to set up repeating events to stop repeating after a given
date. In this case it's classes I'm taking this semester that need to
repeat once a week so I enter them like:
*** Programming Workshop
<2012-01-24 Tue
Hi Michael,
On 13 January 2012 09:21, Michael Brand wrote:
> Hi Sankalp
>
> On Fri, Jan 13, 2012 at 04:30, Sankalp wrote:
> > I'm using org 7.8.03 but the issue is still there.
>
> I can not reproduce with release_7.8.02-13-g0c09a.dirty:
>
> ||
> | Amount |
> ||
> |130 |
> |
Phil Hagelberg has said that the swank-clojure elisp package has been
deprecated and should not be used [1]. My version of ob-clojure.el
requires swank-clojure. If I don't have the swank-clojure package, I
get "org-babel-exec
I personally no longer use Clojure (having graduated to Common Lisp :))
so I'm not abreast of the current Clojure environment.
The only function ob-clojure uses from swank-clojure is
`swank:interactive-eval-region' (used with `slime-eval') in the
`org-babel-execute:clojure' function. Which functi
72 matches
Mail list logo