Re: [O] source block variable expansion

2012-01-12 Thread Sebastien Vauban
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

Re: [O] Org-edit-special and C-x C-s strange behavior

2012-01-12 Thread Eric S Fraga
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

Re: [O] Including source when exporting in PDF

2012-01-12 Thread Rainer M Krug
-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 ;;

Re: [O] Org-edit-special and C-x C-s strange behavior

2012-01-12 Thread Andreas Leha
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

Re: [O] inline src_R also in latex src block

2012-01-12 Thread Michael Bach
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) >

[O] LaTeX export: Keep point position in TeX file

2012-01-12 Thread Michael Bach
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

[O] Synctex --> Syncorg?

2012-01-12 Thread Michael Bach
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/

[O] Rsquared for reproductible research

2012-01-12 Thread Stephen Eglen
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

[O] Bug: exporting ical files from read-only buffers [7.8.03 (release_7.8.03.112.g8861)]

2012-01-12 Thread Stephen Eglen
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

Re: [O] LaTeX export: Keep point position in TeX file

2012-01-12 Thread Eric S Fraga
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

Re: [O] Bug: exporting ical files from read-only buffers [7.8.03 (release_7.8.03.112.g8861)]

2012-01-12 Thread Eric S Fraga
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

Re: [O] Bug: exporting ical files from read-only buffers [7.8.03 (release_7.8.03.112.g8861)]

2012-01-12 Thread Stephen Eglen
> 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

Re: [O] Bug: exporting ical files from read-only buffers [7.8.03 (release_7.8.03.112.g8861)]

2012-01-12 Thread Eric S Fraga
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. > >

Re: [O] Org-edit-special and C-x C-s strange behavior

2012-01-12 Thread Leo Alekseyev
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

Re: [O] Including source when exporting in PDF

2012-01-12 Thread Frozenlock
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

Re: [O] Including source when exporting in PDF

2012-01-12 Thread Rainer M Krug
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

Re: [O] org-babel order of evaluation

2012-01-12 Thread Eric Schulte
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

Re: [O] source block variable expansion

2012-01-12 Thread Eric Schulte
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 >

[O] BUG: C-c C-c no longer renumbers ordered lists

2012-01-12 Thread Anthony Lander
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

Re: [O] Rsquared for reproductible research

2012-01-12 Thread brian powell
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

[O] how to get \circ symbol in odt export?

2012-01-12 Thread Eric S Fraga
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

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Eric S Fraga
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

Re: [O] Rsquared for reproductible research

2012-01-12 Thread Stephen Eglen
> 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

Re: [O] BUG: C-c C-c no longer renumbers ordered lists

2012-01-12 Thread Bastien
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

Re: [O] inline src_R also in latex src block

2012-01-12 Thread Michael Bach
"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

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Carson Chittom
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

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Eric S Fraga
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

Re: [O] Rsquared for reproductible research

2012-01-12 Thread Eric Schulte
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

Re: [O] BUG: C-c C-c no longer renumbers ordered lists

2012-01-12 Thread Nicolas Goaziou
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

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Christian Moe
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.

Re: [O] Rsquared for reproductible research

2012-01-12 Thread Thomas S. Dye
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

[O] [babel] org mode tables and tangling

2012-01-12 Thread Andreas Leha
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

[O] Way to replace normal tabular env with booktabs?

2012-01-12 Thread John Hendy
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

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Carson Chittom
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

Re: [O] Rsquared for reproductible research

2012-01-12 Thread brian powell
>> 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

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Eric S Fraga
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-

[O] leave inactive timestamp inactive

2012-01-12 Thread Michael Brand
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

Re: [O] Way to replace normal tabular env with booktabs?

2012-01-12 Thread Thomas S. Dye
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

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Christian Moe
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

Re: [O] Rsquared for reproductible research

2012-01-12 Thread Eric Schulte
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

Re: [O] Rsquared for reproductible research

2012-01-12 Thread Stephen Eglen
> 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

[O] Quoting characters?

2012-01-12 Thread Yu
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

[O] Syntax error warnings? (Especially important with :noweb-ref's)

2012-01-12 Thread Yu
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

Re: [O] How to debug "org-clock-display: Args out of range: [48230 48230 48230 38618 38618 0 0 0 0 0 ...], 61"

2012-01-12 Thread Gregor Zattler
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:

[O] [Bug] Auto-fill and *bold-face* at line-begin

2012-01-12 Thread Maximilian Matthe
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

Re: [O] org-babel order of evaluation

2012-01-12 Thread Leo Alekseyev
>> 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

Re: [O] How to debug "org-clock-display: Args out of range: [48230 48230 48230 38618 38618 0 0 0 0 0 ...], 61"

2012-01-12 Thread Nick Dokos
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

[O] [OT] Emacs (elisp) as a scripting language

2012-01-12 Thread Marcelo de Moraes Serpa
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.

Re: [O] org-babel order of evaluation

2012-01-12 Thread Rick Frankel
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

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Eric S Fraga
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

Re: [O] How to debug "org-clock-display: Args out of range: [48230 48230 48230 38618 38618 0 0 0 0 0 ...], 61"

2012-01-12 Thread Nick Dokos
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)

Re: [O] Minor org mode for achieve code folding effects

2012-01-12 Thread David Rogoff
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

Re: [O] Way to replace normal tabular env with booktabs?

2012-01-12 Thread John Hendy
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

[O] Invalid capture template with pull of Org 7.8.03?

2012-01-12 Thread Damon Haley
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

Re: [O] leave inactive timestamp inactive

2012-01-12 Thread John Wiegley
> 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

Re: [O] Invalid capture template with pull of Org 7.8.03?

2012-01-12 Thread Nick Dokos
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

Re: [O] Way to replace normal tabular env with booktabs?

2012-01-12 Thread Thomas S. Dye
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

Re: [O] Invalid capture template with pull of Org 7.8.03?

2012-01-12 Thread Damon Haley
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

[O] Help with elisp function

2012-01-12 Thread Marcelo de Moraes Serpa
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

Re: [O] org-babel order of evaluation

2012-01-12 Thread Eric Schulte
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

[O] all org files load :recursive?

2012-01-12 Thread Richard Riley
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

Re: [O] org-babel order of evaluation

2012-01-12 Thread Rick Frankel
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

[O] Referring to the Last Row of a Remote Table using @>

2012-01-12 Thread Sankalp
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

Re: [O] Referring to the Last Row of a Remote Table using @>

2012-01-12 Thread Sankalp
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 | > |+

Re: [O] Referring to the Last Row of a Remote Table using @>

2012-01-12 Thread Sankalp
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

Re: [O] Using last row in remote table references

2012-01-12 Thread Sankalp
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

Re: [O] Using last row in remote table references

2012-01-12 Thread Michael Brand
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 |---

Re: [O] leave inactive timestamp inactive

2012-01-12 Thread Michael Brand
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-

[O] Question about repeating events.

2012-01-12 Thread Sam Auciello
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

Re: [O] Using last row in remote table references

2012-01-12 Thread Sankalp
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 | > |

[O] Bug: ob-clojure.el depends on deprecated swank-clojure [7.7]

2012-01-12 Thread Andrew Cheng
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

Re: [O] Bug: ob-clojure.el depends on deprecated swank-clojure [7.7]

2012-01-12 Thread Eric Schulte
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