[O] How to format dates in org-table-export (Format: orgtbl-to-csv)

2016-11-19 Thread debaditya
Hi, I am trying to export an org table to csv, which contain dates in the format <%m-%d-%Y>, this i have achieved by including (custom-set-variables '(org-time-stamp-custom-formats (quote ("<%m-%d-%Y>" . "<%Y-%m-%d>" in my init file. Now as this is an overlay, when I am trying to export

Re: [O] How to sort table in blocks.

2012-03-15 Thread Debaditya Mukhopadhyay
Hi Suvayu (Subayu?), Thanks for your answer- I wanted to know that if there is a way to go about it in orgmode. Ultimately took your advice and used the in the column. best. In all bongness. Debaditya On Wed, Mar 14, 2012 at 10:13 PM, suvayu ali wrote: > Hi Debaditya, > > On Thu, Mar

[O] How to sort table in blocks.

2012-03-14 Thread Debaditya Mukhopadhyay
Sorry for the confusing title. Here is what I would like to do:- 1. I have a multiple column table, one of which has time stamp and another one has an entry in multiple lines, because of better visibility. Therefore the table looks something like this:- |+| | DATE 1 | line 1 | |

Re: [O] Unable to find contrib/

2012-03-12 Thread Debaditya Mukhopadhyay
Thanks for all your help. I could solve the issue. The "org-root-directory" needed to be specified, in my case "~/bin/org-7.8.03/". I overlooked that fact- and all of your response helped. Deb On Sun, Mar 11, 2012 at 3:27 AM, Debaditya Mukhopadhyay wrote: > I have org

[O] Unable to find contrib/

2012-03-11 Thread Debaditya Mukhopadhyay
I have org 7.8.03. added to my .emacs > (add-to-list 'load-path "org-root-dir/contrib/lisp") > (require 'org-mime) > getting File error: Cannot open load file, org-mime > > To ensure normal operation, you should investigate and remove the > cause of the error in your initialization file. Start