Re: [O] [PATCH] save-restriction in `org-mobile-push'

2013-08-07 Thread Carsten Dominik
Applied, thanks. - Carsten On 19.7.2013, at 07:19, Muchenxuan Tong wrote: > * lisp/org-mobile.el (org-mobile-push): add `save-restriction' > > The fact that pushing org-file loses my narrow context annoys me. > > TINYCHANGE > --- > lisp/org-mobile.el | 35 ++- >

Re: [O] org-mode automatically sets bookmarks org-capture-last-stored etc.

2013-08-07 Thread Carsten Dominik
On 18.7.2013, at 10:34, Oleh wrote: > Hi all, > > I'd like to point out that it's inconvenient for me > that org stores the bookmarks "org-capture-last-stored", > "org-refile-last-stored" and "org-capture-last-stored-marker" when I do > capture/refile. Hi Oleh, can you explain why you find

[O] org-insert-heading rewritten from scratch

2013-08-07 Thread Carsten Dominik
Hi, I have rewritten org-insert-heading, because it had become an unmaintainable beast. Please follow up in this thread if you find problems with the new implementation. Very likely there will be bugs, but now I am at least confident they can be fixed. - Carsten

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

2013-08-07 Thread Carsten Dominik
Hi Tom, I have just rewritten org-insert-heading from scratch. It might not be bug-free, but at least now it is in a state where bugs can be fixed. Let me know if there are still problems. - Carsten On 7.8.2013, at 05:20, Tom Davey wrote: > Hello Carsten, > > My apologies for the very tar

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

2013-08-07 Thread Trevor Murphy
Wow, thanks for parsing that, Nicolas. I didn't realize until just now that my git skills were so poor - I neglected the --cover-letter option, hence the utter lack of explanatory material. To answer your points: Nicolas Goaziou writes: > > Thanks for your patch. Would you mind providing a tes

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

2013-08-07 Thread Eric Abrahamsen
Eric Abrahamsen 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 doesn't actually do all

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

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"

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 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 your contribution

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 said: >> I applied your patches and added you to the list of contributors without >> FSF papers. Please consider signing

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] 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 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,

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

2013-08-07 Thread Nick Dokos
John Hendy writes: >> M-x elp-instrument-package org >> M-x elp-reset-all >> >> 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 that? > The more data th

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

2013-08-07 Thread Nick Dokos
John Hendy 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 it may have be

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 wrote: > John Hendy 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:

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 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 > > Thanks. > > On Wed,

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] How to pass named table reference in source block variable

2013-08-07 Thread Thomas S. Dye
Roland Donat 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 r

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 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 unwieldy? In goo

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

2013-08-07 Thread Rainer Stengele
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 unwieldy? In googling around, I found a few > suggestions: > > - Fiddle with

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

2013-08-07 Thread 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 unwieldy? In googling around, I found a few suggestions: - Fiddle with linum settings http://stackoverflow.com/questions/5229705/e

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

2013-08-07 Thread Roland Donat
Thomas S. Dye 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 > t

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

2013-08-07 Thread Karl Voit
* Robert Horn 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: :ITOLDTHEM_EMAIL: :

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

2013-08-07 Thread Karl Voit
* Eric Abrahamsen 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 agre

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 t)

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] How to pass named table reference in source block variable

2013-08-07 Thread Thomas S. Dye
Roland Donat writes: > Thorsten Jolitz 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 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

[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] [bug] latex export ascii encoding

2013-08-07 Thread Nicolas Goaziou
Hello, Jan-Mark Batke 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

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

2013-08-07 Thread Nicolas Goaziou
Hello, Trevor Murphy 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 +-- > 1 file changed, 5 i

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

2013-08-07 Thread Christian Egli
Thomas Koch 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 view to > r

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

2013-08-07 Thread Eric Abrahamsen
Karl Voit writes: > * David Rogers 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 i

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 fo

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

2013-08-07 Thread Robert Horn
Karl Voit writes: > * David Rogers 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 i

Re: [O] Bug: Revert orgtbl-create-or-convert-from-region [6.33x]

2013-08-07 Thread Daniel Hornung
On Monday, August 05, 2013 16:19:57 Nick Dokos wrote: > There are orgtbl-to-tsv and orgtbl-to-csv (and orgtbl-to-generic which > the first two call) functions in org: it should be possible to use them > and avoid reinventing wheels. Exactly, for someone with more elisp fu than myself this is proba

[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 ab

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

2013-08-07 Thread Roland Donat
Thorsten Jolitz 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

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

2013-08-07 Thread Karl Voit
* David Rogers 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 for just from reading t