Re: [O] Exporting table.el tables to LaTeX: set environment?

2014-01-17 Thread Bastien
Gary Oberbrunner writes: > If I have a table.el table, is there any way to set the LaTeX table > environment for it (longtable, tabularx etc.)? AFAICT no, #+ATTR_* is for stuff that are written in Org syntax. -- Bastien

Re: [O] Spreadsheet formula evaluation without using tables?

2014-01-17 Thread Bastien
Hi Asif, Asif writes: > Is it possible to have a list of tasks each with a formula to track > progress in percentage based on other subtasks? The result will look > like this: > > * [ 30%] Project Name > ** [ 50%] Task A > ** [ 10%] Task B You cannot do this with Org percentage cookies, but you

Re: [O] Holidays without fixed dates

2014-01-17 Thread Bastien
Hi Pete, Pete Ley writes: > For instance, New Year's Day is always on January 1st, but something > like the start of Daylight Saving Time is always around the same time > but on the closest Sunday. > > Is there a ready-made solution for working this sort of thing into the > agenda? So far I just

Re: [O] modifying header when in columns mode

2014-01-17 Thread Bastien
Hi David, David Rees writes: > If I try to use a standard key like S-up I get: > "org-self-insert-command: Text is read-only: "Type `e' to edit property"". > > If I try to eval org-priority I get: > org-priority: Text is read-only: "Type `e' to edit property" Use S- or S- instead. That the key

Re: [O] auto-fill-mode for text changes (plain-lists) indentation

2014-01-17 Thread Bastien
Hi Rémy, Rémy Abergel writes: > it works quite well but it seems to change the plain-lists indentation. > > * without auto-fill-mode > + item 1 :: description comes here > indentation makes text start here > + item 2 :: another description > + item 3 :: here is a quite long description, that w

Re: [O] question about performance when having multiple todo blocks from the same org files ..

2014-01-17 Thread Bastien
Hi Rainer, Rainer Stengele writes: > I was wondering if Org does run through all the org files again and > again in order to collect the data wanted Yes it does. Tips for optimizing the agenda speed can be found here: http://orgmode.org/worg/agenda-optimization.html But I'm not sure it will

Re: [O] org-store-link without having to press Enter?

2014-01-17 Thread Bastien
Nick Dokos writes: > Bastien writes: > >> 1. collect various links through a session >> 2. store the last one for a new task >> 3. dump all links into some "read later" heading >> >> so I think this feature deserves to be in core. >> >> What do you and others think? >> > > Much better! Thanks -

Re: [O] [BUG] Testing fails after rename of ob-sh

2014-01-17 Thread Bastien
Hi Rick, Rick Frankel writes: > Eric- > > After doing a git pull including the rename of ob-sh.el to > ob-shell.el, testing fails with the error: > > Cannot open load file: no such file or directory, ob-sh The attached patch fixes it but I'll let Eric apply or amend it. Changes in stash@{0

Re: [O] most robust linking practices?

2014-01-17 Thread John Kitchin
Thanks for the clarifying questions. The files are all on a unix file system served over nfs, so everyone has the same / root. the users (students) have read access to my files. I am working towards creating "packages" of notes in org-mode (they might even be installed as emacs packages) for the

Re: [O] auto-fill-mode for text changes (plain-lists) indentation

2014-01-17 Thread Rémy Abergel
Hi Bastien, Thank you for this solution, it will do for me :-) Regards, Rémy. Le 17/01/2014 10:07, Bastien a écrit : Hi Rémy, Rémy Abergel writes: it works quite well but it seems to change the plain-lists indentation. * without auto-fill-mode + item 1 :: description comes here indenta

Re: [O] most robust linking practices?

2014-01-17 Thread Brett Viren
Hi John, John Kitchin writes: > The files are all on a unix file system served over nfs, so everyone > has the same / root. the users (students) have read access to my > files. > > I am working towards creating "packages" of notes in org-mode (they > might even be installed as emacs packages) fo

Re: [O] most robust linking practices?

2014-01-17 Thread Nick Dokos
John Kitchin writes: > The files are all on a unix file system served over nfs, so everyone > has the same / root. the users (students) have read access to my > files. > > I am working towards creating "packages" of notes in org-mode (they > might even be installed as emacs packages) for the cour

[O] Different behavior of exported results in org-babel

2014-01-17 Thread Ahmadou Dicko
Hi everyone, I use the latest version of org-mode (from github) and I update it daily. I noticed some changes recently in org-babel (ob-R). Here's a sample code to explain the problem : #+TITLE: Test export #+AUTHOR: Ahmadou H. DICKO #+PROPERTY: session *R* #+PROPERTY: cache yes #+PROPERTY: expo

Re: [O] [BUG] Testing fails after rename of ob-sh

2014-01-17 Thread Achim Gratz
Rick Frankel writes: > After doing a git pull including the rename of ob-sh.el to > ob-shell.el, testing fails with the error: > > Cannot open load file: no such file or directory, ob-sh What commit were you on before the pull and what branch/commit are you on now? Also, what's the output of

Re: [O] [BUG] Testing fails after rename of ob-sh

2014-01-17 Thread Eric Schulte
Achim Gratz writes: > Rick Frankel writes: >> After doing a git pull including the rename of ob-sh.el to >> ob-shell.el, testing fails with the error: >> >> Cannot open load file: no such file or directory, ob-sh > > What commit were you on before the pull and what branch/commit are you > on

Re: [O] [ANN, OT] Emacs web-server, a new option for serving Org-mode files

2014-01-17 Thread Eric Schulte
Andrea Rossetti writes: > Eric Schulte writes: >> I've written an Emacs web-server [1], which may be used to interact with >> Org-mode over HTTP. It has no dependencies aside from needing Emacs 24 >> or later and it should be easy to install and use [2]. > > Thanks Eric for having shared this p

Re: [O] [BUG] Testing fails after rename of ob-sh

2014-01-17 Thread Rick Frankel
On 2014-01-17 12:34, Eric Schulte wrote: Achim Gratz writes: What commit were you on before the pull and what branch/commit are you on now? Also, what's the output of "make config-test" (if you've added "sh" to BTEST_OB_LANGUAGES, simply remove it). I believe Achim's suggestion should be the

Re: [O] Different behavior of exported results in org-babel

2014-01-17 Thread Nick Dokos
Ahmadou Dicko writes: > Hi everyone, > > I use the latest version of org-mode (from github) and I update it daily. > I noticed some changes recently in org-babel (ob-R). > > Here's a sample code to explain the problem : > > #+TITLE: Test export > #+AUTHOR: Ahmadou H. DICKO > #+PROPERTY: session *

Re: [O] Different behavior of exported results in org-babel

2014-01-17 Thread Ahmadou Dicko
Thanks for testing. As a workaround I will use your trick (in buffer evaluation before exporting) but I was thinking of writing a filter. On Fri, Jan 17, 2014 at 7:04 PM, Nick Dokos wrote: > Ahmadou Dicko writes: > > > Hi everyone, > > > > I use the latest version of org-mode (from github) and

Re: [O] [BUG] Testing fails after rename of ob-sh

2014-01-17 Thread Achim Gratz
Eric Schulte writes: > I believe Achim's suggestion should be the correct one. See the comment > of the commit making this change. The part of Bastiens patch changing (org-babel-do-load-languages 'org-babel-load-languages '((sh . t) (org . t to (org-babel-do-load-la

Re: [O] Different behavior of exported results in org-babel

2014-01-17 Thread Nick Dokos
Ahmadou Dicko writes: > Thanks for testing. > As a workaround I will use your trick (in buffer evaluation before exporting) > but I was thinking of writing a filter. > I think this is a bug, so wait a bit before writing the filter. Eric Schulte will probably know what's wrong immediately, but i

Re: [O] [Orgmode] POLL: the 40 variables project

2014-01-17 Thread Manish
On Thu, Jan 29, 2009 at 3:49 AM, Carsten Dominik wrote: > Hi, > > yesterday I did this command in my org-mode git repo: > > grep defcustom lisp/*el |wc -l > > and got 378 as an answer. 378 user-customizable variables, > no kidding. > It's been almost 5 years since that last check and about time

[O] Making org-agenda-list hide items scheduled for the future

2014-01-17 Thread Michael Hoffman
I use the weekly/daily agenda and want to be able to use the SCHEDULED keyword to hide items until the scheduled time comes up. I don't want to think about them until then. How can I set up org-agenda-list to do this? This is the list of agenda items, not the TODO list. I already have org-agen

[O] [RFC] Move ox-koma-letter into core?

2014-01-17 Thread Nicolas Goaziou
Hello, "ox-koma-letter" is an export back-end living in contrib, which, as you may know, allows to easily produce letters from Org. I think this is a nice feature to have[fn:1]. Should we have it in core? There is one thing to consider, though: Viktor Rosenfeld (Cc'ed) contributed a significant n

[O] user-error: :END: line missing at position 3413

2014-01-17 Thread Sharon Kimble
I've just got my broadband back again after 9 days without it, and that was a l-o-n-g time! I've updated my emacs to 'Emacs 24.3.50.1' 2014-01-01 on prometheus, modified by Debian, and updated org from ELPA. But now I cant get it to load because it always shows 'user-error: :END: line missing at

Re: [O] M-right does not demote some subheadings in a region

2014-01-17 Thread Samuel Wales
It seems to work. Thank you, Bastien. I wasn't sure if this was the same bug as Susan's, but it seems to be. Why does folding affect semantics? On 1/15/14, Bastien wrote: > This is the same bug than the one Susan reported, and it was > fixed yesterday. Please update and confirm. > > Thanks,

Re: [O] Different behavior of exported results in org-babel

2014-01-17 Thread Nick Dokos
Ahmadou Dicko writes: > As a workaround I will use your trick (in buffer evaluation before > exporting) but I was thinking of writing a filter. A better workaround is to delete the white space (spaces, tabs and newlines) at the end of the file: without that, the problem goes away. If white space

[O] bug still there: M-right does not demote some subheadings in a region

2014-01-17 Thread Samuel Wales
I spoke too soon. This bug is /definitely/ still there. I can reliably corrupt the buffer with ordinary M-right on a region of text. It happens every time on every region of text, as far as I can tell. * test org *** before *** beg of region *** a -- fold this * b **

Re: [O] bug still there: M-right does not demote some subheadings in a region

2014-01-17 Thread Samuel Wales
I cannot bisect, but 37eba7c is good and any recent master or maint is bad. On 1/17/14, Samuel Wales wrote: > I spoke too soon. > > This bug is /definitely/ still there. I can reliably corrupt the > buffer with ordinary M-right on a region of text. > > It happens every time on every region of t

Re: [O] bug still there: M-right does not demote some subheadings in a region

2014-01-17 Thread Samuel Wales
Well, never mind. I must have had some compiled file lying around. It is definitely working now [for now at least]. Thank you.

[O] Slight misbehaviour with `C-x r t' in Org

2014-01-17 Thread François Pinard
Hi, Org people. I hope you're all doing fine, and wish you much enjoy this new year! :-) Let me report a little strange behaviour I observed a few times. Here is the textual content of an Org file: --8<---cut here---start->8--- * Trying a =b= *c* /d/ --8<

Re: [O] Fwd: [bug] Beamer export fails in current master

2014-01-17 Thread James Harkins
On Thursday, January 16, 2014 5:29:32 AM HKT, Nicolas Goaziou wrote: I see nothing wrong in that process. Can you still reproduce the error with latest Org? Quite strange. I just moved up to current master -- "Org-mode version 8.2.5f (release_8.2.5f-518-gd74205 @ /home/dlm/share/org-mode.git/l

Re: [O] Extract source code /with/ captions

2014-01-17 Thread James Harkins
Nick Dokos gmail.com> writes: > Try: > > --8<---cut here---start->8--- > (defun hjh-print-src-blocks () > "Iterate src blocks from org-element and print them to *Messages*." > (interactive) > (let ((tree (org-element-parse-buffer))) >(org-element-map t

Re: [O] Extract source code /with/ captions

2014-01-17 Thread James Harkins
For posterity, this is doing what I want. It's with some shock that I note, I'm actually starting to understand LISP. hjh (defun hjh-get-string-from-nested-thing (thing) "Peel off 'car's from a nested list until the car is a string." (while (and thing (not (stringp thing))) (setq thing

Re: [O] user-error: :END: line missing at position 3413

2014-01-17 Thread M
> Von: Sharon Kimble > Datum: Fri, 17 Jan 2014 23:33:15 + > An: > Betreff: [O] user-error: :END: line missing at position 3413 > > I've updated my emacs to 'Emacs 24.3.50.1' 2014-01-01 on prometheus, > modified by Debian, and updated org from ELPA. > > But now I cant get it to load because i

Re: [O] user-error: :END: line missing at position 3413

2014-01-17 Thread Sharon Kimble
On Sat, 18 Jan 2014 07:03:21 +0100 M wrote: > > Von: Sharon Kimble > > Datum: Fri, 17 Jan 2014 23:33:15 + > > An: > > Betreff: [O] user-error: :END: line missing at position 3413 > > > > I've updated my emacs to 'Emacs 24.3.50.1' 2014-01-01 on prometheus, > > modified by Debian, and updated