[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-command nil nil)

I am using 7.8.03 version of org-mode on 24.0.91.1 emacs.
Could you anyone help to get a verbose trace enough to understand the
problem
and fix it?

Thanks.


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

2011-03-18 Thread Madhu Rao
Puneeth Chaganti punchagan at 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 fasih.1 at 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 correctly
 to both Latex and HTML. Hope this helps.

Thanks Ahmed. Actually, I need to do the following:
bold-face only a letter of a word. Ex: \textbf{E}macs. orgmode markup
does not work for this: *E*macs.







___
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-orgmode


[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: \begin{textblock}{10}(-1,0)

| A | B | C | D |
|---+---+---+---|
| 0 | 0 | 0 | 0 |
| 0 | 0 | 0 | 1 |
| 0 | 0 | 1 | 0 |
|---+---+---+---|

#+BEAMER: \end{textblock}



___
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-orgmode


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 the response.



Most likely you have downloaded Org from the web (from git???) but  
not built

org-install.el by running make.



I have been using the git version (only yesterday I had download  
after

you fixed the other problem related to org-protecting-blocks and
could not access git repository). And I have not byte-compiled  
before.



I tried make on the git version now, I get this error:


In toplevel form:
lisp/org-exp.el:31:1:Error: Symbol's value as variable is void: org- 
protecting-blocks

make: *** [lisp/org-exp.elc] Error 1



Or you 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 commandp org- 
export-as-docbook)

call-interactively(org-export-as-docbook)
(if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set- 
process-sentinel p ...) (message Background process \%s\:  
started p)) (call-interactively (nth 1 ass)))
(let* ((bg ...) (help [t]   insert the export option template 
\n[v]   limit export to visible part of outline tree\n\n[a]  
export as ASCII   [A] to temporary buffer\n\n[h] export as  
HTML[H] to temporary buffer   [R] export region\n[b] export  
as HTML and open in browser\n\n[l] export as LaTeX   [L] to  
temporary buffer\n[p] export as LaTeX and process to PDF\n[d]  
export as LaTeX, process to PDF, and open the resulting PDF  
document\n\n[D] export as DocBook\n[V] export as DocBook, process  
to PDF, and open the resulting PDF document\n\n[x] export as XOXO 
\n\n[i] export current file as iCalendar file\n[I] export all  
agenda files as iCalendar files\n[c] export agenda files into  
combined iCalendar file\n\n[F] publish current file  [P]  
publish current project\n[X] publish a project...  [E]  
publish every projects) (cmds ...) r1 r2 ass) (save-excursion  
(save-window-excursion ... ... ... ... ...)) (setq r2 (if ... ...  
r1)) (unless (setq ass ...) (error No command associated with  
key %c r1)) (if (and bg ... ... ...) (let ... ... ...) (call- 
interactively ...)))

org-export(nil)
call-interactively(org-export)



___
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










___
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] Docbook export error...

2009-06-11 Thread Madhu Rao

Thanks Carsten for the response.



Most likely you have downloaded Org from the web (from git???) but  
not built

org-install.el by running make.



I have been using the git version (only yesterday I had download after
you fixed the other problem related to org-protecting-blocks and
could not access git repository). And I have not byte-compiled before.


I tried make on the git version now, I get this error:


In toplevel form:
lisp/org-exp.el:31:1:Error: Symbol's value as variable is void: org- 
protecting-blocks

make: *** [lisp/org-exp.elc] Error 1



Or you 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 commandp org- 
export-as-docbook)

call-interactively(org-export-as-docbook)
(if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set- 
process-sentinel p ...) (message Background process \%s\:  
started p)) (call-interactively (nth 1 ass)))
(let* ((bg ...) (help [t]   insert the export option template 
\n[v]   limit export to visible part of outline tree\n\n[a] export  
as ASCII   [A] to temporary buffer\n\n[h] export as HTML[H] to  
temporary buffer   [R] export region\n[b] export as HTML and open  
in browser\n\n[l] export as LaTeX   [L] to temporary buffer\n[p]  
export as LaTeX and process to PDF\n[d] export as LaTeX, process to  
PDF, and open the resulting PDF document\n\n[D] export as DocBook 
\n[V] export as DocBook, process to PDF, and open the resulting PDF  
document\n\n[x] export as XOXO\n\n[i] export current file as  
iCalendar file\n[I] export all agenda files as iCalendar files\n[c]  
export agenda files into combined iCalendar file\n\n[F] publish  
current file  [P] publish current project\n[X] publish a  
project...  [E] publish every projects) (cmds ...) r1 r2  
ass) (save-excursion (save-window-excursion ... ... ... ... ...))  
(setq r2 (if ... ... r1)) (unless (setq ass ...) (error No command  
associated with key %c r1)) (if (and bg ... ... ...)  
(let ... ... ...) (call-interactively ...)))

org-export(nil)
call-interactively(org-export)



___
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






___
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


[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 ...) (message Background process \%s\: started  
p)) (call-interactively (nth 1 ass)))
  (let* ((bg ...) (help [t]   insert the export option template 
\n[v]   limit export to visible part of outline tree\n\n[a] export as  
ASCII   [A] to temporary buffer\n\n[h] export as HTML[H] to  
temporary buffer   [R] export region\n[b] export as HTML and open in  
browser\n\n[l] export as LaTeX   [L] to temporary buffer\n[p] export  
as LaTeX and process to PDF\n[d] export as LaTeX, process to PDF, and  
open the resulting PDF document\n\n[D] export as DocBook\n[V] export  
as DocBook, process to PDF, and open the resulting PDF document\n\n[x]  
export as XOXO\n\n[i] export current file as iCalendar file\n[I]  
export all agenda files as iCalendar files\n[c] export agenda files  
into combined iCalendar file\n\n[F] publish current file  [P]  
publish current project\n[X] publish a project...  [E] publish  
every projects) (cmds ...) r1 r2 ass) (save-excursion (save-window- 
excursion ... ... ... ... ...)) (setq r2 (if ... ... r1)) (unless  
(setq ass ...) (error No command associated with key %c r1)) (if  
(and bg ... ... ...) (let ... ... ...) (call-interactively ...)))

  org-export(nil)
  call-interactively(org-export)



___
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


[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
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Personal Finance in org-mode?

2009-04-13 Thread Madhu Rao

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.

The finance applications on Mac OS are either too clumsy or  
sophisticated.
I thought org-mode with some remember capture templates will do that  
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] Personal Finance in org-mode?

2009-04-13 Thread Madhu Rao



Hi Madhu,

Madhu Rao bgm...@gmail.com 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/10234/focus=10249
- http://thread.gmane.org/gmane.emacs.orgmode/9663
- http://thread.gmane.org/gmane.comp.finance.ledger.general/838


Hi Matt, Thanks for these links.




I thought org-mode with some remember capture templates will do that
stuff rather efficiently.


It depends on what you'd like to accomplish. For a robust accounting
solution (i.e., something that can easily tracks all your finances and
can spit out data in all sorts of ways) I would second Carsten's
recommendation of John Wiegley's ledger.

For a while, I tried a home-brewed double bookkeeping solution in org
mode using properties and columns. I used a small subtree for each
transaction with one subitem for the debit and one for the credit,  
with

properties spendtype, account, assets, liabilities, income, equity,
expenses. The structure of the tree was as follows:



Yes, this is pretty much what I was intending to keep track of. I did
setup something similar to the outline below. Also, a remember
capture, with tags and property query for entry and the category:   

(Finance ?f ** %^{Title} %^g \n %u %^{HOW_MUCH}p %^{CATEGORY}p ~/ 
Org/Finance.org)



,
| * Accounts
| ** April
| *** [2009-04-13 Mon] Transaction Name
|  [2009-04-13 Mon] Debit
|  [2009-04-13 Mon] Credit
| *** Opening Balances...
`

The sum of all my accounts could then be viewed by invoking column  
view
on the Accounts heading. Particular accounts could by summed up by  
using

agenda views and org-collector.


Yes, this will suffice. I will start off with using column view and
see how this scales.

Thanks for your notes.

Regards, Madhu



The problem here, of course, is that once you have a large number of
entries, it takes a lot of CPU cycles just to generate an account
summary, since org-mode has to climb the entire outline tree and grab
all the properties. In the end, I settled on ledger because of its
power, speed, and flexibility.

Best,
Matt




___
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 someone please suggest a solution?


#+ATTR_LaTeX: align=llp{3cm}rl

HTH



Thanks very much Carsten. Saved me an extra step of editing tex.


- Carsten





___
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


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

2009-03-19 Thread Madhu Rao
On 19/03/2009, emacs-orgmode-requ...@gnu.org
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 or body 'help' to
   emacs-orgmode-requ...@gnu.org

 You can reach the person managing the list at
   emacs-orgmode-ow...@gnu.org

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Emacs-orgmode digest...


 Today's Topics:

1. Re: Re: Fully featured Web publishing (Richard Riley)
2. Re: The most important project for org developers?
   (Michael Ekstrand)
3. Problem with BEGIN_CENTER (Baoqiu Cui)
4. Error exporting to temp buffer (Leo)
5. Re: Fully featured Web publishing (Rasmus Pank Roulund)
6. Re: Re: Fully featured Web publishing (Richard Riley)
7. Re: The most important project for org developers? (Detlef Steuer)


 --

 Message: 1
 Date: Thu, 19 Mar 2009 00:19:38 +0100
 From: Richard Riley rileyrg...@googlemail.com
 Subject: Re: [Orgmode] Re: Fully featured Web publishing
 To: Rasmus Pank Roulund rasmus.p...@gmail.com
 Cc: emacs-orgmode@gnu.org
 Message-ID: 49c1818c.16125e0a.15dc.f...@mx.google.com
 Content-Type: text/plain; charset=us-ascii


 Rasmus Pank Roulund rasmus.p...@gmail.com writes:

 I have done something similar. I have a single menu file which I
 include on every page.
 #+INCLUDE:menu.org

 Would that solve you problem?

 -Rasmus

 Why not us preamble?

 I'm not sure if its an approved way or not but has done for me for a site
 wide addition for a while now but I must admit to not being up to date
 with all latest and greatest innovations.

 http://richardriley.net/projects/emacs/dotorg.html






 --

 Message: 2
 Date: Wed, 18 Mar 2009 18:56:09 -0500
 From: Michael Ekstrand mich...@elehack.net
 Subject: [Orgmode] Re: The most important project for org developers?
 To: emacs-orgmode@gnu.org
 Message-ID: 871vsucrmu@jehiel.elehack.net
 Content-Type: text/plain; charset=us-ascii

 Sven Bretfeld sven.bretf...@gmx.ch writes:
 Is there any complete and secure import and export filter from org files
 to any other PIM format used on PDAs or mobiles? If not, this would seem
 to
 me the most important feature to be developed.

 If you are like me -- and I think most people on this list are -- your
 whole life is organized with the help of org-mode. It's crucial to have
 a mobile PIM device coping with the information of an org file. Since
 Emacs on a mobile device is always problematic (I tried Asus Eee [too
 large, start-up too slow], Openmoko [too small qwerty-keyboards, too
 slow, battery life-time too short]), one has to resort to import and
 export filters, at least I think so.

 How do you people handle that problem?

 I currently just carry around note cards (Hipster PDA) and an MP3 player
 with voice recorder (Sansa Fuze) for portable capture and am close
 enough to my computer (either laptop or workstation) often enough that
 the rest doesn't matter too much.

 I've looked at various portable Emacs solutions, though; a couple things
 that I've thought looked viable were the Nokia N810 and the Zippit Z2
 with alternate OS.  I haven't actually tried either of these, merely
 poked around a lot online and then decided to stick with my note cards
 for now.

 - Michael

 --
 mouse, n: A device for pointing at the xterm in which you want to type.
 Confused by the strange files?  I cryptographically sign my messages.
 For more information see http://www.elehack.net/resources/gpg.
 -- next part --
 A non-text attachment was scrubbed...
 Name: not available
 Type: application/pgp-signature
 Size: 196 bytes
 Desc: not available
 Url :
 http://lists.gnu.org/pipermail/emacs-orgmode/attachments/20090318/1bb07d60/attachment.bin

 --

 Message: 3
 Date: Wed, 18 Mar 2009 22:32:48 -0700
 From: Baoqiu Cui cbao...@yahoo.com
 Subject: [Orgmode] Problem with BEGIN_CENTER
 To: emacs-orgmode@gnu.org
 Message-ID: byck56mf56n@muchbodyking-lm.corp.yahoo.com
 Content-Type: text/plain; charset=us-ascii

 It seems that the newly added feature BEGIN_CENTER only supports *one*
 paragraph, i.e. only the first paragraph after BEGIN_CENTER will be
 centered in exported HTML format.

 For example, for the following lines in my Org file:

 #+BEGIN_CENTER
 Everything should be made as simple as possible, \\
 but not any simpler

 Repeat the above paragraph:

 Everything should be made as simple as possible, \\
 but not any simpler
 #+END_CENTER

 I get the following HTML code, which, strictly speaking, contains a bug
 because p is nested:

 p style=text-align: center
 Everything should be made as simple as possible, br/
 but 

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

Madhu Rao bgm...@gmail.com writes:

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 setup that meddled with; I haven't published for a while  
now.


Thanks.

Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
 file-truename(nil)
 (file-name-as-directory (file-truename (plist-get project-
plist :base-directory)))
 (let* ((project ...) (project-plist ...) (ftname ...) (publishing-
function ...) (base-dir ...) (pub-dir ...) tmp-pub-dir) (setq tmp- 
pub-

dir (file-name-directory ...)) (if (listp publishing-function) (mapc
... publishing-function) (funcall publishing-function project-
plist filename tmp-pub-dir)))
 (progn (let* (... ... ... ... ... ... tmp-pub-dir) (setq tmp-pub-
dir ...) (if ... ... ...)) (org-publish-update-timestamp filename))
 (if (org-publish-needed-p filename) (progn (let* ... ... ...) (org-
publish-update-timestamp filename)))
 (when (org-publish-needed-p filename) (let*
(... ... ... ... ... ... tmp-pub-dir) (setq tmp-pub-dir ...)   
(if ... ... ...))

(org-publish-update-timestamp filename))
 org-publish-file(/Users/mac_u/Org/Publish/test_org.org)
 (let ((org-publish-use-timestamps-flag ...)) (org-publish-file
(buffer-file-name)))
 (save-window-excursion (let (...) (org-publish-file ...)))
 org-publish-current-file(nil)
 call-interactively(org-publish-current-file)
 (if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set-
process-sentinel p ...) (message Background process \%s\:  
started p))

(call-interactively (nth 1 ass)))
 (let* ((bg ...) (help [t]   insert the export option template
\n[v]   limit export to visible part of outline tree\n\n[a] export as
ASCII\n\n[h] export as HTML\n[H] export as HTML to temporary buffer  
\n[R] export
region as HTML\n[b] export as HTML and browse immediately \n[x]  
export as
XOXO\n\n[l] export as LaTeX\n[p] export as LaTeX and  process to PDF 
\n[d] export
as LaTeX, process to PDF, and open the  resulting PDF document\n[L]  
export as
LaTeX to temporary buffer\n\n[i]  export current file as iCalendar  
file\n[I]
export all agenda files as  iCalendar files\n[c] export agenda  
files into
combined iCalendar file\n \n[F] publish current file\n[P] publish  
current
project\n[X]  publish... (project will be prompted for)\n[A]  
publish all
projects)  (cmds ...) r1 r2 ass) (save-window-excursion (delete- 
other-windows)

(with-output-to-temp-buffer *Org Export/Publishing Help* ...) (org-
fit-window-to-buffer ...) (message Select command: ) (setq  
r1 ...)) (setq r2
(if ... ... r1)) (unless (setq ass ...) (error No command   
associated with key
%c r1)) (if (and bg ... ... ...)  (let ... ... ...) (call- 
interactively ...)))

 org-export(nil)
 call-interactively(org-export)



___
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



--
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449  
Hannover

Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Http:  www.emma-stil.de




___
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] 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 rileyrg...@googlemail.com writes:

On this subject, something I forgot to mention. When you publish a
single file it does not publish it with the project style settings.  
It

should do IMO. I dont publish using timestamps since many
of my files are #include'd and so don't contribute to timestamp  
changes

and thus dont get published unless I publish the entire web : hence I
would like use publish single file sometimes rather than the time
consuming full project publish.


Yes.

The most time consuming part is, in my case, the sitemap generation.  
So

it would be nice to just do that, if new files are found in the
project. Otherwise ask. I don't change the titles that often and some
people won't use the sitemap feature at all (`index-filename').




--
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449  
Hannover

Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Http:  www.emma-stil.de




___
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


[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 setup that meddled with; I haven't published for a while now.

Thanks.

Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
  file-truename(nil)
  (file-name-as-directory (file-truename (plist-get project- 
plist :base-directory)))
  (let* ((project ...) (project-plist ...) (ftname ...) (publishing- 
function ...) (base-dir ...) (pub-dir ...) tmp-pub-dir) (setq tmp-pub- 
dir (file-name-directory ...)) (if (listp publishing-function)  
(mapc ... publishing-function) (funcall publishing-function project- 
plist filename tmp-pub-dir)))
  (progn (let* (... ... ... ... ... ... tmp-pub-dir) (setq tmp-pub- 
dir ...) (if ... ... ...)) (org-publish-update-timestamp filename))
  (if (org-publish-needed-p filename) (progn (let* ... ... ...) (org- 
publish-update-timestamp filename)))
  (when (org-publish-needed-p filename) (let*  
(... ... ... ... ... ... tmp-pub-dir) (setq tmp-pub-dir ...)  
(if ... ... ...)) (org-publish-update-timestamp filename))

  org-publish-file(/Users/mac_u/Org/Publish/test_org.org)
  (let ((org-publish-use-timestamps-flag ...)) (org-publish-file  
(buffer-file-name)))

  (save-window-excursion (let (...) (org-publish-file ...)))
  org-publish-current-file(nil)
  call-interactively(org-publish-current-file)
  (if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set- 
process-sentinel p ...) (message Background process \%s\: started  
p)) (call-interactively (nth 1 ass)))
  (let* ((bg ...) (help [t]   insert the export option template 
\n[v]   limit export to visible part of outline tree\n\n[a] export as  
ASCII\n\n[h] export as HTML\n[H] export as HTML to temporary buffer 
\n[R] export region as HTML\n[b] export as HTML and browse immediately 
\n[x] export as XOXO\n\n[l] export as LaTeX\n[p] export as LaTeX and  
process to PDF\n[d] export as LaTeX, process to PDF, and open the  
resulting PDF document\n[L] export as LaTeX to temporary buffer\n\n[i]  
export current file as iCalendar file\n[I] export all agenda files as  
iCalendar files\n[c] export agenda files into combined iCalendar file\n 
\n[F] publish current file\n[P] publish current project\n[X]  
publish... (project will be prompted for)\n[A] publish all projects)  
(cmds ...) r1 r2 ass) (save-window-excursion (delete-other-windows)  
(with-output-to-temp-buffer *Org Export/Publishing Help* ...) (org- 
fit-window-to-buffer ...) (message Select command: ) (setq r1 ...))  
(setq r2 (if ... ... r1)) (unless (setq ass ...) (error No command  
associated with key %c r1)) (if (and bg ... ... ...)  
(let ... ... ...) (call-interactively ...)))

  org-export(nil)
  call-interactively(org-export)



___
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] 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, 2008, at 7:40 PM, Carsten Dominik wrote:


I am not sure how to do this, but I am sure it can be done
with apple script.  John, do you have something for calling
raising Carbon Emacs and running remember with a Mac hotkey?


I used QuicKeys to change focus to Emacs and then invoke the org-
remember key binding.  It can also be done with Applescript, using
GUI Scripting.  The script would look something along the lines of:

tell application Emacs to activate

tell application System Events
 tell process Emacs
 tell front window
 keystroke c using {control down}
 keystroke r using {control down}
 end tell
 end tell
end tell

This switches to Emacs and invokes C-c C-r.  Change to suit your
taste.  You'll need to run AppleScript Utility.app, and check
Enable GUI Scripting for this to work.

You can bind this Applescript to global hotkey using the free
application FastScripts Lite.

Good luck!

John






___
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


[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 emacs buffer
   (the copy url in the mail.app works - I would want to see the
   subject/author of the message, than a cryptic url. I know, I can
   edit that what I want, but I would rather have this automatic)
- Other productivity boosters: quicksilver interface to emacs, for ex.
   I don't know what all could be possible, but wanted to
   know others' experience here.

These seem to be generic emacs queries rather than
everything related to org-mode. I didn't want to split
these queries across since, I badly want to continue using org-mode
(which
is pretty much the predominant reason I continue using emacs) after I
shifted to a Mac.


___
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