Re: [O] Extending org-contacts with properties: naming properties

2013-08-07 Thread Karl Voit
* David Rogers davidandrewrog...@gmail.com wrote: I agree that this kind of simple thing looks like a better idea. However, it would also be nice to be able to call it some name where a person who encounters the software capability but doesn't yet know what it's for will understand what it's

Re: [O] How to pass named table reference in source block variable

2013-08-07 Thread Roland Donat
Thorsten Jolitz tjolitz at gmail.com writes: This does the job in Emacs Lisp: #+TBLNAME: T | | x | 1 | | ^ | | varx | #+begin_src emacs-lisp :var x=T[0,-1] x #+end_src #+results: : 1 Thanks for the answer but in fact, my objective is precisely to avoid using the

[O] Babel issue after upgrade to Org 8?

2013-08-07 Thread SabreWolfy
I've recently updated my Debian unstable installation and Emacs now reports this on startup: Symbol's function definition is void: org-babel-do-load-language My .emacs includes: (org-babel-do-load-languages 'org-babel-load-languages '((R . t))) I've searched for a solution and read the notes

Re: [O] Extending org-contacts with properties: naming properties

2013-08-07 Thread Robert Horn
Karl Voit writes: * David Rogers davidandrewrog...@gmail.com wrote: I agree that this kind of simple thing looks like a better idea. However, it would also be nice to be able to call it some name where a person who encounters the software capability but doesn't yet know what it's for will

Re: [O] Babel issue after upgrade to Org 8?

2013-08-07 Thread Sebastien Vauban
SabreWolfy wrote: I've recently updated my Debian unstable installation and Emacs now reports this on startup: Symbol's function definition is void: org-babel-do-load-language My .emacs includes: (org-babel-do-load-languages 'org-babel-load-languages '((R . t))) I've searched for a

Re: [O] Extending org-contacts with properties: naming properties

2013-08-07 Thread Eric Abrahamsen
Karl Voit devn...@karl-voit.at writes: * David Rogers davidandrewrog...@gmail.com wrote: I agree that this kind of simple thing looks like a better idea. However, it would also be nice to be able to call it some name where a person who encounters the software capability but doesn't yet know

Re: [O] [FeatureReq]: Move nodes in column view

2013-08-07 Thread Christian Egli
Thomas Koch tho...@koch.ro writes: I'm just learning about column view. It might be very useful to work on scrum backlogs with column view and storypoints as a column. Have you looked at https://github.com/ianxm/emacs-scrum? It would be wonderful if I could move nodes up and down in column

Re: [O] [PATCH] Timestamps: Handle sub-10-min ranges when updating timestamps

2013-08-07 Thread Nicolas Goaziou
Hello, Trevor Murphy trevor.m.mur...@gmail.com writes: * lisp/org.el (org-get-compact-tod): Pad with 0 if # of minutes is less than 10. Thanks for your patch. Would you mind providing a test-case for it? I'm not sure about the use of `org-get-compact-tod'. --- lisp/org.el | 7 +--

Re: [O] [bug] latex export ascii encoding

2013-08-07 Thread Nicolas Goaziou
Hello, Jan-Mark Batke bad...@gmx.net writes: BTW, I tested windows in the mean time - encoding is maintained for file export, but buffer export yields wrong encoding of the buffer. This should now be fixed. Thanks for the report. Regards, -- Nicolas Goaziou

[O] Viewing notes in agenda log mode

2013-08-07 Thread Manish
I like to take notes with z in agenda mode logging progress of tasks as I move through the day. Is it possible today to enable viewing these notes (first line only) when log mode is turned on the agenda mode the way todo state changes or clock lines are shown? Cheers! --Manish

Re: [O] Problem with org-insert-heading on multi-line items?

2013-08-07 Thread Tom Davey
Hi Nick Thanks for the reply, and thanks for trying to reproduce what I'm seeing. You've made me realize that I have filed a weak bug report. I owe the list a reproducible test case. I will get going on that. Regards, Tom Davey -- Tom Davey t...@tomdavey.com New York NY USA

Re: [O] How to pass named table reference in source block variable

2013-08-07 Thread Thomas S. Dye
Roland Donat roland.do...@gmail.com writes: Thorsten Jolitz tjolitz at gmail.com writes: This does the job in Emacs Lisp: #+TBLNAME: T | | x | 1 | | ^ | | varx | #+begin_src emacs-lisp :var x=T[0,-1] x #+end_src #+results: : 1 Thanks for the answer but in fact,

Re: [O] Problem with org-insert-heading on multi-line items?

2013-08-07 Thread Suvayu Ali
On Wed, Aug 07, 2013 at 11:16:33AM -0400, Tom Davey wrote: Hi Nick Thanks for the reply, and thanks for trying to reproduce what I'm seeing. You've made me realize that I have filed a weak bug report. I owe the list a reproducible test case. I will get going on that. To aid to that goal:

Re: [O] Viewing notes in agenda log mode

2013-08-07 Thread Samuel Wales
Hi Manish, Not sure if you mean showing them as if they were the headline? [ or ] will show the headline (not the note itself) temporarily. E will show a few of the first lines, but does not seem to work for notes. I do this to make it permanent: (setq org-agenda-include-inactive-timestamps

Re: [O] Extending org-contacts with properties: naming properties

2013-08-07 Thread Karl Voit
* Eric Abrahamsen e...@ericabrahamsen.net wrote: Is this a prefix for multiple values? Ie, it will be XXX_email, XXX_cell, XXX_phone and so on? Yes. I think the word context is pretty relevant here; you might consider something like CONTEXT_EMAIL or CONTEXT_MY_EMAIL. Just a thought. I

Re: [O] Extending org-contacts with properties: naming properties

2013-08-07 Thread Karl Voit
* Robert Horn rjh...@alum.mit.edu wrote: My first reaction was to use a short sentence like itoldthem. I can't think of any single english word that doesn't also need a subject to describe which direction the transfer went. I love it :-) It's set: my first properties will be:

Re: [O] How to pass named table reference in source block variable

2013-08-07 Thread Roland Donat
Thomas S. Dye tsd at tsdye.com writes: Perhaps this can help: http://orgmode.org/worg/org-contrib/babel/examples/lob-table- operations.html Alternatively, you might pass the table to a code block of a language that understands tables, such as an R data frame, and use that language to

Re: [O] Very slow performance in Org-mode on 10k line file?

2013-08-07 Thread John Hendy
On Wed, Aug 7, 2013 at 4:39 PM, Rainer Stengele rainer.steng...@online.de wrote: Am 07.08.2013 22:25, schrieb John Hendy: Greetings, I just started experiencing major lag in Org-mode on my main work notes file, which is at about 10k lines. Is that getting up to the point where files get

Re: [O] How to pass named table reference in source block variable

2013-08-07 Thread Thomas S. Dye
Roland Donat roland.do...@gmail.com writes: Perhaps this can help: http://orgmode.org/worg/org-contrib/babel/examples/lob-table- operations.html Alternatively, you might pass the table to a code block of a language that understands tables, such as an R data frame, and use that language

Re: [O] Very slow performance in Org-mode on 10k line file?

2013-08-07 Thread John Hendy
Just an update: - I reverted back to commit release_8.0.2-73-g9998f2 (early May) with no change in behavior, so perhaps it wasn't anything other than growing file size - I just created archive files for work journal entries in 2011 and 2012, storing them in separate archive files - I'm now down to

Re: [O] Very slow performance in Org-mode on 10k line file?

2013-08-07 Thread John Hendy
On Wed, Aug 7, 2013 at 5:12 PM, Russell Adams rlad...@adamsinfoserv.com wrote: John, I have a 17,000 file I work out of constantly in Org 7.8.10 with very little lag. Just another data point. Is it inconvenient for you to git pull and try on Org 8.0 to see if there's any difference? John

Re: [O] Very slow performance in Org-mode on 10k line file?

2013-08-07 Thread John Hendy
On Wed, Aug 7, 2013 at 5:22 PM, Nick Dokos ndo...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: ... Thanks for any suggestions on improving or tracking down the source. In the mean time, I'm going to revert to a few git commits ago and see if that does anything for me. That's

Re: [O] Very slow performance in Org-mode on 10k line file?

2013-08-07 Thread Nick Dokos
John Hendy jw.he...@gmail.com writes: ... Thanks for any suggestions on improving or tracking down the source. In the mean time, I'm going to revert to a few git commits ago and see if that does anything for me. That's definitely a good idea: it sounds as if something got worse suddenly so

Re: [O] Very slow performance in Org-mode on 10k line file?

2013-08-07 Thread Nick Dokos
John Hendy jw.he...@gmail.com writes: M-x elp-instrument-package org M-x elp-reset-all run your workload M-x elp-results Would it help to do this on a 6k file vs. a 10k file? Reducing my file size made a huge difference, so if those results would be of interest/help, I can definitely do

Re: [O] Very slow performance in Org-mode on 10k line file?

2013-08-07 Thread Russell Adams
John, I have a 17,000 file I work out of constantly in Org 7.8.10 with very little lag. Just another data point. Thanks. On Wed, Aug 07, 2013 at 05:06:51PM -0500, John Hendy wrote: Just an update: - I reverted back to commit release_8.0.2-73-g9998f2 (early May) with no change in behavior, so

Re: [O] Very slow performance in Org-mode on 10k line file?

2013-08-07 Thread Russell Adams
On Wed, Aug 07, 2013 at 05:17:53PM -0500, John Hendy wrote: Is it inconvenient for you to git pull and try on Org 8.0 to see if there's any difference? I'm not prepared to upgrade at this time. I just thought it odd the line length you were experiencing issues at compared to mine. Good luck!

Re: [O] Very slow performance in Org-mode on 10k line file?

2013-08-07 Thread John Hendy
Alrighty. Here you are: #+begin_src minimal emacs (which I've moved to ~/.emacs) and started a fresh session (add-to-list 'load-path ~/.elisp/org.git/contrib/lisp) (add-to-list 'load-path ~/.elisp/org.git/lisp/) #+end_src Really simple operation, but that's that had huge lag on the 10k file.

Re: [O] Add figure/table numbers to HTML captions

2013-08-07 Thread Yoshinari Nomura
Hello, I just want to update you on my completion of the assignment/disclaimer process with FSF. Regards, On Sat, 29 Jun 2013 22:48:04 +0900 (JST), Yoshinari Nomura n...@quickhack.net said: I applied your patches and added you to the list of contributors without FSF papers. Please

Re: [O] [PATCH] Emacs Org Babel Scheme (Geiser) support

2013-08-07 Thread Bruno FĂ©lix Rezende Ribeiro
Em Tue, 6 Aug 2013 23:32:20 + (UTC) Michael Gauland mikely...@amuri.net escreveu: Thanks for such a well-written, well-documented, and most of all useful contribution! Definitely a big improvement over my initial implementation. Thank you --- you're welcome. I'm also very grateful for

Re: [O] Babel issue after upgrade to Org 8?

2013-08-07 Thread Achim Gratz
SabreWolfy writes: I've recently updated my Debian unstable installation and Emacs now reports this on startup: Symbol's function definition is void: org-babel-do-load-language If that's the actual error message, then you need to find where you've made the typo of leaving out the final s on

Re: [O] Very slow performance in Org-mode on 10k line file?

2013-08-07 Thread Achim Gratz
John Hendy writes: - make clean make make doc, which is my standard update process I should maybe point out again that this has been redundant for a long time and a simple make would suffice if you removed the line oldorg: from your local.mk file. Regards, Achim. -- +[Q+ Matrix-12

[O] [CODE] org-open-link-from-string in a program

2013-08-07 Thread Eric Abrahamsen
Eric Abrahamsen e...@ericabrahamsen.net writes: I'm trying to write a small function that programmatically follows a link to a gnus message, then calls `gnus-summary-wide-reply-with-original' to start a reply to that message. Okay, this seems like a fair amount of code for something that