[O] org-mobile-pull error.

2012-02-08 Thread Madhu Rao
I get the following error when I do org-mobile-pull. The backtrace are these following 4 lines. Debugger entered--Lisp error: (wrong-type-argument stringp nil) org-mobile-pull() call-interactively(org-mobile-pull t nil) execute-extended-command(nil) call-interactively(execute-extended-comm

Re: [O] OrgCamp in India -- Interested?

2011-03-18 Thread Madhu Rao
Puneeth Chaganti gmail.com> writes: > Would any of you be interested in such a meet-up? What would be a > good place and time for such a meet-up? +1. I am in Bangalore!

[Orgmode] Re: HTML export of latex typesetting..

2010-11-21 Thread Madhu Rao
Ahmed Fasih osu.edu> writes: > > > I have a few latex fragments - textbf{some text} in an org-mode file. > > When I export to HTML, I see them as \textbf{some text}. Is there a way to > > get them bold faced in the HTML export? > > I use the org mode markup, *some text* which gets exported corr

[Orgmode] HTML export of latex typesetting..

2010-11-21 Thread Madhu Rao
Sorry for a lame query, but I don't know how to get around this: I have a few latex fragments - textbf{some text} in an org-mode file. When I export to HTML, I see them as \textbf{some text}. Is there a way to get them bold faced in the HTML export? Thanks. _

Re: [Orgmode] Beamer Table Export

2010-01-10 Thread Madhu Rao
Thanks very much Carsten. This work-around is more than enough. Regards, Madhu On 10-Jan-2010, at 6:15 PM, Carsten Dominik wrote: > Hi Madhu, > > this has come up before, and the only working fix we have right now is this: > > * Table export > ** Table export problem &g

[Orgmode] Beamer Table Export

2010-01-10 Thread Madhu Rao
Carsten: Thanks for this wonderful addition to org-mode. I have one small problem with tables and BEAMER/LaTeX keyword: it maybe an usage issue. The following org-table does not translate to a latex-table. It remains a org-table in the tex-file. * Table export ** Table export problem #+BEAMER:

Re: [Orgmode] Docbook export error...

2009-06-16 Thread Madhu Rao
Carsten, I don't seem to have this problem on the latest pull. Don't know what resolved it. Thanks, Madhu On 12-Jun-09, at 9:54 AM, Carsten Dominik wrote: I cannot reproduce this. - Carsten On Jun 11, 2009, at 6:16 PM, Madhu Rao wrote: Thanks Carsten for th

Re: [Orgmode] Docbook export error...

2009-06-11 Thread Madhu Rao
u are not doing (require 'org-install) in .emacs. Please read the installation section in the manual. - Carsten On Jun 11, 2009, at 6:09 AM, Madhu Rao wrote: Hi, I get this when I try exporting to docbook. Could you please help? Debugger entered--Lisp error: (wrong-type-argument comm

[Orgmode] Docbook export error...

2009-06-10 Thread Madhu Rao
Hi, I get this when I try exporting to docbook. Could you please help? Debugger entered--Lisp error: (wrong-type-argument commandp org-export- as-docbook) call-interactively(org-export-as-docbook) (if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set- process-sentinel p ...) (messag

[Orgmode] org-protecting-blocks: error with git version..

2009-06-09 Thread Madhu Rao
I just pulled the git version, but I get this error when I open emacs An error has occurred while loading `.emacs': Symbol's value as variable is void: org-protecting-blocks Could you please help resolve? ___ Emacs-orgmode mailing list Re

Re: [Orgmode] Personal Finance in org-mode?

2009-04-13 Thread Madhu Rao
Hi Madhu, Madhu Rao writes: Has anyone tried to configure org in a personal finance manager mode? I looked in the mail archive, but couldn't find any related posts. These threads contain some ideas about tracking finances in org-mode: - http://thread.gmane.org/gmane.emacs.orgmode/

[Orgmode] Personal Finance in org-mode?

2009-04-13 Thread Madhu Rao
stuff rather efficiently. If anyone has already set this up, that will help get started. Thanks, Madhu ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Orgtable column width control to Latex?

2009-04-12 Thread Madhu Rao
On 12-Apr-09, at 10:36 PM, Carsten Dominik wrote: On Apr 9, 2009, at 4:51 PM, Madhu Rao wrote: Is there a way I can specify the |p{width}| in a org-mode table? Some ATTR_LaTeX method? I am not able to get the latex table to wrap-around text on very wide columns that I have in a table. Could

[Orgmode] Orgtable column width control to Latex?

2009-04-09 Thread Madhu Rao
Is there a way I can specify the |p{width}| in a org-mode table? Some ATTR_LaTeX method? I am not able to get the latex table to wrap-around text on very wide columns that I have in a table. Could someone please suggest a solution? Thanks, Madhu

[Orgmode] Re: Emacs-orgmode Digest, Vol 37, Issue 77

2009-03-19 Thread Madhu Rao
On 19/03/2009, emacs-orgmode-requ...@gnu.org wrote: > Send Emacs-orgmode mailing list submissions to > emacs-orgmode@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > or, via email, send a message with subject

Re: [Orgmode] org-publish error..

2009-02-05 Thread Madhu Rao
Richard, Sebastian, Thanks. Is there anything I could do to get the current file publishing to work? Regards, Madhu On 05-Feb-09, at 5:59 AM, Sebastian Rose wrote: Richard Riley writes: On this subject, something I forgot to mention. When you publish a single file it does not publish it

Re: [Orgmode] org-publish error..

2009-02-05 Thread Madhu Rao
Sebastian, Thanks. I did check and all the files/dirs do exist. Regards, Madhu On 05-Feb-09, at 4:07 AM, Sebastian Rose wrote: Hi Madhu, do all the files and directories still exist? I saw this once and a file or directory was missing. Just an idea... Regards, Sebastian

[Orgmode] org-publish error..

2009-02-04 Thread Madhu Rao
When I try to "publish current file" I get the error below. However, when I prompt for a project and publish, that works all right. Publishing current file worked all right in earlier versions of org-mode. Now I am on 6.21. I don't know at which point this changed or something to do with my emacs

[Orgmode] Keeping Org footnotes where they are defined in HTML export

2009-01-06 Thread Madhu
out the previous behaviour is exactly what I wanted. How would I go about getting this behaviour back? -- Madhu ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

Re: [Orgmode] Mac OS, emacs->org/remember

2008-07-22 Thread Madhu Rao
Carsten, John, Awesome. This is huge help, works like magic. Thanks. John, Thanks also for pointing to the FastScripts tip. -Madhu On 23-Jul-08, at 6:14 AM, Carsten Dominik wrote: Great, thanks you very much. - Carsten On Jul 22, 2008, at 5:12 PM, John Wiegley wrote: On Jul 22

[Orgmode] Mac OS, emacs->org/remember

2008-07-20 Thread Madhu Rao
Is there a document/tutorial describing (to a relatively novice emacs user) the set-up of org-mode usage with Mac OS apps. In particular, I am looking for: - keyboard shortcut suggestions on a Mac (from any where), for emacs- remember - How to get mail.app mail references (and other apps) into em

[Orgmode] org-exp.el: html export does not close footnote paragraph tag

2008-05-19 Thread Madhu
[No need to forward to list if acted on] Helu, the new nxml mode complained that footnotes in exported org files don't have their paragraphs closed: Perhaps something like the following would fix it? --Madhu diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 814515f..6f8d6b0 100644