Re: [O] Get the maximum date within a list of dates

2013-12-21 Thread Bastien
Bastien writes: > Put your cursor in @2$2 then C-c ^ T to sort by "reversed" date > (oldest last). Also remember you can use ELisp in formulas: | Date 1 | Date 2 | Duration | |-+-+--| | [2013-12-21 sam. 00

Re: [O] split ascii-plot package into pure ascii & unicode

2013-12-21 Thread Bastien
Hi Thierry, Thierry Banel writes: > I removed unicodes characters from the orgtbl-ascii-plot package. > This makes it safe for Org exporters. > The unicode version is kept separatly, as an extension example. Thanks for taking care of this. > By the way, the FSF acknowleged my copyright assignm

Re: [O] longer agenda in mobile org

2013-12-21 Thread Bastien
"Joseph A. Cua" writes: > By default, org-mobile-push seems to put only the current week's > agenda into agendas.org. Is this configurable? I'd like to see > agendas for the next several weeks or months in mobileOrg. See `org-agenda-span' and custom agendas in general. -- Bastien

Re: [O] Get the maximum date within a list of dates

2013-12-21 Thread Bastien
Hi Truong, Truong Ha writes: > How can I get the maximum date within rows of dates in the table? > > |Amount | Date | > +---+--+ > | 158 | <2013-12-01 Sun> | > | 148 | <2013-12-02 Mon> | > | 105 | <2013-12-03 Tue> | > | 421 | <2013-

[O] Get the maximum date within a list of dates

2013-12-21 Thread Truong Ha
Hi, How can I get the maximum date within rows of dates in the table? |Amount | Date |+---+--+| 158 | <2013-12-01 Sun> || 148 | <2013-12-02 Mon> || 105 | <2013-12-03 Tue> || 421 | <2013-12-08 Sun> ||40 | <2013-12-10 Tue> ||

[O] longer agenda in mobile org

2013-12-21 Thread Joseph A. Cua
By default, org-mobile-push seems to put only the current week's agenda into agendas.org. Is this configurable? I'd like to see agendas for the next several weeks or months in mobileOrg.

Re: [O] [PATCH] Table continuation strings

2013-12-21 Thread Yasushi SHOJI
HI, At Sat, 21 Dec 2013 10:05:35 +0100, Nicolas Goaziou wrote: > > Yasushi SHOJI writes: > > > The thing I don't understand is the reason all Japanese entries have > > `:utf-8'. Would you kindly enlighten me the relationship among the > > followings: > > > > - transtion coding key (ie :utf-8,

Re: [O] [BUG] Add ob-J.el

2013-12-21 Thread Eric Schulte
Oleh writes: >>> I added ob-J to the org-babel-load-languages customization variable and >>> it is now compiling with make. >> >> The org-mode build and install now fails for me due to the fact that >> ob-J requires j-console, which seems to be part of the package >> 'j-mode', and is not part of

Re: [O] [BUG] Add ob-J.el

2013-12-21 Thread Oleh
>> I added ob-J to the org-babel-load-languages customization variable and >> it is now compiling with make. > > The org-mode build and install now fails for me due to the fact that > ob-J requires j-console, which seems to be part of the package > 'j-mode', and is not part of the standard emacs. >

[O] Org-mac-link misplaced quotes?

2013-12-21 Thread Alexander Poslavsky
I regularly use org-mac-link from contrib/. It works fine, but somehow my links are a bit mangled, I get: [["http://orgmode.org/worg/org-contribute.html#sec-4][How to contribute to Org?"]] Instead of: [[http://orgmode.org/worg/org-contribute.html#sec-4][How to contribute to Org?]] (Notice the q

[O] split ascii-plot package into pure ascii & unicode

2013-12-21 Thread Thierry Banel
I removed unicodes characters from the orgtbl-ascii-plot package. This makes it safe for Org exporters. The unicode version is kept separatly, as an extension example. The file (code & doc) is here http://orgmode.org/worg/org-contrib/orgtbl-ascii-plot.html | values | ascii plot | |+

Re: [O] auto-backing up your .emacs

2013-12-21 Thread Sharon Kimble
On Sat, 21 Dec 2013 16:16:20 + (UTC) Thierry Banel wrote: > Sharon Kimble talktalk.net> writes: > > > > > Can somebody help me please, I want to put this line into my .emacs > > - 'cp ~/.emacs ~/.emacs.d/.emacs-$(date +%Y%m%d-%R)' but it works > > as part of a bash script, but I don’t know

Re: [O] auto-backing up your .emacs

2013-12-21 Thread Thierry Banel
Sharon Kimble talktalk.net> writes: > > Can somebody help me please, I want to put this line into my .emacs - > 'cp ~/.emacs ~/.emacs.d/.emacs-$(date +%Y%m%d-%R)' but it works as part > of a bash script, but I don’t know elisp to get it working in my .emacs. > What it does is save a dated and ti

Re: [O] [BUG] Add ob-J.el

2013-12-21 Thread Rick Frankel
On Fri, Dec 20, 2013 at 10:12:24AM -0700, Eric Schulte wrote: > Applied, Thanks! > > I've played with APL but never seriously, however I can see it being a > perfect tool for manipulating Org-mode tables. > > If you have time to put some documentation up on Worg as a new [1] > linked from [2] tha

Re: [O] auto-backing up your .emacs

2013-12-21 Thread Alexander Baier
You could look into the backup utilities that emacs provides out of the box. See the manual for further explanation: (info "(Emacs) Backup"). On 2013-12-21 15:23 Sharon Kimble wrote: > Can somebody help me please, I want to put this line into my .emacs - > 'cp ~/.emacs ~/.emacs.d/.emacs-$(date +%

Re: [O] ox-bibtex: Allow for missing bibtex style

2013-12-21 Thread Nicolas Goaziou
Hello, Julian Gehring writes: > I would like to add this feature, if I knew how to program in lisp... > Would you like to work on this together? I could contribute on the > side of documenting and testing, if this helps. Fair enough. Here is a patch for you to test. Regards, -- Nicolas Goa

Re: [O] auto-backing up your .emacs

2013-12-21 Thread Nathan DeGruchy
You should look into version control, like Git. It makes this process easy and integrates with Emacs with the Magit package. Nathan DeGruchy nat...@degruchy.org > On Dec 21, 2013, at 9:23 AM, Sharon Kimble wrote: > > > Can somebody help me please, I want to put this line into my .emacs - > '

[O] auto-backing up your .emacs

2013-12-21 Thread Sharon Kimble
Can somebody help me please, I want to put this line into my .emacs - 'cp ~/.emacs ~/.emacs.d/.emacs-$(date +%Y%m%d-%R)' but it works as part of a bash script, but I don’t know elisp to get it working in my .emacs. What it does is save a dated and timed copy of your .emacs in your ~/.emacs.d so th

[O] org-mode mobile pull errors not marked FLAGGED

2013-12-21 Thread Trevor Alexander
According to the org-mode manual, there is a standard fast workflow for handling errors in the mobile pull process, but my inbox org file doesn't set provide the appropriate tags: >Pressing ? in that special agenda will display the full flagging note in another window and also push it onto the kil

Re: [O] Reading calendars in org mode: what is the best solution?

2013-12-21 Thread Alan Schmitt
Hi Stephen, Stephen Eglen writes: > On Thu, Dec 19 2013, Alan Schmitt wrote: > >> I would like to have a read-only version of my calendars in my org >> agenda. These calendars (10 of them) currently live in Zimbra and >> iCould, and I am accessing them both using the native Calendar >> applicati

Re: [O] [PATCH] Table continuation strings

2013-12-21 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > The thing I don't understand is the reason all Japanese entries have > `:utf-8'. Would you kindly enlighten me the relationship among the > followings: > > - transtion coding key (ie :utf-8, :default, :html) > - your current buffer coding system > - `buffer-file

Re: [O] [PATCH] Add ob-J.el

2013-12-21 Thread Oleh
> Applied, Thanks! > > I've played with APL but never seriously, however I can see it being a > perfect tool for manipulating Org-mode tables. It's a nice tool, and I wrote this package just to learn J faster. I wrote some time ago a package that takes a range, maps elisp code over it and inserts

Re: [O] ox-bibtex: Allow for missing bibtex style

2013-12-21 Thread Julian Gehring
Hi Nicolas, It sounds interesting. Would you want to provide a patch for that? I would like to add this feature, if I knew how to program in lisp... Would you like to work on this together? I could contribute on the side of documenting and testing, if this helps. Best wishes Julian

Re: [O] [PATCH] Add ob-J.el

2013-12-21 Thread Oleh
Hi Tom, Yes, I'll write the documentation some time soon. regards, Oleh On Fri, Dec 20, 2013 at 6:22 PM, Thomas S. Dye wrote: > Aloha Oleh, > > Oleh writes: > >> Hi all, >> >> Here's a patch to add babel support for J. >> I couldn't figure out how to make ob-J.elc a target for make, >> maybe s