Re: [O] Numbering specific headings only

2017-04-05 Thread Mehul Sanghvi
Hi,

   Thanks for pointers.  Using the UNNUMBERED property did not work.  I
applied the property to the top level heading and the second level heading.
  I believe it cascades down to the other headings, so everything was
unnumbered.

The latex_header option worked though.  It numbered the 3rd level
heading and anything below it as well.  For the
most part I will not have any headings below that anyway so it should be
fine.


cheers,

mehul



On Wed, Apr 5, 2017 at 9:35 AM, Rasmus  wrote:

> Hi,
>
> > When I export the document to PDF, all the headings get numbered.  I only
> > want to
> > have the 3rd level heading numbered (DEFINITIONS, FOOBAR, etc.).  I have
> > got about 50 3rd level headings so far.  There may be more, might get
> > less.  I don't want to manually number the headings.
>
> Does this solve your problem:
>
> #+latex_header: \renewcommand{\thesection}{}
> #+latex_header: \renewcommand{\thesubsection}{}
> #+latex_header: \renewcommand{\thesubsubsection}{\arabic{subsubsection}}
>
> Depending on your usage, you might have to disable counter reset between
> sections/subsections.  You might be able to use the chngcntr package for
> that.
>
> You might be able to use the Org UNNUMBERED property, though I doubt it.
>
> Rasmus
>
> --
> To err is human. To screw up 10⁶ times per second, you need a computer
>
>
>


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


[O] Numbering specific headings only

2017-04-04 Thread Mehul Sanghvi
I am creating a legal document (a rental agreement) using org-mode and
{{{macros}}}.
I have some of the kinks in the document ironed out so, except for one.

sample document---
#+OPTIONS: num:nil toc:nil
#+LATEX_HEADER: \usepackage{fullpage}

* RESIDENTIAL LEASE AGREEMENT

   This residential leased property lease agreement

** LANDLORD AND TENANT COVENANT AND AGREE:

*** DEFINITIONS
1. blah blah blah blah blah blah blah blah blah blah ablaakjkfjadsf
 kjfkjasdfkhajkfdjakf'asdfhsfh  shdfjhsaf khasdfhaieurh kakshfkasfhouw
kdhfkahsdfjkiu  khdsjfhjf kjkqwn ajhjhb
2. foo bar foo bar foo bar jkhdfjahf mhaksdfjkaf kjaksfdjkwhefrnm
adfhff kaskdfha kajfhjahroryetha jkasdkfhajfhwohrmahjah kahsdfjhwurey
hajsdfhiwyure hkhsadfyoiytg jhajdfh herhjh kh dahf hasjdfhiwer khkshdfkq
 jkjaiyashd

*** FOOBAR
some more legal gibberish goes here

---end of sample document-


When I export the document to PDF, all the headings get numbered.  I only
want to
have the 3rd level heading numbered (DEFINITIONS, FOOBAR, etc.).  I have
got about 50 3rd level headings so far.  There may be more, might get
less.  I don't want to manually number the headings.

How do I go about doing that ?If I use the option 'H:3' it will do all
headings 3 and above, which is not what I want.

Any thoughts/pointers/suggestions much appreciated.


cheers,

  mehul



-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] Org markup bug ?

2015-11-06 Thread Mehul Sanghvi
Yes, looks like that is the fix.

Thanks for looking it.


cheers,

  mehul


On Sat, Oct 31, 2015 at 11:48 AM, Nick Dokos <ndo...@gmail.com> wrote:

> Mehul Sanghvi <mehul.sang...@gmail.com> writes:
>
> > Nicolas,
> >
> >   Thanks for pointing out that the latest version works. I updated
> org-mode and it seems to be working now.
> > I wonder what changed to cause it to work.
> >
>
> My guess would be
>
> commit b4af3f0852e9705ddbac66d78cd8a508c547be85
> Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
> Date:   Sun Oct 25 19:20:25 2015 +0100
>
> Allow more characters in emphasis
>
> * lisp/org.el (org-emphasis-regexp-components): Allow singe quote,
>   double quote and comma as the last character in an emphasis string.
>
> Reported-by: Marcin Borkowski <mb...@mbork.pl>
>     <http://permalink.gmane.org/gmane.emacs.orgmode/102191>
>
>
> > On Sat, Oct 31, 2015 at 10:57 AM, Mehul Sanghvi <mehul.sang...@gmail.com>
> wrote:
> >
> > I am currently using:
> >
> >Org-mode version 8.3.2 (release_8.3.2-195-gbf9146
> >
> > I will try updating and seeing what happens.
> >
> > On Sat, Oct 31, 2015 at 5:23 AM, Nicolas Goaziou <
> m...@nicolasgoaziou.fr> wrote:
> >
> > Hello,
> >
> > Mehul Sanghvi <mehul.sang...@gmail.com> writes:
> >
> > > I have the following written in an org file:
> > >
> > >   The =\,= allows you to put a Lisp expression there and
> the =#= is
> > >the /replace-count/.  Read /*replace-regexp*/ for more
> information.
> > >
> > > When I render this in HTML I get the following:
> > >
> > >The \,= allows you to put a Lisp expression there and
> the =# is the
> > > *replace-count*. Read *replace-regexp* for more information.
> > >
> > > Is this a bug with the parser or am I doing something wrong ?
> >
> > FWIW, I cannot reproduce it in development version. You may want
> to
> > update Org.
> >
>
> --
> Nick
>
>
>


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] Org markup bug ?

2015-10-31 Thread Mehul Sanghvi
Nicolas,

  Thanks for pointing out that the latest version works. I updated
org-mode and it seems to be working now.
I wonder what changed to cause it to work.


cheers,

  mehul


On Sat, Oct 31, 2015 at 10:57 AM, Mehul Sanghvi <mehul.sang...@gmail.com>
wrote:

> I am currently using:
>
>Org-mode version 8.3.2 (release_8.3.2-195-gbf9146
>
>
> I will try updating and seeing what happens.
>
>
>
>
> On Sat, Oct 31, 2015 at 5:23 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr>
> wrote:
>
>> Hello,
>>
>> Mehul Sanghvi <mehul.sang...@gmail.com> writes:
>>
>> > I have the following written in an org file:
>> >
>> >   The =\,= allows you to put a Lisp expression there and the =#= is
>> >the /replace-count/.  Read /*replace-regexp*/ for more
>> information.
>> >
>> > When I render this in HTML I get the following:
>> >
>> >The \,= allows you to put a Lisp expression there and the =# is
>> the
>> > *replace-count*. Read *replace-regexp* for more information.
>> >
>> > Is this a bug with the parser or am I doing something wrong ?
>>
>> FWIW, I cannot reproduce it in development version. You may want to
>> update Org.
>>
>> Regards,
>>
>> --
>> Nicolas Goaziou
>>
>
>
>
> --
> Mehul N. Sanghvi
> email: mehul.sang...@gmail.com
>



-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] Org markup bug ?

2015-10-31 Thread Mehul Sanghvi
I am currently using:

   Org-mode version 8.3.2 (release_8.3.2-195-gbf9146


I will try updating and seeing what happens.




On Sat, Oct 31, 2015 at 5:23 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Mehul Sanghvi <mehul.sang...@gmail.com> writes:
>
> > I have the following written in an org file:
> >
> >   The =\,= allows you to put a Lisp expression there and the =#= is
> >the /replace-count/.  Read /*replace-regexp*/ for more
> information.
> >
> > When I render this in HTML I get the following:
> >
> >The \,= allows you to put a Lisp expression there and the =# is
> the
> > *replace-count*. Read *replace-regexp* for more information.
> >
> > Is this a bug with the parser or am I doing something wrong ?
>
> FWIW, I cannot reproduce it in development version. You may want to
> update Org.
>
> Regards,
>
> --
> Nicolas Goaziou
>



-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] How to hide UP and HOME links ?

2015-10-30 Thread Mehul Sanghvi
I had to use the following CSS entry to make the links invisible:

#org-div-home-and-up {
font-size: 80%;
color: #edf0f2;
background-color: #edf0f2;
}

#org-div-home-and-up a:link, a:visited {
color: #edf0f2;
background-color: #edf0f2;
}

to get what I wanted.


Is there a better way to do this either via org-mode or via CSS ?


cheers,

  mehul


On Fri, Oct 30, 2015 at 8:31 AM, Mehul Sanghvi <mehul.sang...@gmail.com>
wrote:

>
> I have :html-link-home and :html-link-up defined for my project.  I also
> use the org-info.js script for navigation and so end up with two places
> where the UP and HOME links are available.
>
> How do I prevent or hide the UP and HOME links that are in the
> #org-div-home-and-up HTML div tag?  I want to keep the the Up and Home
> links created by org-info.js visible.
>
> For reference you can look at
>
>
> http://mehul.users.sanghvi.org/no-frills/project-euler/index.html#orgheadline2
>
> in which case the UP and HOME in the upper left corner is what I want to
> hide or prevent from being shown.
>
>
>
> cheers,
>
>   mehul
>
> --
> Mehul N. Sanghvi
> email: mehul.sang...@gmail.com
>



-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


[O] Org markup bug ?

2015-10-30 Thread Mehul Sanghvi
I have the following written in an org file:

  The =\,= allows you to put a Lisp expression there and the =#= is
   the /replace-count/.  Read /*replace-regexp*/ for more information.

When I render this in HTML I get the following:

   The \,= allows you to put a Lisp expression there and the =# is the
*replace-count*. Read *replace-regexp* for more information.

Is this a bug with the parser or am I doing something wrong ?



cheers,

  mehul

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


[O] How to hide UP and HOME links ?

2015-10-30 Thread Mehul Sanghvi
I have :html-link-home and :html-link-up defined for my project.  I also
use the org-info.js script for navigation and so end up with two places
where the UP and HOME links are available.

How do I prevent or hide the UP and HOME links that are in the
#org-div-home-and-up HTML div tag?  I want to keep the the Up and Home
links created by org-info.js visible.

For reference you can look at


http://mehul.users.sanghvi.org/no-frills/project-euler/index.html#orgheadline2

in which case the UP and HOME in the upper left corner is what I want to
hide or prevent from being shown.



cheers,

  mehul

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] You don't like the HTML export; well, that could change!

2014-09-15 Thread Mehul Sanghvi
This is awesome !! I tried it out and liked it.  About the only things I
would change
are the fonts being used and the font-size.  Oh and the colour scheme since
I
prefer slightly darker colours :)

Otherwise this works out just fine for publishing one project per file.
 Not sure how it
will work with one project spread out over multiple files.  Or a site with
multiple sub-projects.

Though I think those are more Orgmode related, rather than CSS related.

Regardless, this looks awesome, at least to a non-CSS, non-HTML person like
myself.


cheers,

  mehul


p.s.   Links to the images you are using for things like (info, tip, etc.)
are relative so they wont work
in the case where I am using the HTML_HEAD method to add the theme.



On Mon, Sep 15, 2014 at 2:58 PM, Fabrice Niessen fni-n...@pirilampo.org
wrote:

 Hello,

 I'm announcing the release of Bigblow, a CSS + JS theme for the Org HTML
 exports.

 To use it in your own files, adding these lines should make it:

 --8---cut here---start-8---
 #+HTML_HEAD: link rel=stylesheet type=text/css href=
 http://www.pirilampo.org/styles/bigblow/css/htmlize.css/
 #+HTML_HEAD: link rel=stylesheet type=text/css href=
 http://www.pirilampo.org/styles/bigblow/css/bigblow.css/
 #+HTML_HEAD: link rel=stylesheet type=text/css href=
 http://www.pirilampo.org/styles/bigblow/css/hideshow.css/
 #+HTML_HEAD: script type=text/javascript src=
 http://www.pirilampo.org/styles/bigblow/js/jquery-1.11.0.min.js;/script
 #+HTML_HEAD: script type=text/javascript src=
 http://www.pirilampo.org/styles/bigblow/js/jquery-ui-1.10.2.min.js
 /script
 #+HTML_HEAD: script type=text/javascript src=
 http://www.pirilampo.org/styles/bigblow/js/jquery.localscroll-min.js
 /script
 #+HTML_HEAD: script type=text/javascript src=
 http://www.pirilampo.org/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js
 /script
 #+HTML_HEAD: script type=text/javascript src=
 http://www.pirilampo.org/styles/bigblow/js/jquery.zclip.min.js;/script
 #+HTML_HEAD: script type=text/javascript src=
 http://www.pirilampo.org/styles/bigblow/js/bigblow.js;/script
 #+HTML_HEAD: script type=text/javascript src=
 http://www.pirilampo.org/styles/bigblow/js/hideshow.js;/script
 --8---cut here---end---8---

 If you clone my repo from GitHub [1], it can become as easy as adding
 just one line:

 --8---cut here---start-8---
 #+SETUPFILE: path/to/Git/repo/setup/bigblow-pirilampo.setup
 --8---cut here---end---8---

 (PS- It would be very nice if we could add http references here!  Then,
 there would even be no need to copy the files locally...)

 Test it on your files, or look at the video I posted on YouTube to see
 what it looks like:

   https://www.youtube.com/watch?v=DnSGSiXYuOk

 Best regards,
 Fabrice

 PPS- I will still make some changes in a couple of days, like renaming
  the files so that they have a version number, but that I'll warn
  you when I'll get this done.

 [1] https://github.com/fniessen/org-html-themes

 --
 Fabrice Niessen
 Leuven, Belgium
 http://www.pirilampo.org/





-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


[O] org-info-js site not working ?

2014-09-14 Thread Mehul Sanghvi
I've attached a screen shot of what I see when I go to:

   http://orgmode.org/worg/code/org-info-js/index.html

Is it just on my end or is there something wrong with the site ?
If I click on the Show Org Source the TOC shows up for less than a second
and disappears.

I can view it if I use w3m or links2 (text based browsers), but not in
Chromium or Conkeror.



cheers,

 mehul


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


[O] Dynamicaly #+INCLUDE files

2014-08-11 Thread Mehul Sanghvi
I have a directory which has multiple sub-directories.  The sub-directories
contain files, some of which I want included into my org file when I export
it for publishing to HTML
using C-c C-e P p to publish.

Rather than manually adding the files I want to an Org file, Is there a way
to dynamically
include the files and have them processed by the publishing exporter ?
 Something
along the lines of:

  for file in *.c *.cpp *.m *.java *.lisp
  do
 echo #+INCLUDE the file
  done

Is there a way to do what I'm looking for ?


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] best way of customizing generated css to match bootstrap css

2014-01-24 Thread Mehul Sanghvi
Thanks.  That helps a lot and gives me some other ideas as well.


cheers,

  mehul



On Fri, Jan 24, 2014 at 12:00 AM, Peter Salazar cycleofs...@gmail.comwrote:

 Here you go.
 https://github.com/petersalazar/org-tocify

 Again, it's not very bootstrapish aside from Toficy, which uses Bootstrap
 colors and fonts.

 That said, I have found using Tocify's auto-generated dynamic table of
 contents quite helpful.

 Tocify is by Greg Franco and is here:
 http://gregfranko.com/jquery.tocify.js/





 On Wed, Jan 22, 2014 at 4:17 PM, Mehul Sanghvi mehul.sang...@gmail.comwrote:

 Peter,

  Do you have an example of an org file in which you use it ?


 cheers,

mehul



 On Wed, Jan 22, 2014 at 3:41 PM, Peter Salazar cycleofs...@gmail.comwrote:

 I've had success exporting org to HTML and using it with
 http://gregfranko.com/jquery.tocify.js/ - which automatically generates
 a dynamically updating table of contents based on HTML headings and uses a
 Bootstrap theme and Bootstrap CSS.



 On Wed, Jan 22, 2014 at 3:35 PM, Mehul Sanghvi 
 mehul.sang...@gmail.comwrote:

 On Sat, Apr 6, 2013 at 5:37 AM, Marc Seibert o...@foogu.de wrote:

 Hi,

 After using jekyll and o-blog a while I just fiddled around more in
 depth with org-publishing.
 I must say it is starting to convince me to stop using to wrapp my org
 generated html files with a wrapper like jekyll etc.
 Org-publishing seems to have all I need to do it directly.

 But I need an advice how to get better integration with twitter
 bootstrap css which I realy like.
 I know there is HTML_CONTAINER_CLASS etc. but I don't want to define
 the class and the id once for every heading, table  etc.
 What would be the best option for setting this globally?
 Should I edit org-htmlize.el or something like this or is there a way
 of defining the different class names with an easier way?

 Regards
 Marc Seibert



 I find myself in the same situation, having gone through both o-blog
 and jekyll previously.  Were you able to find a solution ?
 What was it ?  Is there anyone using anything else than the CSS that
 ogr-mode uses ?



 --
 Mehul N. Sanghvi
 email: mehul.sang...@gmail.com





 --
 Mehul N. Sanghvi
 email: mehul.sang...@gmail.com





-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] best way of customizing generated css to match bootstrap css

2014-01-22 Thread Mehul Sanghvi
On Sat, Apr 6, 2013 at 5:37 AM, Marc Seibert o...@foogu.de wrote:

 Hi,

 After using jekyll and o-blog a while I just fiddled around more in depth
 with org-publishing.
 I must say it is starting to convince me to stop using to wrapp my org
 generated html files with a wrapper like jekyll etc.
 Org-publishing seems to have all I need to do it directly.

 But I need an advice how to get better integration with twitter bootstrap
 css which I realy like.
 I know there is HTML_CONTAINER_CLASS etc. but I don't want to define the
 class and the id once for every heading, table  etc.
 What would be the best option for setting this globally?
 Should I edit org-htmlize.el or something like this or is there a way of
 defining the different class names with an easier way?

 Regards
 Marc Seibert



I find myself in the same situation, having gone through both o-blog and
jekyll previously.  Were you able to find a solution ?
What was it ?  Is there anyone using anything else than the CSS that
ogr-mode uses ?



-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] best way of customizing generated css to match bootstrap css

2014-01-22 Thread Mehul Sanghvi
Peter,

 Do you have an example of an org file in which you use it ?


cheers,

   mehul



On Wed, Jan 22, 2014 at 3:41 PM, Peter Salazar cycleofs...@gmail.comwrote:

 I've had success exporting org to HTML and using it with
 http://gregfranko.com/jquery.tocify.js/ - which automatically generates a
 dynamically updating table of contents based on HTML headings and uses a
 Bootstrap theme and Bootstrap CSS.



 On Wed, Jan 22, 2014 at 3:35 PM, Mehul Sanghvi mehul.sang...@gmail.comwrote:

 On Sat, Apr 6, 2013 at 5:37 AM, Marc Seibert o...@foogu.de wrote:

 Hi,

 After using jekyll and o-blog a while I just fiddled around more in
 depth with org-publishing.
 I must say it is starting to convince me to stop using to wrapp my org
 generated html files with a wrapper like jekyll etc.
 Org-publishing seems to have all I need to do it directly.

 But I need an advice how to get better integration with twitter
 bootstrap css which I realy like.
 I know there is HTML_CONTAINER_CLASS etc. but I don't want to define the
 class and the id once for every heading, table  etc.
 What would be the best option for setting this globally?
 Should I edit org-htmlize.el or something like this or is there a way of
 defining the different class names with an easier way?

 Regards
 Marc Seibert



 I find myself in the same situation, having gone through both o-blog and
 jekyll previously.  Were you able to find a solution ?
 What was it ?  Is there anyone using anything else than the CSS that
 ogr-mode uses ?



 --
 Mehul N. Sanghvi
 email: mehul.sang...@gmail.com





-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] Two column output

2013-10-14 Thread Mehul Sanghvi
Hi Iannis,

Thanks.  This might be what I'm looking for, it certainly looks
like what I want.


cheers,

 mehul


On Mon, Oct 14, 2013 at 1:29 AM, Iannis Zannos zan...@gmail.com wrote:


 Hello Mehul,

 for HTML you would need to find/modify/write your own css template. I find
 the relatively recent Bootstrap package rather convenient for doing things
 like that because it defines a grid right away out of the box and gives you
 the means for defining columns and rectangular areas (boxes).
 http://getbootstrap.com. See
 http://getbootstrap.com/getting-started/#examples and
 http://getbootstrap.com/examples/jumbotron-narrow/

 There is a package integrating orgmode export with bootstrap called
 o-blog. https://github.com/renard/o-blog. Here is an example of source
 code in a second column next to text:
 http://renard.github.io/o-blog/index.html (scroll down a little after the
 large heading Quick Start Guide).

 Iannis Zannos




 On Mon, Oct 14, 2013 at 6:01 AM, Mehul Sanghvi mehul.sang...@gmail.comwrote:

 On Sun, Oct 13, 2013 at 10:48 PM, Nick Dokos ndo...@gmail.com wrote:

 Mehul Sanghvi mehul.sang...@gmail.com writes:

  How do I get two column output with org-mode ?  I'm not looking for
  tables but more like what you get in a newspaper article.  Is that
  possible to do with org-mode ?
 
  For the most part this is for publishing to HTML and PDF.
 

 For LaTeX/PDF, this should suffice:

 #+LATEX_CLASS_OPTIONS: [twocolumn]

 For HTML, I have no idea.




 One of the things I would like to do is be able to have two side-by-side
 source code blocks so that I can do a comparison of the two.


 --
 Mehul N. Sanghvi
 email: mehul.sang...@gmail.com





-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] Two column output

2013-10-14 Thread Mehul Sanghvi
This looks good as well.  I'm going to play around with this and what
Iannis suggested about using Bootstrap and o-blog.

cheers,

   mehul



On Mon, Oct 14, 2013 at 9:32 AM, Eric Schulte schulte.e...@gmail.comwrote:

 Mehul Sanghvi mehul.sang...@gmail.com writes:

  On Sun, Oct 13, 2013 at 10:48 PM, Nick Dokos ndo...@gmail.com wrote:
 
  Mehul Sanghvi mehul.sang...@gmail.com writes:
 
   How do I get two column output with org-mode ?  I'm not looking for
   tables but more like what you get in a newspaper article.  Is that
   possible to do with org-mode ?
  
   For the most part this is for publishing to HTML and PDF.
  
 
  For LaTeX/PDF, this should suffice:
 
  #+LATEX_CLASS_OPTIONS: [twocolumn]
 
  For HTML, I have no idea.
 
 
 
 
  One of the things I would like to do is be able to have two side-by-side
  source code blocks so that I can do a comparison of the two.

 For HTML you'll want to write your own CSS.  This is similar to what
 you're after.

 http://eschulte.github.io/org-docco/org-docco.html

 --
 Eric Schulte
 https://cs.unm.edu/~eschulte
 PGP: 0x614CA05D




-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


[O] Two column output

2013-10-13 Thread Mehul Sanghvi
How do I get two column output with org-mode ?  I'm not looking for tables
but more like what you get in a newspaper article.  Is that possible to do
with org-mode ?

For the most part this is for publishing to HTML and PDF.


cheers,

  mehul

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] Two column output

2013-10-13 Thread Mehul Sanghvi
On Sun, Oct 13, 2013 at 10:48 PM, Nick Dokos ndo...@gmail.com wrote:

 Mehul Sanghvi mehul.sang...@gmail.com writes:

  How do I get two column output with org-mode ?  I'm not looking for
  tables but more like what you get in a newspaper article.  Is that
  possible to do with org-mode ?
 
  For the most part this is for publishing to HTML and PDF.
 

 For LaTeX/PDF, this should suffice:

 #+LATEX_CLASS_OPTIONS: [twocolumn]

 For HTML, I have no idea.




One of the things I would like to do is be able to have two side-by-side
source code blocks so that I can do a comparison of the two.


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


[O] Babel: Ada, Smalltalk and Objective-C ?

2013-10-07 Thread Mehul Sanghvi
Is there any support for Ada, Smalltalk and Objective-C that anyone is
aware of ?

Are there any pointers on how to add such support to Babel ?


cheers,

 mehul


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] Babel: Ada, Smalltalk and Objective-C ?

2013-10-07 Thread Mehul Sanghvi
On Mon, Oct 7, 2013 at 11:23 AM, Thomas S. Dye t...@tsdye.com wrote:

 Aloha Mehul,

 Mehul Sanghvi mehul.sang...@gmail.com writes:

  Is there any support for Ada, Smalltalk and Objective-C that anyone is
  aware of ?

 Not that I'm aware of.

 
  Are there any pointers on how to add such support to Babel ?

 Yes, see
 http://orgmode.org/worg/org-contrib/babel/languages.html#develop

 There is a template that outlines what needs to be done. Also a template
 for preparing on-line documentation.


Thanks for the pointer.  I'll take a look and see what I can come up with.

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] 8.2: Error with tests SOLVED

2013-09-22 Thread Mehul Sanghvi
On Fri, Sep 20, 2013 at 11:51 AM, Rainer M Krug rai...@krugs.de wrote:

 Mehul Sanghvi mehul.sang...@gmail.com writes:

  emacs-version:  GNU Emacs 23.4.1 (powerpc-unknown-linux-gnu, GTK+ Version
  2.24.19) of 2013-06-30 on porpora, modified by Debian
 
  org-version:  Org-mode version 8.2 (release_8.2.dirty @

 Your org-version is dirty, i.e. you have a mix of different versions.

 Look at the manual on ho=w to solve this, or ask here with further
 details on how you installed org and emacs.

 Cheers,

 Rainer



There is no bug here, just missing files.  I should have read
testing/README to figure out what I needed for dependencies.  ert is one of
the packages that you need if you're not running on Emacs24, which I'm not.
  This was definitely a user problem with in between the ears :)



cheers,

mehul



-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


[O] 8.2: Error with tests

2013-09-20 Thread Mehul Sanghvi
emacs-version:  GNU Emacs 23.4.1 (powerpc-unknown-linux-gnu, GTK+ Version
2.24.19) of 2013-06-30 on porpora, modified by Debian

org-version:  Org-mode version 8.2 (release_8.2.dirty @
/home/mehul/Env/emacs/org-mode/lisp/)


prompt% make check
Done (Total of 103 files compiled, 3 skipped)
make[2]: Leaving directory `/home/mehul/Env/emacs/org-mode/lisp'
make[1]: Leaving directory `/home/mehul/Env/emacs/org-mode/lisp'
install -m 755 -d /tmp/tmp-orgtest
TMPDIR=/tmp/tmp-orgtest emacs -batch -Q --eval '(setq vc-handled-backends
nil)'  --eval '(add-to-list '''load-path ./lisp)' --eval '(add-to-list
'''load-path ./testing)'  -l org-loaddefs.el -l testing/org-test.el
--eval '(require '''ob-awk)' --eval '(require '''ob-C)' --eval
'(require '''ob-fortran)' --eval '(require '''ob-maxima)' --eval
'(require '''ob-lilypond)' --eval '(require '''ob-octave)' --eval
'(require '''ob-python)' --eval '(require '''ob-sh)' --eval '(require
'''ob-perl)'  --eval '(setq org-confirm-babel-evaluate nil)' -f
org-test-run-batch-tests
Cannot open load file: ert
make: *** [check] Error 255


What is ert ?   Where do I get it from ?  Or is this a genuine bug with
the tests ?



cheers,

  mehul

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] Release 8.2

2013-09-19 Thread Mehul Sanghvi
Maybe I'm being nit picky but here's a patch to get rid of a warning that
was coming up with lisp/ox-texinfo.el about using old-style backquotes.


cheers,

   mehul



On Thu, Sep 19, 2013 at 4:27 PM, Carsten Dominik
carsten.domi...@gmail.comwrote:


 Hi everyone,

 I have just released version 8.2 of Org mode.  This is rather a minor
 release,
 mainly designed to do some stabilization and cleanup before the merge
 into Emacs.  Bastien will do this next week (?).

 Lets keep in mind that this is the first time that version 8 reaches Emacs,
 so we can assume wider distribution, and possibly more issues and
 complaints
 as the incompatible changes in version 8 reach this wider audience.  So we
 should be prepared for the possibility of a more intensive period of
 questions.
 We will see - I hope everything goes well.

 Thanks to everyone who contributed to this release.

 Enjoy!

 - Carsten


 Incompatible changes
 

 `xdg-open' has been removed again from `org-file-apps-defaults-gnu'
 ~~~

   This did not work properly in some environments as xdg-open is desktop
   specific.


 Important bug fixes
 ===

 Match string for sparse trees can now contain a slash in a property value
 ~

   You can now have searches like SOMEPROP=aaa/bbb.  Until now, this
   would break because the slash would be interpreted as the separator
   starting a TOTO match string.


 New features
 

 Changes in the default packages loaded for LaTeX
 

   - `rotating' is now a default package, to support sideways tables.
   - `amsmath' is a default package
   - `eucal' package removed, no longer needed since amsmath is present

   Furthermore, the manual now specifically notes if an additional
   package is needed for one of the documented attributes.


 Microsoft Outlook support has been added to /org-mac-link.el/
 ~

   Thanks to Marc McLean for this patch.


 Lazy autoloading of /org-id.el/ to follow links
 ~~~

   When following a link that has an `id:' prefix, /org-id.el/ will now
   automatically be loaded.

   Thanks to Oleh for this patch


 New functions for paragraph motion
 ~~

   The commands `C-down' and `C-up' now invoke special commands that use
   knowledge from the org-elements parser to move the cursor in a
   paragraph-like way.

   Thanks to Nicolas Goaziou for the implementation.


 New agenda fortnight view
 ~

   The agenda has not, in addition to day, week, month, and year views,
   also a fortnight view covering 14 days.

   Thanks to Michael Gauland for the implementation.


 New options
 ===

 New option: [org-special-ctrl-o]
 

   This variable can be used to turn off the special behavior of `C-o' in
   tables.




-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


org-mode-ox-texinfo-backquote-patch.diff
Description: Binary data


Re: [O] invalid byte-code error when publishing

2013-08-21 Thread Mehul Sanghvi
On Tue, Aug 20, 2013 at 9:48 AM, Sebastien Vauban
sva-n...@mygooglest.comwrote:

 Mehul Sanghvi wrote:
  Sebastien Vauban wrote:
  Mehul Sanghvi wrote:
  Mehul Sanghvi wrote:
  The error only occurs if I'm using org-babl. The offending piece of
 code
  I've got is:
 
  #+BEGIN_SRC emacs-lisp
  (setq tramp-default-method ssh)
  #+END_SRC
 
  If I remove the #+BEGIN_SRC and #+END_SRC than everything works fine
 and
  I'm able to publish.
 
  Would this fix it?
 
#+BEGIN_SRC emacs-lisp :eval no
(setq tramp-default-method ssh)
#+END_SRC
 
  Thanks for the suggestion. That does not fix the problem. I still get
 the
  same error as before.
 
  Check out the value of:
 
  - `org-babel-default-header-args', and
  - `org-babel-default-header-args:emacs-lisp'.
 
  And try whether `:eval query' makes a difference (when answering yes,
 and
  when answering no)?
 
  Using ':eval query' does not make a difference. It does not prompt for
 yes
  or no.

 Then, there are now 2 things I don't understand:

 - why it does not query you for eval?
 - why that code gets you in troubles?

 I'm out of ideas here...

 Try with an ECM, or with emacs -Q?

 Best regards,
   Seb

 --
 Sebastien Vauban




This works now.  I don't know why it was causing problems, but it worked
just fine in a new instance.  I had done a org-reload rather than re-start
my emacs.

Thanks for your help.

cheers,

  mehul



-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] invalid byte-code error when publishing

2013-08-20 Thread Mehul Sanghvi
On Tue, Aug 20, 2013 at 4:20 AM, Sebastien Vauban
sva-n...@mygooglest.comwrote:

 Mehul Sanghvi,

 Mehul Sanghvi wrote:
  Mehul Sanghvi wrote:
   The error only occurs if I'm using org-babl.  The offending piece of
 code
   I've got is:
  
   #+BEGIN_SRC emacs-lisp
   (setq tramp-default-method ssh)
   #+END_SRC
  
   If I remove the #+BEGIN_SRC and #+END_SRC than everything works fine
 and
   I'm able to publish.
 
  Would this fix it?
 
#+BEGIN_SRC emacs-lisp :eval no
(setq tramp-default-method ssh)
#+END_SRC
 
 Thanks for the suggestion.  That does not fix the problem.  I
 still
  get the same error as before.

 Check out the value of:

 - `org-babel-default-header-args', and
 - `org-babel-default-header-args:emacs-lisp'.

 And try whether `:eval query' makes a difference (when answering yes, and
 when
 answering no)?


Using 'C-h v' I get the following:

org-babel-default-header-args is a variable defined in `ob-core.el'.


Its value is ((:session . none)


 (:results . replace)


 (:exports . code)


 (:cache . no)


 (:noweb . no)


 (:hlines . no)


 (:tangle . no)


 (:padnewline . yes))


org-babel-default-header-args:emacs-lisp is a variable defined in
`ob-emacs-lisp.el'.

Its value is ((:hlines . yes)


 (:colnames . no))




Using ':eval query' does not make a difference.   It does not prompt for
yes or no.

cheers,

 mehul

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] invalid byte-code error when publishing

2013-08-19 Thread Mehul Sanghvi
The error only occurs if I'm using org-babl.  The offending piece of code
I've got is:

#+BEGIN_SRC emacs-lisp


(setq tramp-default-method ssh)


#+END_SRC

If I remove the #+BEGIN_SRC and #+END_SRC than everything works fine and
I'm able to publish.



On Sun, Aug 18, 2013 at 11:43 PM, Mehul Sanghvi mehul.sang...@gmail.comwrote:


 My setup:
 

   (emacs-version): 23.4.1
org-version: Org-mode version 8.0.7 (release_8.0.7-369-g9154c7

 When publishing using org-html-publish-to-html I get the following error:

Publishing file /home/mehul/org/new-site/emacs.org using
 `org-html-publish-to-html'
org-babel-exp processing...
Fontifying  *temp*... (regexps..)
org-babel-exp processing...
setq: Invalid byte code in
 /usr/share/emacs/23.4/lisp/emacs-lisp/cl-seq.elc

 And the page does not get generated.

 Any suggestions on what is wrong ?



 cheers,

 mehul

 --
 Mehul N. Sanghvi
 email: mehul.sang...@gmail.com




-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] invalid byte-code error when publishing

2013-08-19 Thread Mehul Sanghvi
Sebastien,

   Thanks for the suggestion.  That does not fix the problem.  I still
get the same error as before.




cheers,

   mehul


On Mon, Aug 19, 2013 at 10:06 AM, Sebastien Vauban
sva-n...@mygooglest.comwrote:

 Mehul Sanghvi wrote:
  The error only occurs if I'm using org-babl.  The offending piece of code
  I've got is:
 
  #+BEGIN_SRC emacs-lisp
  (setq tramp-default-method ssh)
  #+END_SRC
 
  If I remove the #+BEGIN_SRC and #+END_SRC than everything works fine and
  I'm able to publish.

 Would this fix it?

   #+BEGIN_SRC emacs-lisp :eval no
   (setq tramp-default-method ssh)
   #+END_SRC

 Best regards,
   Seb

 --
 Sebastien Vauban





-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] How to use my own stylesheet for publishing to html ?

2013-08-13 Thread Mehul Sanghvi
Sebastian,

  Thanks.   I'll try that out and see what happens.  I am running into
another problem currently which I'll send out email about.


cheers,

  mehul



On Tue, Aug 13, 2013 at 2:56 AM, Sebastien Vauban
sva-n...@mygooglest.comwrote:

 Hello Mehul,

 Mehul Sanghvi wrote:
  I have the following in a template file [...]
  and in my index.org file I do:
 
  #+SETUPFILE: ~/Env/emacs/_org-templates/level-0.org
 
  Yet when I publish the project,  although the stylesheet gets copied to
  the right place, it is not getting used in the generated index.html.
  It is
  using org-info.js instead.  I am following the tutorial for publishing
 that
  is in the Worg.
 
  I am using Orgmode 8.0.3 and the behaviour is also exhibited in the
 latest
  from git.
 
  I made some changes:
 
   - Removed #+SETUPFILE: from index.org
 
   - Added :html-head to org-publish-project-alist
 
  And that seems to have done the trick.  So it seems the problem is with
 the
  template that I was referring to in #+SETUPFILE which I'll need to look
 at,
  one option at a time, unless someone can point me to what is wrong with
 it.

 'could be that, since Org 8, #+SETUPFILE needs a filepath/name enclosed in
 double quotes:

   #+SETUPFILE: path/to/file.org

 Best regards,
   Seb

 --
 Sebastien Vauban





-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


[O] How to use my own stylesheet for publishing to html ?

2013-08-12 Thread Mehul Sanghvi
My project setup:


(setq org-publish-project-alist
  '(
;; ... add all the components here (see below)...

;;(inherit-styles-and-js
;; :base-directory ~/org/new-site/
;; :recursive t
;; :base-extenstion css\\|js
;; :publishing-directory ~/public_html/new-site/
;; :publishing-function org-publish-attachment
;; )

(org-notes
 :base-directory ~/org/new-site/
 :base-extension org
 :section-numbers nil
 :publishing-directory ~/public_html/new-site/
 :recursive t
 :publishing-function org-html-publish-to-html
 :headline-levels 4 ; Just the default for this project.
 :auto-preamble t
 )

(org-static
 :base-directory ~/org/new-site/
 :base-extension
css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf
 :publishing-directory ~/public_html/new-site/
 :recursive t
 :publishing-function org-publish-attachment
 )

(org :components (org-notes org-static))

))


I have the following in a template file:


#+DATE: 2013-08-09 Fri
#+OPTIONS: ':nil *:t -:t ::t :t H:3 \n:nil ^:t arch:headline
#+OPTIONS: author:t c:nil creator:comment d:nil date:t e:t email:nil
#+OPTIONS: f:t inline:t num:nil p:nil pri:nil stat:t tags:not-in-toc
#+OPTIONS: tasks:t tex:t timestamp:t toc:t todo:t |:t
#+CREATOR: Emacs 23.4.1 (Org mode 8.0.7)
#+DESCRIPTION:
#+EXCLUDE_TAGS: noexport
#+KEYWORDS:
#+LANGUAGE: en
#+SELECT_TAGS: export
#+OPTIONS: html-link-use-abs-url:nil html-postamble:auto
#+OPTIONS: html-preamble:t html-scripts:t html-style:t
#+OPTIONS: html5-fancy:nil tex:t
#+CREATOR: a href=http://www.gnu.org/software/emacs/;Emacs/a 23.4.1
(a href=http://orgmode.org;Org/a mode 8.0.7)
#+HTML_CONTAINER: div
#+HTML_DOCTYPE: xhtml-strict
#+HTML_HEAD:
#+HTML_HEAD_EXTRA:
#+HTML_LINK_HOME:
#+HTML_LINK_UP:
#+HTML_MATHJAX:
#+INFOJS_OPT:
#+STYLE: link rel=stylesheet type=text/css href=css/worg.css /



and in my index.org file I do:

#+SETUPFILE: ~/Env/emacs/_org-templates/level-0.org


Yet when I publish the project,  although the stylesheet gets copied to the
right place, it is not getting used in the generated index.html.  It is
using org-info.js instead.  I am following the tutorial for publishing that
is in the Worg.

I am using Orgmode 8.0.3 and the behaviour is also exhibited in the latest
from git.


Any pointers on what I'm doing wrong or have missed ?


cheers,

 mehul

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] How to use my own stylesheet for publishing to html ?

2013-08-12 Thread Mehul Sanghvi
I made some changes:

 - Removed #+SETUPFILE: from index.org

 - Added :html-head to org-publish-project-alist


And that seems to have done the trick.  So it seems the problem is with the
template that I was referring to in #+SETUPFILE which I'll need to look at,
one option at a time, unless someone can point me to what is wrong with it.


cheers,

  mehul



On Mon, Aug 12, 2013 at 6:53 PM, Mehul Sanghvi mehul.sang...@gmail.comwrote:


 My project setup:


 (setq org-publish-project-alist
   '(
 ;; ... add all the components here (see below)...

 ;;(inherit-styles-and-js
 ;; :base-directory ~/org/new-site/
 ;; :recursive t
  ;; :base-extenstion css\\|js
 ;; :publishing-directory ~/public_html/new-site/
  ;; :publishing-function org-publish-attachment
 ;; )

 (org-notes
  :base-directory ~/org/new-site/
  :base-extension org
  :section-numbers nil
  :publishing-directory ~/public_html/new-site/
  :recursive t
  :publishing-function org-html-publish-to-html
  :headline-levels 4 ; Just the default for this
 project.
  :auto-preamble t
  )

 (org-static
  :base-directory ~/org/new-site/
  :base-extension
 css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf
  :publishing-directory ~/public_html/new-site/
  :recursive t
  :publishing-function org-publish-attachment
  )

 (org :components (org-notes org-static))

 ))


 I have the following in a template file:


 #+DATE: 2013-08-09 Fri
 #+OPTIONS: ':nil *:t -:t ::t :t H:3 \n:nil ^:t arch:headline
 #+OPTIONS: author:t c:nil creator:comment d:nil date:t e:t email:nil
 #+OPTIONS: f:t inline:t num:nil p:nil pri:nil stat:t tags:not-in-toc
 #+OPTIONS: tasks:t tex:t timestamp:t toc:t todo:t |:t
 #+CREATOR: Emacs 23.4.1 (Org mode 8.0.7)
 #+DESCRIPTION:
 #+EXCLUDE_TAGS: noexport
 #+KEYWORDS:
 #+LANGUAGE: en
 #+SELECT_TAGS: export
 #+OPTIONS: html-link-use-abs-url:nil html-postamble:auto
 #+OPTIONS: html-preamble:t html-scripts:t html-style:t
 #+OPTIONS: html5-fancy:nil tex:t
 #+CREATOR: a href=http://www.gnu.org/software/emacs/;Emacs/a 23.4.1
 (a href=http://orgmode.org;Org/a mode 8.0.7)
 #+HTML_CONTAINER: div
 #+HTML_DOCTYPE: xhtml-strict
 #+HTML_HEAD:
 #+HTML_HEAD_EXTRA:
 #+HTML_LINK_HOME:
 #+HTML_LINK_UP:
 #+HTML_MATHJAX:
 #+INFOJS_OPT:
 #+STYLE: link rel=stylesheet type=text/css href=css/worg.css /



 and in my index.org file I do:

 #+SETUPFILE: ~/Env/emacs/_org-templates/level-0.org


 Yet when I publish the project,  although the stylesheet gets copied to
 the right place, it is not getting used in the generated index.html.  It is
 using org-info.js instead.  I am following the tutorial for publishing that
 is in the Worg.

 I am using Orgmode 8.0.3 and the behaviour is also exhibited in the latest
 from git.


 Any pointers on what I'm doing wrong or have missed ?


 cheers,

  mehul

 --
 Mehul N. Sanghvi
 email: mehul.sang...@gmail.com




-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


[O] hiding billing information from generated pdf

2012-09-07 Thread Mehul Sanghvi
I have an org file in which I will be keeping tracking of time spent
on that particular document.
This will help me with billing the client.  What I do not want to do
is to have that time tracking
information be a part of the generated PDF file.  How do I do
something like that ?


Say I have the following kind of information near the top of my file:


#+BEGIN: clocktable :maxlevel 2 :scope file
Clock summary at [2012-06-22 Fri 10:38]

| Headline | Time ||
|--+--+|
| *Total time* | *104:02* ||
|--+--+|
| 2012 | 104:02   ||
| June |  | 104:02 |
#+END:


* 2012

** June

*** [2012-06-05 Tue]   :late:traffic:

*** [2012-06-06 Wed]   :late:
CLOCK: [2012-06-06 Wed 09:59]--[2012-06-06 Wed 19:13] =  9:14

*** [2012-06-07 Thu]:late:late_start:
CLOCK: [2012-06-07 Thu 10:13]--[2012-06-07 Thu 16:47] =  6:34

*** [2012-06-08 Fri]
CLOCK: [2012-06-08 Fri 09:50]--[2012-06-08 Fri 18:10] =  8:20

*** [2012-06-11 Mon]   :sick:

*** [2012-06-12 Tue]
CLOCK: [2012-06-12 Tue 09:51]--[2012-06-12 Tue 19:05] =  9:14
CLOCK: [2012-06-12 Tue 21:38]--[2012-06-13 Wed 03:51] =  6:13


How would I prevent everything that is related to the time tracking
from showing up in the PDF report
that I create ?  I will want to generate a separate PDF with just the
billable hours.

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] hiding billing information from generated pdf

2012-09-07 Thread Mehul Sanghvi
On Fri, Sep 7, 2012 at 10:10 PM, Nick Dokos nicholas.do...@hp.com wrote:

 Tag the 2012 headline :noexport:

 Nick


Nick,  John,

 Thanks for that pointer.  If I put a :noexport: tag on that
headline,  will I at some later point be able to
export just that headline to PDF ?   How ?


cheers,

   mehul

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] Feature that org mode needs most

2012-07-17 Thread Mehul Sanghvi
On Tue, Jul 17, 2012 at 5:15 PM, Joseph Thomas six50...@gmail.com wrote:
 Hello.
 I couldn't believe I hadn't been aware of org mode until a few months ago,
 as someone who's been using emacs for everything for many years.

 I use it to journal how all my time is spent in a given work day- for both
 work related tasks and non-work tasks (ex.  getting coffee, lunch,
 conversations, etc.).  Org mode is the only GTD software package I've seen
 that makes this possible without getting in the way.  It just needs one
 small thing that keeps it from being perfect.

 Those who use it the same way I do (as a log of how all time was spent in a
 given day), there's no easy way I can see to make quick adjustments to
 clocked time between activities.  Every day I will forget to clock to a new
 activity at some point.  By the time I remember, time has passed.  For
 example, I come back from a meeting and begin to work on a project.  20
 minutes into it, I clock in.  But I must then manually adjust both the
 previous activity and the current one so that they are accurate and don't
 overlap in the agenda view.  This can be cumbersome, which seems to go
 against the overall idea of org mode.  All that is needed to correct it is
 either a new fn and key binding, or a prefix arg to org-clock-in that allows
 you to enter an adjustment (in this example, 20) to subtract from the
 previous clock's out time and current clock's in time.

 Seems like it would be a minor thing to add that would make an enormous
 difference for users like me.

 Thanks for reading my request!

 Regards,
 Joe


Joe,

 You can use the S-up and S-down key combinations to adjust the clocks for
the current activity and the previous one.  Move over to the hour and
do S-up or S-down,
then do the same with the minutes.  The date gets adjusted
automatically if you're
straddling midnight.


cheers,

   mehul

p.s. does that make org-mode perfect now ? :)


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] Updating org from git repository

2012-07-17 Thread Mehul Sanghvi
On Tue, Jul 17, 2012 at 3:09 PM, James Harkins jamshar...@gmail.com wrote:
 Achim Gratz Stromeko at nexgo.de writes:

 Suvayu Ali writes:
  See the output of make help. The above is not the prescribed way to do
  it. If you want the old make behaviour, you can do make oldorg  make
  install.

 No, he's using the latest release version of Org, which means the old
 Makefile (if this was really his intention I#d recommend to at least
 check out maint).  For your suggestion to work he'd need to switch to
 the master branch.

 Indeed, make help just tells me to run make install.

 So, how do I solve the problem with org-version? I use PDF export a lot during
 the school year.

 hjh




Did you have Emacs up and running already ?  Did you restart Emacs ?
Did you do M-x org-reload ?


cheers,

  mehul

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] Org/LaTeX set-up for business letters?

2012-07-06 Thread Mehul Sanghvi
On Fri, Jul 6, 2012 at 12:35 PM, Thorsten Jolitz tjol...@googlemail.com wrote:

 Yes, I'm German, and I've used komascript before, and that is definitely
 a  way to achieve what I want.

 I'm just trying to repeat the nice experience I had with writing a
 modern CV in LaTeX - download a template, put in your data, and enjoy a
 beautifill CV (or letter) - actually much more beautiful than I would
 have ever managed to produce, and all that without hours or days of
 tweaking.


Just out of curiosity, what was the CV template you used ?



-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



[O] continuing org-clock after accidental emacs-kill

2012-06-08 Thread Mehul Sanghvi
I was clocked-in and I absentmindedly quit out of emacs without doing
a clock-out.
How do I get the clock working and picking up from where it left off ?
  Or have I lost
what I had for today ?


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



[O] punch-in card for time tracking

2012-06-04 Thread Mehul Sanghvi
What I need to do is the following:

*  punch-in when I arrive at work

*  make a notation for one of the following:

* arrived late

* working from home

*  punch-out when I leave work

* be able to generate a report (weekly/monthly/quarterly) which shows

 * how many days I was in the office

 * how many days was I working from home

 * how many days I was late



Is this something I can get done using Org ?   How ?


cheers,

mehul
-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] punch-in card for time tracking

2012-06-04 Thread Mehul Sanghvi
On Mon, Jun 4, 2012 at 10:05 PM, John Hendy jw.he...@gmail.com wrote:
 On Mon, Jun 4, 2012 at 8:40 PM, Mehul Sanghvi mehul.sang...@gmail.com wrote:
 What I need to do is the following:

    *  punch-in when I arrive at work

    *  make a notation for one of the following:

            * arrived late

            * working from home

    *  punch-out when I leave work

    * be able to generate a report (weekly/monthly/quarterly) which shows

             * how many days I was in the office

             * how many days was I working from home

             * how many days I was late



 Is this something I can get done using Org ?   How ?


 Yes indeed (at least the first part). Second part shouldn't be that hard.

 ---( Approach 1: Clocking )---

 Link to how to clock:
 - http://orgmode.org/manual/Clocking-work-time.html

 What I might do:
 - Create headline for current month
 - Create headline with current date
 - Clock in when you get to work
 - Clock out when you leave work

 * June
 ** [2012-06-04 Mon] (C-c ! then return to create that time stamp)

 - Now C-c C-x C-i to clock in on that headline
 - When you leave, C-c C-x C-o clocks out
 - If you're at home, do `C-c C-c home` to tag the headline with the tag :home:
 - If you're late, do `C-c C-c late` to add the :late: tag

 At the end of the month, you can create a clock table to view your time:
 - http://orgmode.org/manual/The-clock-table.html#The-clock-table

 You can also get the data out and simply figure out a criteria for
 late/on-time with some other program. The clock table should be able
 to tally your time for the month and you can count the number of
 :home: tags perhaps.

 I've asked on the list for grouping clock tables by tag and there was
 some response:
 - http://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00219.html


John,

This option seems to make sense to me.  Thanks for the pointers
and help.


cheers,

mehul

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] Google Tasks Integration

2012-01-31 Thread Mehul Sanghvi
On Mon, Jan 30, 2012 at 23:33, Patrick Brennan pbren...@gmail.com wrote:
 This weekend, while trying to avoid doing any real work, I started noodling
 around with the Google Tasks API and I got a respectable distance toward a
 script which will read your Google Tasks and export them to Org-mode.
 Currently it will capture the task title, the notes, the todo status (TODO
 or DONE) and the hierarchy, i.e. child tasks will be correctly placed under
 their parents. There's still a lot of polish to apply, and of course, there
 is no bidirectional capability as yet. Still, I wanted to send out this
 notice in case anyone wanted to compare notes or thought it might be an
 interesting application to share. The mobile apps for Google Tasks are quite
 good, and if I can get a really good export going, I think this will
 actually provide a plausible alternative workflow to the existing MobileOrg
 flow.

 Patrick


This is good.  Let me know if I can help with testing or such things.  Since
I've got an Android phone and starting a new job next week, I've been trying
to get organized, using my phone as the center of it.  Was trying to use
MobileOrg but the workflow doesn't work well for me.  Maybe I'm
using it properly.  Either way, this is a nice option to have.


cheers,

   mehul


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] org-jira.el

2012-01-04 Thread Mehul Sanghvi
On Wed, Jan 4, 2012 at 13:36, Richard Riley rile...@gmail.com wrote:
 Bastien b...@altern.org writes:

 Hi Bao,

 Bao Haojun baohao...@gmail.com writes:

 I have implemented org-jira.el, bringing org-mode and Jira system
 together.

 Thanks!  I wish I could test it, but I don't have access to a Jira
 tracking system.

 Wrote a Wiki page for it on emacswiki:
 http://www.emacswiki.org/emacs/OrgJiraMode

 Since your org-jira.el relies on jira2.el, maybe you could rename
 it to org-jira2.el?  Note that we have contrib/lisp/org-jira.el
 already, avoiding names conflict would be great.

 Just a suggestion.

 All best,


 Adding 2 to a name leads to hellish issues in the future with regards
 to peoples understanding of which is the newest. js-mode is a great
 example of this and the numerous 2 versions lurking around.

 Possibly clean the code and include org-jira if possible and name it
 jira+ or even better replace the + with something relevant to why it
 actually exists above and beyond the existing code.

 Just a suggestion ;)





I agree with Richard, especially with regards to js-mode.

Merging the contrib/lisp/org-jira.el with the new org-jira.el might be
a good idea
if the contrib one is just implementing a jira link.

We use Jira at my work, so when I get back to the office I plan to try out both
and see what may work.

This will be great for keeping track of issues.  I already use Emacs
to edit the confluence
wiki that we have, now I can do the same with Jira issues as well.


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] The Org-ODT exporter is now in Org's core (latest git)

2011-12-10 Thread Mehul Sanghvi
On Sat, Dec 10, 2011 at 19:52, suvayu ali fatkasuvayu+li...@gmail.com wrote:
 On Sat, Dec 10, 2011 at 18:22, Bastien b...@altern.org wrote:
 as the subject says.  Please all test this heavily and report
 any problems.  This will be part of Org 7.8 and soon in Emacs.

 Thanks a lot to Jambunathan for all this efforts, let's make
 sure everything is smooth before the release!

 A big thank you to Jambu for his amazing efforts and of course to you
 and others involved. :)



Agreed.  An excellent job on the org-odt functionality.  Although I still prefer
using LaTeX to write my resume in, I have switched to using org-odt for writting
normal, basic documents.  I do have my resume in org format now as well, just
have to work out some issues regarding headers, etc.  which Jambunathan has
been very helpful with.

Little by little org-mode will take over my life.


cheers,

   mehul


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] org-odt: specifying fonts

2011-10-19 Thread Mehul Sanghvi
On Wed, Oct 19, 2011 at 10:35, Matt Price mopto...@gmail.com wrote:


 On Tue, Oct 18, 2011 at 5:15 PM, Mehul Sanghvi mehul.sang...@gmail.com
 wrote:

 Christian,

      Thanks for the stopgap measure.  As for fonts, like styles, it
 would be easier, simpler and more elegant
 to be able to do that without having to edit styles.odt every time.
 This is not specific to org-odt.  It should be,
 at least I think so for now, to do this with any exporting backend.

 If you send me a styles.odt, and I do not like the fonts you are
 using, it becomes cumbersome to be editing the styles.odt
 for each font and making sure to change it in all possible places
 until I settle on a proper font I want to use.

 If I could instead specify the font in org file itself, it would be a
 matter of changing the header and re-generating the file.

 The ODT_STYLE is certainly a good enhancement.

 I think the problem here, Mehul, is that odt export works with styles, not
 fonts.  So to do what you want, the exporter would need to be able to tweak
 the styles manually(so, I guess, first run some kind of xml transform on the
 stylesheet, then apply the stylesheet itself).  If there are hidden
 inconsistencies in the original stylesheet, you may end up with
 difficult-to-diagnose breakage. I'd definitely suggest just modifying hte
 stylesheet and saving it somewhere safe.
 m




I will most likely end up it that way and using that as my workflow.
The font thing was
just something coming out from the fact that I do not know or
understand ODT styles.
Something new to learn now :)

Now I just got to figure out the fonts that Latex is using for my
resume and re-use those same ones
in my style and apply them correctly in the ODT styles.



-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



[O] how to do footers

2011-10-19 Thread Mehul Sanghvi
I know that Org can do foot notes using fn:xxx but what I wanted to do
was put a
footer to every page that is created.  It would be the same thing on each page.

How would I do that ?  Either I missed it in the manual or it is not there.




-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] how to do footers

2011-10-19 Thread Mehul Sanghvi
On Wed, Oct 19, 2011 at 11:35, John Hendy jw.he...@gmail.com wrote:
 On Wed, Oct 19, 2011 at 10:27 AM, Mehul Sanghvi mehul.sang...@gmail.com 
 wrote:
 I know that Org can do foot notes using fn:xxx but what I wanted to do
 was put a
 footer to every page that is created.  It would be the same thing on each 
 page.

 How would I do that ?  Either I missed it in the manual or it is not there.

 If this for LaTeX, you get into that realm vs. org-specific, in my
 opinion (though some may suggest tailoring the org export innards).
 Check out the following:
 -- 
 http://texblog.wordpress.com/2007/11/07/headerfooter-in-latex-with-fancyhdr/
 -- http://en.wikibooks.org/wiki/LaTeX/Page_Layout#Customising_with_fancyhdr

 Here's an example from a recent paper for work. I have this below my
 #+options lines and before the first headline:
 -
 #+begin_latex
 \pagestyle{fancy}
 \setlength{\headheight}{0pt}
 \setlength{\footskip}{40pt}
 \renewcommand{\headrulewidth}{0pt}
 \fancyhf{}
 \cfoot{\thepage}
 \rfoot{\includegraphics[height=7.4pt]{/path/to/company-logo.jpg} Confidential}
 \newpage
 #+end_latex
 -


Actually its going to be for Org - ODT - {PDF, DOC, RTF}


 John





 --
 Mehul N. Sanghvi
 email: mehul.sang...@gmail.com






-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] org-odt: specifying fonts

2011-10-19 Thread Mehul Sanghvi
On Wed, Oct 19, 2011 at 13:54, Jambunathan K kjambunat...@gmail.com wrote:

 I agree with Mehul it would be great to have an option to specify a
 styles file on a per-file basis. Something like:

    #+ODT_STYLE: ~/org/odt-templates/cv.odt

 I have gone with `#+ODT_STYLES_FILE: '[1]. Refer the docstring below for a
 sample setting.

 ,[ C-h v org-export-odt-styles-file RET ]
 | org-export-odt-styles-file is a variable defined in `org-odt.el'.
 | Its value is nil
 |
 | Documentation:
 | Default styles file for use with ODT export.
 | Valid values are one of:
 | 1. nil
 | 2. path to a styles.xml file
 | 3. path to a *.odt or a *.ott file
 | 4. list of the form (ODT-OR-OTT-FILE (FILE-MEMBER-1 FILE-MEMBER-2
 | ...))
 |
 | [snip]
 |
 | Use #+ODT_STYLES_FILE: ... directive to set this variable on
 | a per-file basis.  For example,
 |
 | #+ODT_STYLES_FILE: /path/to/styles.xml or
 | #+ODT_STYLES_FILE: (/path/to/file.ott (styles.xml image/hdr.png)).
 |
 | You can customize this variable.
 `

 Hope it is OK.

 Footnotes:
 [1] The name of the option is same as the upcased custom variable name
 with `org-export-' prefix stripped. The same convention can be used for
 any future per-file odt settings.
 --



Awesome !!   Thanks Jambunathan

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



[O] org-odt: specifying fonts

2011-10-18 Thread Mehul Sanghvi
This may not be specific to org-odt, but maybe applies to Org itself.

I have a LaTeX file which I use for my resume at the moment.  The
fonts that are being used with it are great for what I want.
How do I specify fonts that I want to use, rather then the defaults?
Do I have to do that through styles.odt ?
If so, is there a specific OPTION for specifying the style file to use
?   That would be a nice enhancement if it is not already there.

I may want to use different styles/fonts, etc. and probably do not
want to play around with the styles.odt file each time I make
changes to the styles.odt file.




-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] org-odt: specifying fonts

2011-10-18 Thread Mehul Sanghvi
Christian,

  Thanks for the stopgap measure.  As for fonts, like styles, it
would be easier, simpler and more elegant
to be able to do that without having to edit styles.odt every time.
This is not specific to org-odt.  It should be,
at least I think so for now, to do this with any exporting backend.

If you send me a styles.odt, and I do not like the fonts you are
using, it becomes cumbersome to be editing the styles.odt
for each font and making sure to change it in all possible places
until I settle on a proper font I want to use.

If I could instead specify the font in org file itself, it would be a
matter of changing the header and re-generating the file.

The ODT_STYLE is certainly a good enhancement.




On Tue, Oct 18, 2011 at 16:04, Christian Moe m...@christianmoe.com wrote:
 Hi, Mehul, cc: Jambunathan,

 I agree with Mehul it would be great to have an option to specify a styles
 file on a per-file basis. Something like:

  #+ODT_STYLE: ~/org/odt-templates/cv.odt

 Jambunathan, please consider this a feature request (if you haven't
 implemented it already, and I've missed it as usual...)

 Many users will want to use different styles files for different kinds of
 document (e.g. report.odt, cv.odt). Customizing org-export-odt-styles-file
 every time they've got a different kind of document to export does not seem
 the best way. There should be a way for each Org file to remember what ODT
 style it wants, parallel to the options that exist for html (#+STYLE) and
 latex (#+LATEX_HEADER).

 As for specifying fonts, etc., in ODT export, that's definitely something
 that should be done through the choice of an external style template. The
 org-odt exporter has done its job if everything you could reasonably want to
 style is exported in a named paragraph or character style that you can apply
 a template to.

 Yours,
 Christian

 PS. Mehul, I do have a stopgap solution for specifying the style template on
 a per-file basis. Place this somewhere in your Org document (e.g. before the
 first heading), and replace /path/to/template.odt with the path to your
 styles file.

 #+begin_src emacs-lisp :results silent :exports results
 (setq org-export-odt-styles-file /path/to/template.odt)
 #+end_src


 On 10/18/11 6:32 PM, Mehul Sanghvi wrote:

 This may not be specific to org-odt, but maybe applies to Org itself.

 I have a LaTeX file which I use for my resume at the moment.  The
 fonts that are being used with it are great for what I want.
 How do I specify fonts that I want to use, rather then the defaults?
 Do I have to do that through styles.odt ?
 If so, is there a specific OPTION for specifying the style file to use
 ?   That would be a nice enhancement if it is not already there.

 I may want to use different styles/fonts, etc. and probably do not
 want to play around with the styles.odt file each time I make
 changes to the styles.odt file.









-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



[O] org-odt: turning off section numbering does not work

2011-10-17 Thread Mehul Sanghvi
I have the following in my org file:


#+OPTIONS: toc:nil H:10 num:nil



Yet in my ODT file I get numbered sections:

1. Work Experience

 1.1.1   Company A

 1.1.2   Company B

   2.  Skills

   3.  Education


Am I doing something wrong ?  Or is there another option that I am not
aware of ?

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] org-odt: turning off section numbering does not work

2011-10-17 Thread Mehul Sanghvi
I have seen that thread before, and am using the latest Org from the
git repository.
That is why I was wondering if I'd missed something or not.

I just tried this with a new Emacs, and the test.org file that comes
with org-odt.

I changed test.org so that num: is nil and it still had section
numbering enabled.

Since I am trying to do this as an automated method, I do not want to
fire up LibreOffice/OpenOffice each time
I make a change to my resume, and lots of times I am doing it over a
ssh connection with no X displaying
back.

cheers,

 mehul

On Mon, Oct 17, 2011 at 12:31, Christian Moe m...@christianmoe.com wrote:
 Hi,

 According to this thread, num:nil should work in recent versions of Org:
 http://comments.gmane.org/gmane.emacs.orgmode/46058

 It works for me.

 You might try updating to the most recent version of Org and see if that
 fixes things.

 As a one-off fix, in OpenOffice you can turn off the numbering with Tools 
 Outline Numbering. For each of the three heading levels that are numbered,
 you need to set Number to None, and delete the dot in Separator After.

 Yours,
 Christian



 On 10/17/11 4:07 PM, Mehul Sanghvi wrote:

 I have the following in my org file:


 #+OPTIONS: toc:nil H:10 num:nil



 Yet in my ODT file I get numbered sections:

     1. Work Experience

      1.1.1   Company A

      1.1.2   Company B

    2.  Skills

    3.  Education


 Am I doing something wrong ?  Or is there another option that I am not
 aware of ?






-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] org-odt: turning off section numbering does not work

2011-10-17 Thread Mehul Sanghvi
On Mon, Oct 17, 2011 at 14:00, Nick Dokos nicholas.do...@hp.com wrote:

 My (factually-baseless but best-that-I-can-do given the paucity
 of information you provide) guess is that you are not running the
 version you think you are running.

 Nick



What I have is Org-mode version 7.5 (baseline.533.ga5129.dirty), so it seems
your factually-baseless guess is correct.


% git remote -v
origin  http://repo.or.cz/r/org-mode/org-jambu.git (fetch)
origin  http://repo.or.cz/r/org-mode/org-jambu.git (push)


I have been pulling from the wrong repository.


cheers,

  mehul


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



[O] org-odt: turning off Table of Contents

2011-10-16 Thread Mehul Sanghvi
I do not want a table of contents as it makes no sense for a resume.
How do I disable the generation of that ?
I ran the unit test for ODT and it generated a ToC, although I didn't
see anything in the test.org file to indicate
such a  behaviour.



-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] org-odt: turning off Table of Contents

2011-10-16 Thread Mehul Sanghvi
On Sun, Oct 16, 2011 at 10:42, Christian Moe m...@christianmoe.com wrote:
 On 10/16/11 4:03 PM, Mehul Sanghvi wrote:

 I do not want a table of contents as it makes no sense for a resume.
 How do I disable the generation of that ?
 I ran the unit test for ODT and it generated a ToC, although I didn't
 see anything in the test.org file to indicate
 such a  behaviour.




 In the #+OPTIONS line, set toc:nil

 http://orgmode.org/manual/Export-options.html#Export-options

 Hope this helps,
 Christian



Thanks.  I really need to spend time with the Org manual at some point.


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] pdf to powerpoint/openoffice ?

2011-05-21 Thread Mehul Sanghvi
On Fri, May 13, 2011 at 08:22, Jambunathan K kjambunat...@gmail.com wrote:

 Mehul

 Using Org-mode, I end up with a PDF presentation.  What I would like
 to do is convert that into
 either PowerPoint or even better would be into OpenOffice (so I can
 get it into Google Docs).
 I have a bunch of people that I need to share the slides with and have
 them work on it as well.

 Is there any tool or process by which I can do the conversion ?

 You can export your document to OpenOffice [1] and use OpenOffice's
 outline to presentation capabilities for generating the needed slides
 [2].

 Should you unconver any new tweaks to odt exporter I would be happy to
 consider it.

 Jambunathan K.

 Footnotes:
 [1]  http://orgmode.org/worg/org-faq.html#convert-to-open-office

 [2] Use OpenOffice's File-Send-{Outline to Presentation | AutoAbstract
 to Presentation}. Also see



I finally got around to trying this.  Here are my thoughts:

1.  Damn this is good !

2.  Yay !!

3.  Oh C-c C-e O  opens the ODT file in both Emacs and LibreOffice.  I wouldn't
 have expected that.  Would have thought it would open in LibreOffice only.
 C-c C-e D exports to PDF and opens a PDF viewer.  It does not open up the
 PDF file in Emacs (either as a plain buffer or a DocViewer buffer).

4.  Its nice to be able to open the ODT file in archive mode.  Not
sure how I'd use it
 but its a good feature.

5. There were other issues but that had to do with LibreOffice rather
then org-mode :)


cheers,

mehul

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] pdf to powerpoint/openoffice ?

2011-05-13 Thread Mehul Sanghvi
On Fri, May 13, 2011 at 08:22, Jambunathan K kjambunat...@gmail.com wrote:

 Mehul


 You can export your document to OpenOffice [1] and use OpenOffice's
 outline to presentation capabilities for generating the needed slides
 [2].

 Should you unconver any new tweaks to odt exporter I would be happy to
 consider it.

 Jambunathan K.

 Footnotes:
 [1]  http://orgmode.org/worg/org-faq.html#convert-to-open-office

 [2] Use OpenOffice's File-Send-{Outline to Presentation | AutoAbstract
 to Presentation}. Also see

 http://wiki.services.openoffice.org/wiki/Documentation/OOoAuthors_User_Manual/Impress_Guide/Creating_slides_from_an_outline



Jambunathan,

 Awesome !!  I'll try this out and keep everyone posted on how it works out.


-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



Re: [O] pdf to powerpoint/openoffice ?

2011-05-13 Thread Mehul Sanghvi
On Fri, May 13, 2011 at 08:22, Jambunathan K kjambunat...@gmail.com wrote:

 Mehul

 Using Org-mode, I end up with a PDF presentation.  What I would like
 to do is convert that into
 either PowerPoint or even better would be into OpenOffice (so I can
 get it into Google Docs).
 I have a bunch of people that I need to share the slides with and have
 them work on it as well.

 Is there any tool or process by which I can do the conversion ?

 You can export your document to OpenOffice [1] and use OpenOffice's
 outline to presentation capabilities for generating the needed slides
 [2].

 Should you unconver any new tweaks to odt exporter I would be happy to
 consider it.

 Jambunathan K.

 Footnotes:
 [1]  http://orgmode.org/worg/org-faq.html#convert-to-open-office

 [2] Use OpenOffice's File-Send-{Outline to Presentation | AutoAbstract
 to Presentation}. Also see

 http://wiki.services.openoffice.org/wiki/Documentation/OOoAuthors_User_Manual/Impress_Guide/Creating_slides_from_an_outline

 --


How does someone who does not have a git checkout of org-mode do this ?

I get the following:

prompt% cd ~/Env/emacs

prompt% mkdir org-odt ; cd org-odt

prompt% git remote add org-odt http://repo.or.cz/r/org-mode/org-jambu.git
fatal: Not a git repository (or any of the parent directories): .git



-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



[O] pdf to powerpoint/openoffice ?

2011-05-12 Thread Mehul Sanghvi
Using Org-mode, I end up with a PDF presentation.  What I would like
to do is convert that into
either PowerPoint or even better would be into OpenOffice (so I can
get it into Google Docs).
I have a bunch of people that I need to share the slides with and have
them work on it as well.

Is there any tool or process by which I can do the conversion ?

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



[O] beamer: removing navigation buttons

2011-05-12 Thread Mehul Sanghvi
Is there a way to remove the navigation buttons/icons at the bottom right ?

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



[O] beamer: centering list items

2011-05-11 Thread Mehul Sanghvi
I would like to center the list items that I have in my presentation.
How would I do that ?
Is that a LaTeX thing or can it be done from within org-mode/beamer ?

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com



[O] suppresing date in beamer output

2011-05-10 Thread Mehul Sanghvi
How do I tell org-mode/beamer to not output the date that is printed
on the title page ?

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com