Re: [O] table export to same buffer

2013-08-02 Thread Rustom Mody
Sebastien Vauban wrote > On Fri, Aug 2, 2013 at 10:53 PM, Rustom Mody wrote: > >> Is it possible to export an orgmode table not to a new file but >> overwriting the org table in the same buffer? >> >> Context is editing source code which contains a largeish table of

[O] table export to same buffer

2013-08-02 Thread Rustom Mody
Is it possible to export an orgmode table not to a new file but overwriting the org table in the same buffer? Context is editing source code which contains a largeish table of (say) constants. Editing is done with orgtbl minor mode. When done it should become back the table in the natural format o

Re: [O] org build/git problems

2013-07-08 Thread Rustom Mody
On Tue, Jul 9, 2013 at 8:27 AM, Rustom Mody wrote: > Ive been having problems with odt export which seem to be related to build > issues which seem to be related to git issues. > http://thread.gmane.org/gmane.emacs.orgmode/74409 > > In more detail: > Ran a git reset --hard

[O] org build/git problems

2013-07-08 Thread Rustom Mody
Ive been having problems with odt export which seem to be related to build issues which seem to be related to git issues. http://thread.gmane.org/gmane.emacs.orgmode/74409 In more detail: http://orgmode.org/worg/dev/org-build-system.html says that the build structure includes (among other makefile

[O] build + odt-export issues

2013-07-08 Thread Rustom Mody
I have org from git make autoloads works make all seems to work except that it ends with - Compiling /src/pdsw/org-mode-8/lisp/ox.el... In toplevel form: ox.el:5791:62:Warning: variable assignment to constant `org-export-stack-mode-map' In end

Re: [O] org-odt-export-to-odt: hide text

2013-07-07 Thread Rustom Mody
Hi, I have written something that may be useful to some and is somewhat complementary to what is being discussed here. [Well 'written' is not quite accurate -- Nick and Stefan helped me get it together] Its a transliteration system that Ive used with the itrans devanagari (ie Hindi/Sanskrit etc)

[O] babel - python question

2013-07-05 Thread Rustom Mody
[Complete babel noob here] Following the babel doc http://orgmode.org/worg/org-contrib/babel/intro.html#library-of-babel I wrote this * Head #+name: ppp :results value #+begin_src python import time print("Hello, today's date is %s" % time.ctime()) print('Two plus two is') return 2 + 2 #+end_src

Re: [O] Bug: Export is crashing [8.0.3 (release_8.0.3-295-g91a4c8.dirty @ ~/org-mode-8/lisp/)]

2013-06-29 Thread Rustom Mody
On Sat, Jun 29, 2013 at 5:15 PM, Rustom Mody wrote: > > > On Sat, Jun 29, 2013 at 1:11 PM, Nicolas Goaziou wrote: > >> Hello, >> >> Rustom Mody writes: >> >> > Now I find the crash occurs between >> > org-export-preprocess-string and org-fo

Re: [O] Bug: Export is crashing [8.0.3 (release_8.0.3-295-g91a4c8.dirty @ ~/org-mode-8/lisp/)]

2013-06-29 Thread Rustom Mody
On Sat, Jun 29, 2013 at 1:11 PM, Nicolas Goaziou wrote: > Hello, > > Rustom Mody writes: > > > Now I find the crash occurs between > > org-export-preprocess-string and org-footnote-normalize > > These functions do not exist in the current export framework. You

Re: [O] Bug: Export is crashing [8.0.3 (release_8.0.3-295-g91a4c8.dirty @ ~/org-mode-8/lisp/)]

2013-06-28 Thread Rustom Mody
Nick Dokos wrote: > emacs version? org version? backtrace? > I cannot reproduce with ... > Ok I thought the org-submit-bug takes care of all this. Find it is partly true -- dont see emacs version in my report. So GNU Emacs 23.4.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.12) of 2012-09-22 on alls

Re: [O] Bug: Export is crashing [8.0.3 (release_8.0.3-295-g91a4c8.dirty @ ~/org-mode-8/lisp/)]

2013-06-28 Thread Rustom Mody
On Fri, Jun 28, 2013 at 10:42 PM, Rustom Mody wrote: > export as html is crashing with this (from *Messages* buffer) > > org-export-preprocess-string: Wrong number of arguments: (then all sorts > of unprintable chars) > I should have added this information The file I am ex

[O] Bug: Export is crashing [8.0.3 (release_8.0.3-295-g91a4c8.dirty @ ~/org-mode-8/lisp/)]

2013-06-28 Thread Rustom Mody
export as html is crashing with this (from *Messages* buffer) org-export-preprocess-string: Wrong number of arguments: (then all sorts of unprintable chars) --- (setq org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-metaup-hook

Re: [O] ox-html.el removal

2013-03-11 Thread Rustom Mody
> > A child with Asperger’s syndrome may notice that a woman in the line at > the supermarket checkout is obese, and remark, in his or her usual tone of > voice and volume, that the lady is fat and needs to go on a diet. The > child’s opinion is that she should be grateful for the observation and >

Re: [O] org for blogger

2012-09-01 Thread Rustom Mody
On Sat, Sep 1, 2012 at 10:32 PM, Samuel Wales wrote: > On 9/1/12, Rustom Mody wrote: > > Seems to be working now. > > Not sure what was wrong but it appears that I needed to do a make (have > not > > done it for org for some years) after that the error disappeared. >

Re: [O] org for blogger

2012-09-01 Thread Rustom Mody
On Sat, Sep 1, 2012 at 9:46 PM, Samuel Wales wrote: > On 9/1/12, Samuel Wales wrote: > >> byte-code: Invalid function: (interblock (start end) (mapcar (lambda > >> (pair) > >> (funcall (second pair) start end)) org-export-interblocks)) > > Did you try in a minimal installation? > > Samuel > > --

Re: [O] org for blogger

2012-09-01 Thread Rustom Mody
On Sat, Sep 1, 2012 at 8:54 PM, Samuel Wales wrote: > On 8/31/12, Rustom Mody wrote: > > Great Samuel! > > Anything I can do to help? > > Dunno. :) > > Here is the new code (with dependencies not included as > mentioned). Most of it, including the command you a

Re: [O] org for blogger

2012-08-31 Thread Rustom Mody
On Sat, Sep 1, 2012 at 8:26 AM, Samuel Wales wrote: > On 8/31/12, Rustom Mody wrote: > > Note I am asking about preparing the html so that it is blogger-friendly. > > It can then be manually posted into the html tab. > > I have code for exactly this, but it is not packagize

[O] org for blogger

2012-08-31 Thread Rustom Mody
What is the best way to use orgmode to prepare posts for blogger? Sorry if this is a FAQ; I did google around and best I get is http://orgmode.org/worg/org-blog-wiki.html which does not seem to have something specifically for blogger. Note I am asking about preparing the html so that it is blogge

[O] speeding up org (was How could I mix COMMENT and TODO?)

2012-04-06 Thread Rustom Mody
François wrote: > In my very first tries with Org, a few months ago, I put all Org files > into the agenda, to discover that Org was very, very slow. So, I > changed it all and collected all agenda and TODO into three files only, > holding lots of links to all other Org files where the informati

Re: [O] Python code block hangs with :session if python-mode is loaded

2012-04-01 Thread Rustom Mody
At some point I tried IPython under emacs in windows and had some problems. >From what Eric is saying they may be similar to this http://lists.gnu.org/archive/html/help-gnu-emacs/2011-05/msg00291.html https://bugs.launchpad.net/ipython/+bug/290228

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-24 Thread Rustom Mody
Resending this because it seems to not have reached --- I asked Adrian Thurston the author of ragel if he would support help this project. His reply to me is here: Hi Rustom, > > I can certainly help with guidance. I'm about to relocate across much of > canada and so I

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-24 Thread Rustom Mody
I asked Adrian Thurston the author of ragel if he would support help this project. His reply to me is here: Hi Rustom, I can certainly help with guidance. I'm about to relocate across much of canada and so I won't be able to crack open code very easiliy. Aurélien: my apologies I haven't responde

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-23 Thread Rustom Mody
On Fri, Mar 23, 2012 at 4:42 PM, Aurélien Aptel wrote: > So, as an experienced org-mode developper you're saying it's very > hard? I should focus on the ragel part in the application and try to > go as far as i can for org-mode then. I still need something I can be > evaluated to for the mid-term

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-22 Thread Rustom Mody
Writing a first cut backend for elisp into ragel is probably not a big job. Porting org to that backend is damn ambitious

[O] Another gsoc idea -- ragel

2012-03-09 Thread Rustom Mody
Ragel http://www.complang.org/ragel/ is a tool that integrates regular expressions and state machines under one umbrella. It has backends currently for C, C++, Objective-C, D, Java and Ruby. I do not think having an elisp backend would be a very big task. After that (in my estimate) org-mode code

[O] worg wrong link?

2012-02-18 Thread Rustom Mody
In http://orgmode.org/worg/org-tutorials/non-beamer-presentations.html#sec-3 the 'here' (emacs code available here under Code and usage for org-export-as-s5) points to http://gitweb.adaptive.cs.unm.edu/org-S5.git/blob_plain/HEAD:/org-export-as-s5.el (where theres nothing about emacs/org mode) Shou

[O] PATCH: doc for column groups

2012-02-17 Thread Rustom Mody
I spent some hours scratching my head trying to get tables out with vertical lines, until Jambunathan suggested that I try not to put space between the '<' and '>' The patch adds a few words to the org.texi file to that effect. WARNING: Ive never given a patch before! Nor used texi Rusi diff --gi

Re: [O] multilingual presentation with org

2012-02-16 Thread Rustom Mody
On Fri, Feb 17, 2012 at 4:29 AM, Daniel Clemente wrote: > > > El Wed, 15 Feb 2012 13:33:49 +0530 Rustom Mody va escriure: > > > Now I am exploring how I could 'zip' the two together. My requirements > are like this: > > > > Any thoughts/suggestions? &g

[O] understanding column groups

2012-02-16 Thread Rustom Mody
I am trying to make (and understand!) column groups for html export According to http://orgmode.org/manual/Column-groups.html having a line starting / and then showing < for group start and group end makes column groups. When I make and org file containing these 4 lines: * head | / | <

Re: [O] multilingual presentation with org

2012-02-15 Thread Rustom Mody
Nick wrote: > Rustom has updated a thread on gnu.emacs.help with those suggestions: > http://thread.gmane.org/gmane.emacs.help/83724 > For some reason my latest update is not showing on gmane but showing on googlegroups http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/bfa6b05ce

[O] Carstens google talk (was Bastiens talk)

2011-12-16 Thread Rustom Mody
Timeline for Carstens google talk Carsten Start 1:20 History 1:50 Working with Text Files 2:15 Notes (not tasks) based project planning 3:58 Outline mode - fixing 5:50 Structure Editing 9:56 Note taking other supports 11:00 Meta data Intro 13:35 - TODO - Priority - tags 14:57 - Timeplanning 15

Re: [O] Bastiens talk

2011-12-14 Thread Rustom Mody
On Thu, Dec 15, 2011 at 11:03 AM, Sankalp wrote: > > On 15 December 2011 08:22, Rustom Mody wrote: > >> >> >> On Wed, Dec 14, 2011 at 11:08 PM, Bastien wrote: >> >>> Hi Rustom, >>> >>> Rustom Mody writes: >>> >>> &

Re: [O] Bastiens talk

2011-12-14 Thread Rustom Mody
On Wed, Dec 14, 2011 at 11:08 PM, Bastien wrote: > Hi Rustom, > > Rustom Mody writes: > > > I was wondering if there is any brief index into the talk? > > [I thought I saw something yesterday but cant seem to find it today > > :-) ] > > Not sure what you m

[O] Bastiens talk

2011-12-13 Thread Rustom Mody
Ive been studying Bastien's gnu hacker talk. I was wondering if there is any brief index into the talk? [I thought I saw something yesterday but cant seem to find it today :-) ]

Re: [O] Quick and dirty code blocks: eepitch

2011-11-24 Thread Rustom Mody
Hi Eduardo I always thought eev to be a very interesting idea but could never get it to work. If eepitch is sufficiently decoupled from eev (and documented) I may try again... Rusi

[O] odt export to google-docs problem continues

2011-11-21 Thread Rustom Mody
On Fri, Nov 18, 2011 at 11:21 AM, Jambunathan K wrote: > Suvayu/Rustom > > suvayu ali writes: > > > Hi Jambunathan, > > > > On Thu, Nov 17, 2011 at 11:06, Jambunathan K > wrote: > >> Can anyone else reproduce this? > > > > I can replicate this. The odt file exported by org-odt is not accepted >

Re: [O] Not overwriting unchanged source code files when tangling

2011-11-19 Thread Rustom Mody
Sorry for the earlier mail: Send got pressed on a half-cooked mail :-) Heres a cleanup. -- Build-tools like scons rethink make's "older timestamp => rebuild" model. You may want to look at one such. >From http://www.scons.o

Re: [O] Not overwriting unchanged source code files when tangling

2011-11-19 Thread Rustom Mody
Such tools are for example scons is a make alternative that rethinks make's "older timestamp => rebuild" >From www.scons.org/architecture/index.html *(S)Cons decides if a file was out-of-date by using MD5 checksums of the > contents of files, not timestamps. * > SCons also comes to mind because

Re: [O] odt export to google-docs problem

2011-11-18 Thread Rustom Mody
On Fri, Nov 18, 2011 at 11:21 AM, Jambunathan K wrote: > Suvayu/Rustom > > suvayu ali writes: > > > Hi Jambunathan, > > > > On Thu, Nov 17, 2011 at 11:06, Jambunathan K > wrote: > >> Can anyone else reproduce this? > > > > I can replicate this. The odt file exported by org-odt is not accepted >

[O] odt export to google-docs problem

2011-11-17 Thread Rustom Mody
Here is a small file for org mode #+OPTIONS: toc:nil #+TITLE: Report * Tue 8th - http://www.haskell.org/ * hello If I export to odt and then upload the odt to google docs, google-docs says the file is corrupt. It seems to make a difference whether the EOF is imm

[O] OT: collage of scripts [was: Re: table alignment failed for Asian char

2011-10-28 Thread Rustom Mody
Jambunathan wrote: > Book seems like an interesting read. For me to go from frame message -> > outer message -> inner message, I think I need to read the whole book > and not just a fragment of it > > Just curious, is the book a standard regular or supplementary reading > for courses in US. If yes

Re: [O] Org, Diffs, and Version Control

2011-10-19 Thread Rustom Mody
> > Dave Abrahams boostpro.com> wrote: > > > > I was wondering what other people do. > > I am using http://www.mayrhofer.eu.org/dvcs-autosync for > automatically committing of changes but without activated XMPP sync > feature (so far). > > The already mentioned «git diff --color-words» helps me a

Re: [O] Org, Diffs, and Version Control

2011-10-16 Thread Rustom Mody
I wonder how much is involved in using the generic org parser (which one I am not sure) to hook into ediff??

Re: [O] would take more than an org-mode strip-down.

2011-10-03 Thread Rustom Mody
Suvayu ali said > This made me think, although not exactly what James is expecting but > it might be possible to package a minimal Emacs distribution with the > latest stable org-mode included as an alternate download. It could > supply some skeleton files which would be used as default > customis

Re: [O] would take more than an org-mode strip-down.

2011-09-29 Thread Rustom Mody
On Thu, Sep 29, 2011 at 1:16 PM, Rustom Mody wrote: > Hi James. > *** Presentations > * Lightweight options > http://orgmode.org/worg/org-configs/org-customization-guide.html > I meant this link: http://orgmode.org/worg/org-tutorials/non-beamer-presentations.html

Re: [O] would take more than an org-mode strip-down.

2011-09-29 Thread Rustom Mody
Hi James. If you do not grok text its unlikely you will appreciate a text editor. emacs is not just a text editor its an exceptionally powerful text editor -- a power which is likely to alienate you even more. So the best suggestion to someone who wishes to get into orgmode but finds text (and tex

[O] org -> lilypond?

2011-07-03 Thread Rustom Mody
Hello fellow-music-orgers! I would really like to use something like lilypond to make music. A basic requirement of mine is that it should render as score and play as sound simultaneously. See http://vimeo.com/16894001/ for a demo. This is because I use it to teach singing to pelple with no musi

[O] worg page problem?

2011-06-27 Thread Rustom Mody
Some special symbols in http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html#sec-9 eg 'and' 'or' are not translated properly. Dunno if its my firefox problem or a bug...

Re: [O] documentation versions question

2011-06-23 Thread Rustom Mody
Nick Dokos wrote: > I got tired of dealing with info setup in .emacs and have resorted to > setting the following env variable in my .profile: > INFOPATH= > /home/nick/src/emacs/org/org-mode/doc:/usr/local/info:/usr/local/share/info:/usr/info:/usr/share/info If you see the texinfo docs http://www

Re: [O] how to turn off capitalization

2011-06-23 Thread Rustom Mody
On Thu, Jun 23, 2011 at 10:47 AM, Nick Dokos wrote: > Rustom Mody wrote: > >> Ive just found that org is capitalizing my titles in html export. [I >> had not noticed this earlier] >> I would like to capitalize my titles slightly differently: for example >> propo

[O] how to turn off capitalization

2011-06-22 Thread Rustom Mody
Ive just found that org is capitalizing my titles in html export. [I had not noticed this earlier] I would like to capitalize my titles slightly differently: for example propositions like 'to' 'with' etc I would like to leave as lowercase. Is it possible to turn off capitalization of titles?

Re: [O] odd behaviour in a function - looking for advice

2011-06-17 Thread Rustom Mody
[OT for this discussion but just wondering if Jambunathan's suggestions may work here] There has been this question asked both on the emacs and on the python list Just excerpting from http://groups.google.com/group/comp.lang.python/browse_thread/thread/acb0f2a01fe50151# I am using python-mode to

Re: [O] odd behaviour in a function - looking for advice

2011-06-17 Thread Rustom Mody
[OT for this discussion but just wondering if Jambunathan's suggestions may work here] There has been this question asked both on the emacs and on the python list Just excerpting from http://groups.google.com/group/comp.lang.python/browse_thread/thread/acb0f2a01fe50151# I am using python-mode to

[O] inlining an external css file

2011-06-05 Thread Rustom Mody
I am trying to inline a css file into the org generated html In my org file #+STYLE: #+INCLUDE: mystyle.css #+STYLE: The html generated shows ie the INCLUDE seems to have been silently skipped

Re: [O] git useage question

2011-06-05 Thread Rustom Mody
Jude DaShiell wrote: > The only place microemacs might be by now could be some orphan version of the simtel archives. Taken down but last I > knew not entirely removed from the internet. Does not seem to match the data here http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary Note the dat

Re: [O] [Orgmode] S5 export

2011-06-05 Thread Rustom Mody
Hey Eric! Thanks for epresent -- just heard of it and tried it. Nice on the whole but it seems to mark my file as read -- Intended? Rusi

Re: [O] Formal description of Org files

2011-04-15 Thread Rustom Mody
> > Hi, > > I have a question. > > At FOSDEM, someone asked me if there was a formal description of the > structure of Org files, in some language > that would be the input for a parser (or parser generator?) so that Org > file could be easily parsed. > > Unfortunately I did not catch the name of t

Re: [O] html export question

2011-04-13 Thread Rustom Mody
On Wed, Apr 13, 2011 at 12:28 PM, Nick Dokos wrote: > Rustom Mody wrote: > >> On Wed, Apr 13, 2011 at 8:43 AM, Bernt Hansen wrote: >> > Rustom Mody writes: >> > >> >> If the >> >> $+EMAIL: r...@somewhere.com >> >>

Re: [O] html export question

2011-04-12 Thread Rustom Mody
On Wed, Apr 13, 2011 at 8:43 AM, Bernt Hansen wrote: > Rustom Mody writes: > >> If the >> $+EMAIL: r...@somewhere.com >> option is set it used to appear at the bottom of the html-export. >> >> Does not seem to appear now. >> >> Is this a regres

[O] html export question

2011-04-12 Thread Rustom Mody
If the $+EMAIL: r...@somewhere.com option is set it used to appear at the bottom of the html-export. Does not seem to appear now. Is this a regression or am I missing some option? IOW with #+AUTHOR: Rusi #+EMAIL: myn...@somewhere.com Rusi appears in the html output but not myn...@somewhere.com

[O] Re: Using orgmode to take "inline notes" for research

2011-04-05 Thread Rustom Mody
Jeff Horn wrote > Have you tried using org-inline-task without a TODO keyword? These super-deep > "headlines" aren't > treated as headlines, so they don't break doc structure, but they are > foldable, and unlike COMMENT keyword headlines, > they're printable. The only problem I've run into is hav

[O] broken link at orgmode.org

2011-03-31 Thread Rustom Mody
In http://orgmode.org/index.html#sec-4 there is this line ... latest released manuals (currently for Org 7.5), please browse this directory. The 'this directory' link seems to be broken

[O] Re: [ANN] Inkmacs

2011-03-29 Thread Rustom Mody
Joakim wrote: > Inkmacs integrates Inkscap and Emacs. Interesting for this list is > inkorg-mode which lets you write text in Org mode and update text in > Inkscape. Thanks Joakim for that announcement I would be interested in trying this out but so much bleeding edge involves too much blood loss

[O] Re: Continuation of main section text after subsections ?

2011-03-27 Thread Rustom Mody
Marcel wrote: > When I'm using orgmode to write out largish documents, I often run into > the outlining problem that it's apparently not possible to continue > text of a higher level outline once subsections have been started. Here's a not-so-pretty hack to get what (I guess) you want

[O] Re: Comma-protection of Org blocks

2011-03-27 Thread Rustom Mody
Achim Gratz wrote > The question really is if org hasn't evolved to the point where it needs > a more general quoting/escaping mechanism. +1 However there's caveat: Just run zgrep '' *.el.gz on your emacs' el.gz files and you will find that its not empty -- So general and conven

[O] Re: zotero (or mendeley) integration with org

2011-03-26 Thread Rustom Mody
Stephen Eglen wrote: > I've not yet switched to a pdf manager (they're all stuffed into a folder, > with a few subfolders, and the only meta-data is > in the filename!), so I'd appreciate hearing what others to do to look after > their pdfs. Maybe look at tracker [assuming linux] http://projects

[O] Re: [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Rustom Mody
How does this relate to the docbook exporter? I ask because I needed a generic exporter (this was more than a year ago) and I made do with the docbook exporter for that purpose

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

2011-03-14 Thread Rustom Mody
I am in Pune. I would come if its near about there (or Bombay).

Re: [O] Org expert mode?

2011-03-10 Thread Rustom Mody
Bastien wrote: > I've just added the ability to run a custom function for bulk agenda actions > (thanks to Puneeth for the patch!) This is clearly for > power users -- or those who are willing to take the time to find functions > that we might document in Worg. > So I naturally thought of somet

Re: [O] Defining capture-templates: custom and init file

2011-03-08 Thread Rustom Mody
Alan Davis wrote: > I would like to request advice, on how can I set up so most of my capture > templates are loaded from a file (~/org/capture-templates.el in > my case) and still retain the ability to define new capture templates on the > fly. I want the best of both worlds: > - capture-tem

Re: [O] making flexible table formulas

2011-02-28 Thread Rustom Mody
Nick Dokos wrote: > Of course it's reasonable - and of course, org implements it > #+TBLFM: $LR2=vsum(@1..@-1) Thanks Nick I can use that. But I dont understand it. What's the -1? The manual says -- relative to 'current' column. What determines 'current?' There must be some obvious POV which I a

[O] making flexible table formulas

2011-02-28 Thread Rustom Mody
When using orgmode for hacking on data in a table (org a la spreadsheet) I have this situation Say I am concentrating on column 2 and I want the bottom cell to be the sum of the above cells For a 7 row table with 8th row having the total I get #+TBLFM: @8$2=vsum(@1$2..@7$2) But now I have a pr

[Orgmode] Re: [OT] Importing plain text attachments into Org

2011-01-24 Thread Rustom Mody
> replacing Windows `smart quote' characters with ASCII ` and ', Ive seen more problem-causing characters like dashes of different lengths and maybe some others ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-org

[Orgmode] worg: link problem

2011-01-06 Thread Rustom Mody
http://orgmode.org/worg/org-configs/org-config-examples.html David O'Toole's config has a broken link ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-or

[Orgmode] encoding problems in org website

2011-01-02 Thread Rustom Mody
I see this line in http://orgmode.org/Changes.html#sec-1_2_8 Thanks to Sébastien Vauban for this contribution. Apart from the fact that Sebastien has been square rooted, he has also become Bastien! ___ Emacs-orgmode mailing list Please use `Reply All'

[Orgmode] Re: arranging and publishing music with Org-mode and lilypond

2010-10-02 Thread Rustom Mody
Hi Stefan Maybe a bit OT but I find nted useful for my musical needs: http://vsr.informatik.tu-chemnitz.de/~jan/nted/nted.xhtml because it both plays and shows music quite well. [I use it to teach singing] Does lilypond play also? One small gripe with nted is that it exports but does not import l

[Orgmode] Re: How do I convert org to OpenOffice?

2010-09-29 Thread Rustom Mody
Surely there must be some path like: org -> docbook -> (any-of)rtf,doc,odf etc?? Here are some links but they all seem old and half done http://wiki.services.openoffice.org/wiki/Xml http://xml.openoffice.org/xmerge/docbook/ http://ebellot.chez.com/ooo2sdbk/ (in french) ___

[Orgmode] Re: Org-mode screencasts

2010-09-23 Thread Rustom Mody
mwe-log-commands may be particularly useful for an emacs related screencast http://www.foldr.org/~michaelw/emacs/mwe-log-commands.el ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu

[Orgmode] cheatsheets in emacs

2010-09-22 Thread Rustom Mody
There is this ruby utility cheat (see http://cheat.errtheblog.com/ ) that allows one to make/use cheatsheets using ruby. The format of the cheatsheet is yml. I feel that it should be possible to replace ruby by emacs and the yaml format by org-mode Does anything like this exist? There is of cour

[Orgmode] Re: Menu-bar bug (was Org menu dropdown disappears -- bug??)

2010-08-14 Thread Rustom Mody
On Aug 14, 5:40 pm, rustom wrote: > Some time back I found that the menu (drop-down) under python > 'disappeared' ie clicking there did not show anything > > Today I found the same thing happened for the org and tbl menus -- > click there and nothing happens/shows. > > Restarted emacs -Q and it wa

[Orgmode] Re: [babel] Error Before first headline.

2010-08-03 Thread Rustom Mody
> Hi im trying to figure out how to generate sourcefiles from babel files and i keep getting the same error. Tried putting a 'first headline' as it wants? ie * Dummy header #+BEGIN_SRC emacs-lisp (defun org-xor (a b) etc ___ Emacs-orgmode mailing list Pl

[Orgmode] babel versionitis?

2010-08-03 Thread Rustom Mody
In Bernt Hansen's Organize your life in plain text he has (require 'org-babel-init) (require 'org-babel-ditaa) (org-babel-load-library-of-babel) But with my 7.01trans org I get Cannot open load file org-babel-init I guess this has to change to (org-babel-do-load-languages 'org-babel-load-lang

[Orgmode] question about org-agenda-files

2010-08-01 Thread Rustom Mody
Why is it that if org-agenda-files is a list the list should have absolute file names whereas when it (points to) a single file containing the names those names are allowed to be relative to org-directory? ___ Emacs-orgmode mailing list Please use `Reply

[Orgmode] Re: For Org-mode on the go?

2010-06-08 Thread Rustom Mody
Torsten Wagner wrote > Thus, my suggestion please find out how well the hardware runs on GNU/Linux standard > kernels and distributions (e.g., debian). If you know please report :D http://sharism.cc/2010/05/02/along-comes-debian/ ___ Emacs-orgmode mailin

[Orgmode] Re: How to combine the analogue (Moleskine) world with digital (org-mode)

2010-01-26 Thread Rustom Mody
Torstens question is also mine: Still... maybe you want to try out ideas at http://www.diyplanner.com/ ? As for the view "everything-digital-is-better-than-everything-analogue", it would be good to look at Andy Hunt's Refactor your Wetware. Now Andy as the author of the pragmatic programmer, sign

[Orgmode] mobile org capable devices

2009-11-23 Thread Rustom Mody
Hello, I am interested in using mobile org. I currently use an ancient nokia phone because I was never sure what feature set I wanted. Mobileorg may well be the app that pushes me to upgrade but to what?? The mobileorg site seems to say that this works for iphones - period Whereas the org-mobile

[Orgmode] Re: tabs pic mode and org

2009-07-21 Thread Rustom Mody
Thanks Bernt for C-c ' -- thats what I needed. BTW Whats the : at BOL for? On Tue, Jul 21, 2009 at 10:29 PM, Bernt Hansen wrote: > Rustom Mody writes: > >> When I try to use ditaa with org (which is a very neat combo BTW) >> I keep getting tabs in the picture whi

[Orgmode] tabs pic mode and org

2009-07-21 Thread Rustom Mody
When I try to use ditaa with org (which is a very neat combo BTW) I keep getting tabs in the picture which gives hell if I move rectangles around. What is the way of telling org (or it picture mode?) -- No tab-chars please! ___ Emacs-orgmode mailing li

[Orgmode] org-style folding for programs (was org-style folding for a .emacs)

2009-07-15 Thread Rustom Mody
Scot Becker wrote: > Does anyone have a recipe for easy org-style folding of an elisp file? > I'd like to divide my .emacs into segments to make it easier to > oversee and navigate. > > Scot Im sure there was a mail about 3-5 months back to the org-list in which someone had announced a new mode.

[Orgmode] re. org-export-blocks

2009-07-15 Thread Rustom Mody
> I'm using org-mode 6.14 and Gnu/Emacs 23.0.91.1(Ubuntu Jaunty) Thats old (the org I mean; the emacs is recent but thats probably not relevant) As far as I know both ditaa and org-export-blocks was added more recently than that ___ Emacs-orgmode mai

Re: [Orgmode] Re: docbook export-special

2009-06-03 Thread Rustom Mody
Baoqiu wrote: > I can add a little more comments in org-docbook.el, but ideally we > should add important things to the manual if they are missing.  What > particular information do you want to see in the manual? Hi Baoqiu. One of the things that would help me is an explanation about links -- ie

Re: [Orgmode] Re: docbook export-special

2009-05-28 Thread Rustom Mody
On Thu, May 28, 2009 at 2:30 PM, Carsten Dominik wrote: > > On May 28, 2009, at 9:47 AM, Rustom Mody wrote: > >> Hello Baoqiu, >> >> Rustom Mody gmail.com> writes: >> >>> Baoqiu wrote: >>> Can you use #+BEGIN_DOCBOOK ... #+END_DOCBOOK inst

[Orgmode] Re: docbook export-special

2009-05-28 Thread Rustom Mody
Hello Baoqiu, Rustom Mody gmail.com> writes: > Baoqiu wrote: >> What do you mean by export-special? > > Well the latest org comes with a contributed org-special-blocks.el > [sorry I misnamed it] > >> Do you mean exporting blocks that look like the fol

[Orgmode] Re: docbook export-special

2009-05-26 Thread Rustom Mody
Baoqiu wrote: > What do you mean by export-special? Well the latest org comes with a contributed org-special-blocks.el [sorry I misnamed it] > Do you mean exporting blocks that look like the following lines? > #+begin_xyz > ... > #+end_xyz Yes I guess that would be what I want. __

[Orgmode] docbook export-special

2009-05-26 Thread Rustom Mody
Thanks Carsten for 6.27. Ive been playing around with docbook export and further processing and was looking for something like export-special. Now its come but not (yet) for the docbook exporter. Any likelihood of it being supported there? I would try to hack on the code myself but dont know enou

[Orgmode] using org-export-generic

2009-04-16 Thread Rustom Mody
Im trying to play around with Wes's org-export-generic to export to curl I need to turn off the heading number generation that org normally automatically does ie * A head * Another head *** A SubHead becomes 1 A head 2 Another head 2.1 A SubHead I dont want those 1, 2 and 1.2 etc because cur

[Orgmode] repeating timestamp question

2009-04-14 Thread Rustom Mody
Whats the diff between *** TODO Pay Rent SCHEDULED: <2009-04-01 Fri +1m> and *** TODO Pay Rent <2009-04-01 Fri +1m> [Yeah I found this in the FAQ. But not clear what to do for repeating items like this] ___ Emacs-orgmode mailing list Rememb

[Orgmode] matching color themes with org mode

2009-04-11 Thread Rustom Mody
The only 'color-theme' Ive been able to use so far is to set background to wheat. I am now trying some more attractive (aka darker) color themes Now I have (custom-set-faces '(org-hide background light)) (:foreground "wheat") which is done to hide stars in org mode. [That's a fearful n

[Orgmode] Re: Charles Cave's .emacs

2009-04-08 Thread Rustom Mody
Just an update. Attached is my current org-related file as taken off from Charles file A small bug in Charles' file: org-time-stamp-rounding-minutes set to 5 (rather than to 2 numbers) had me spend a day of lisp debugging (not something I am very adept at :-). [Why the H___ emacs allows ill-typed

[Orgmode] org-protocol: firefox issues

2009-04-07 Thread Rustom Mody
When I try to make a new bookmark in firefox containing location.href='org-protocol://store-link://'+encodeURIComponent(location.href) as the location, the save changes button in firefox becomes inactive! Fiddling around with the =' etc changin it to : makes it active but then of course the lin

<    1   2   3   >