Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Rainer M Krug
On Mon, Jun 28, 2010 at 6:03 PM, Eric Schulte wrote: > Hi Rainer, > > I'm happy this was useful > > Rainer M Krug writes: > > > On Fri, Jun 25, 2010 at 5:37 PM, Eric Schulte >wrote: > > [...] > >> > > >> > *** Start babel > >> > #+begin_src emacs-lisp > >> > (org-babel-load-library-of-babel) >

[Orgmode] indent source blocks automatically when using "indent"

2010-06-29 Thread Rainer M Krug
Hi I just discovered some of the #+STARTUP: options, and I like particularly the combination of "hidestarts" and "indent" options. But I have one question: I am using org-babel and I would like to know if it is possible to indent the source code in the source blocks as well automatically? Thanks

Re: [Orgmode] [org-babel] Does org-babel needs some simplification?

2010-06-29 Thread Thomas S. Dye
On Jun 28, 2010, at 5:51 PM, Torsten Wagner wrote: Dear All, as a (quite, but happy) org-bable user of the first hour I followed up the development process actively. Nevertheless, some weeks or months pass where I had no need for org-babel (yes, really strange I know). Whenever I come back to

Re: [Orgmode] org-iswitchb documentation

2010-06-29 Thread Carsten Dominik
On Jun 28, 2010, at 2:26 PM, Stephen Eglen wrote: Carsten Dominik wrote: I think this is actually a bug. Since the command is called ...- iswitchb, I am sure the intention was to use iswitchbe. Later, when we added ido support as well, the function was rewritten using org-icompleting-re

[Orgmode] Re: Org-capture - go to last captured note is not consistent

2010-06-29 Thread Carsten Dominik
On Jun 28, 2010, at 6:00 PM, Bernt Hansen wrote: Hi Carsten, I've switched to org-capture from remember for capturing new items to my refile.org file. :-) My private definition of success was if I could make you and John switch. I guess that settles it. :-D I noticed one inconsistenc

Re: [Orgmode] Re: Tables and environment with parameters

2010-06-29 Thread Carsten Dominik
On Jun 28, 2010, at 4:30 PM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: On Jun 23, 2010, at 11:30 PM, Sébastien Vauban wrote: I'm filling my taxes now. Of course, using Org for keeping a trace of all computations and reasons of imputing this or that... Though, since one o

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-29 Thread Thomas S. Dye
Hi Eric, This is neat, but it doesn't directly address the problem posed by the OP. Currently, the LaTeX exporter uses \hline for all the horizontal rules in a table. Booktabs defines three rules of different thickness for use at the top of the table, after the column heads, and at the b

Re: [Orgmode] org-iswitchb documentation

2010-06-29 Thread Stephen Eglen
> THe doc string now reads: > > "Use `org-icompleting-read' to prompt for an Org buffer to switch to. > With a prefix argument, restrict available to files. > With two prefix arguments, restrict available buffers to agenda files. > > This will either use ido or iswitchb for buffer name completi

[Orgmode] Getting a Google Maps' map for an entry

2010-06-29 Thread Julien Danjou
Hi there, I've recently wrote a Google Maps extension for Emacs[1]. Therefore, I've extended org-mode to display a Google Maps' map for an event location. The extension, which is very simple, is available here[2] and I wanted you to know about it. I'd be glad to have feedback. patches or ideas.

Re: [Orgmode] org-iswitchb documentation

2010-06-29 Thread Carsten Dominik
On Jun 29, 2010, at 10:14 AM, Stephen Eglen wrote: THe doc string now reads: "Use `org-icompleting-read' to prompt for an Org buffer to switch to. With a prefix argument, restrict available to files. With two prefix arguments, restrict available buffers to agenda files. This will eithe

[Orgmode] Re: Getting a Google Maps' map for an entry

2010-06-29 Thread Thierry Volpiatto
Julien Danjou writes: > Hi there, > > I've recently wrote a Google Maps extension for Emacs[1]. > > Therefore, I've extended org-mode to display a Google Maps' map for an > event location. The extension, which is very simple, is available > here[2] and I wanted you to know about it. > > I'd be gl

Re: [Orgmode] Getting a Google Maps' map for an entry

2010-06-29 Thread Giovanni Ridolfi
Julien Danjou writes: > I'd be glad to have feedback. patches or ideas. ;) Julien, this is really nice, but... the image is not displayed in the 'Map' buffer. 'bug' report follows. cheers, Giovanni ---bug report--- Org-version 6.34trans Emacs version GNU Emacs 23.2.1 (i386-m

[Orgmode] Re: org-iswitchb documentation

2010-06-29 Thread Richard Riley
Carsten Dominik writes: > On Jun 29, 2010, at 10:14 AM, Stephen Eglen wrote: > >>> THe doc string now reads: >>> >>> "Use `org-icompleting-read' to prompt for an Org buffer to switch >>> to. >>> With a prefix argument, restrict available to files. >>> With two prefix arguments, restrict availa

Re: [Orgmode] Bug in latest version?

2010-06-29 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jun 28, 2010, at 4:24 PM, Sébastien Vauban wrote: Hello, I just updated my Org (git version). I may have made a mistake somewhere else, but I think there is a bug introduced recently: --8<---cut here---start->8--- Debugger ente

Re: [Orgmode] Re: org-iswitchb documentation

2010-06-29 Thread Carsten Dominik
On Jun 29, 2010, at 11:44 AM, Richard Riley wrote: Carsten Dominik writes: On Jun 29, 2010, at 10:14 AM, Stephen Eglen wrote: THe doc string now reads: "Use `org-icompleting-read' to prompt for an Org buffer to switch to. With a prefix argument, restrict available to files. With two prefi

[Orgmode] Org Mode Latex Export Customization of org-export-latex-emphasis-alist

2010-06-29 Thread Gaurav Sharma
Hello! I am a relative newbie to Org even though Emacs has been my editor of choice for a long time. I'm trying to customize the org-export-latex-emphasis-alist by using the following in my .emacs (setq org-export-latex-emphasis-alist (quote (("*" "\\textbf{%s}" nil) ("/" "\\emph{%s}" nil) ("_" "

Re: [Orgmode] org-iswitchb documentation

2010-06-29 Thread Kim F. Storm
Stephen Eglen writes: > Carsten Dominik wrote: > >> Hi Stephen, >> >> I think this is actually a bug. Since the command is called ...- >> iswitchb, >> I am sure the intention was to use iswitchbe. Later, when we added ido >> support as well, the function was rewritten using >> org-icompleting

[Orgmode] Org mode crashes emacs when cache-long-line-scans is set.

2010-06-29 Thread Ian Szewczyk
Not sure if this this exclusive to org mode, but I find that when I set cache-long-line-scans via (setq-default cache-long-line-scans t) And I open up a large-ish org file, emacs crashes when I issue the end-of-buffer command You can reproduce the bug with the recently posted world-cup-2010 or

[Orgmode] Re: Org-capture - go to last captured note is not consistent

2010-06-29 Thread Bernt Hansen
Carsten Dominik writes: > On Jun 28, 2010, at 6:00 PM, Bernt Hansen wrote: > >> Hi Carsten, >> >> I've switched to org-capture from remember for capturing new items >> to my >> refile.org file. > > :-) > > My private definition of success was if I could make you and > John switch. I guess that s

Re: [Orgmode] Re: *.bak files in trunk?

2010-06-29 Thread Daniel Mahler
On Tue, Jun 29, 2010 at 6:27 AM, Carsten Dominik wrote: > > On Jun 29, 2010, at 2:45 AM, Bernt Hansen wrote: > >> Daniel Mahler writes: >> >>> Is this normal? >>> >>> mahler:~/ELISP/org-mode-git$ git status >>> # On branch master >>> nothing to commit (working directory clean) >>> mahler:~/ELISP/

Re: [Orgmode] Org Mode Latex Export Customization of org-export-latex-emphasis-alist

2010-06-29 Thread Giovanni Ridolfi
Gaurav Sharma writes: > customize the > org-export-latex-emphasis-alist by using the following in my .emacs > > (setq org-export-latex-emphasis-alist I -[Org 6.36 trans]- don't have this variable. ?-). which org-version do you use? you can see with: M-x org-version > (quote (("*" "\\textbf{

[Orgmode] Re: Headline and numbered plain list

2010-06-29 Thread Bernt Hansen
Juri Artamonov writes: > Thank you David, for your reply. > > The only reason I need this is just I can specify TAG(s) for headline > and can't do this for any other record. Therefore, I need to have > information about number of items, checked number and get items by > TAG. > > Is there any ot

Re: Re: [Orgmode] Org Mode Latex Export Customization of org-export-latex-emphasis-alist

2010-06-29 Thread Giovanni Ridolfi
Giovanni Ridolfi writes: >> (setq org-export-latex-emphasis-alist > > I -[Org 6.36 trans]- don't have this variable. ?-). Hey, you do have it, look in the org-latex.el file! G ___ Emacs-orgmode mailing list Please use `Reply All'

Re: [Orgmode] Re: *.bak files in trunk?

2010-06-29 Thread Bernt Hansen
Daniel Mahler writes: > On Tue, Jun 29, 2010 at 6:27 AM, Carsten Dominik > wrote: >> >> On Jun 29, 2010, at 2:45 AM, Bernt Hansen wrote: >> >>> Daniel Mahler writes: >>> Is this normal? mahler:~/ELISP/org-mode-git$ git status # On branch master nothing to commit (workin

Re: [Orgmode] Re: *.bak files in trunk?

2010-06-29 Thread Bernt Hansen
Bernt Hansen writes: > The easiest way to get rid of them is to have git clean them out -- > you need to tell it to clean out files and include ignored files which > is what the -x switch does. Make sure you specify the '*.bak' pattern > otherwise it will clean out _everything_ that is not track

[Orgmode] Re: Getting a Google Maps' map for an entry

2010-06-29 Thread Memnon Anon
Hi, cool stuff :)! Julien Danjou writes: > I'd be glad to have feedback. patches or ideas. ;) I found a minor problem: * Summary Zooming on map fails if not 'initialized' with z * Steps to reproduce - `M-x google-maps' - Location: `Statue of Liberty New York' Buffer Google-Maps is

[Orgmode] [PATCH] resubmitted patch to contrib/lisp/org-mac-link-grabber.el

2010-06-29 Thread Anthony Lander
This patch fixes an issue with opening AddressBook.app and Together.app links. org-mac-link-grabber.patch Description: Binary data ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.

Re: [Orgmode] [PATCH] orphaned captions and labels

2010-06-29 Thread Sebastian Rose
Sebastian Rose writes: > Hi David and Nicolas, > > > I didn't follow this thread closely, so forgive me if this is another > bug then the one you tried to fix. > > > David Maus writes: >> Nicolas Goaziou wrote: >>>Hello, >> >>>This patch corrects the following problem : >> >>>

Re: [Orgmode] Getting a Google Maps' map for an entry

2010-06-29 Thread Sebastian Rose
Julien Danjou writes: > Hi there, > > I've recently wrote a Google Maps extension for Emacs[1]. > > Therefore, I've extended org-mode to display a Google Maps' map for an > event location. The extension, which is very simple, is available > here[2] and I wanted you to know about it. > > I'd be gla

Re: [Orgmode] Getting a Google Maps' map for an entry

2010-06-29 Thread Sebastian Rose
Sebastian Rose writes: > Julien Danjou writes: >> Hi there, >> >> I've recently wrote a Google Maps extension for Emacs[1]. >> >> Therefore, I've extended org-mode to display a Google Maps' map for an >> event location. The extension, which is very simple, is available >> here[2] and I wanted you

Re: [Orgmode] Org mode crashes emacs when cache-long-line-scans is set.

2010-06-29 Thread David Maus
Ian Szewczyk wrote: >Not sure if this this exclusive to org mode, but I find that when I >set cache-long-line-scans via > (setq-default cache-long-line-scans t) >And I open up a large-ish org file, emacs crashes when I issue the >end-of-buffer command >You can reproduce the bug with the recentl

Re: [Orgmode] Fix: org-mobile-push results in byte-code: Wrong type argument: listp, "TODO"

2010-06-29 Thread Greg Troxel
Torsten Wagner writes: > this problem was described by Xin already some monthes ago. Following > the thread, the solution was to remove the customisation of the variable > "org-todo-keywords". > > Today, I faced the exact same problem. Removing seems not the correct > solution to me so I searche

[Orgmode] Supress Contents frame in LaTeX beamer export

2010-06-29 Thread Tassilo Horn
Hi, I've just did my first presentation with org. Basically, it's pretty impressive, but there are 2 things I could not figure out. I use this setup in the org file: --8<---cut here---start->8--- #+STARTUP: beamer #+LaTeX_CLASS: beamer #+TITLE: MOLA Opponent

[Orgmode] inline tasks (org-inlinetask.el)

2010-06-29 Thread Eraldo Helal
I found this "extension": // not sure what to call it in lisp http://kanis.fr/hg/lisp/org/org-inlinetask.el However before implementing this, I would like to get some feedback from the user side. I do like the idea, however I am very sceptical if that could lead to some other issues that

[Orgmode] Re: Getting a Google Maps' map for an entry

2010-06-29 Thread Julien Danjou
On Tue, Jun 29 2010, Memnon Anon wrote: > It would be nice the initial zoom level of a map would be set right at > the beginning. The problem is that this is not possible. The zoom level, if not specified, is determined automatically by Google Maps, and we have no clue about its value. Therefore

[Orgmode] Re: Getting a Google Maps' map for an entry

2010-06-29 Thread Thierry Volpiatto
Julien Danjou writes: > On Tue, Jun 29 2010, Memnon Anon wrote: > >> It would be nice the initial zoom level of a map would be set right at >> the beginning. > > The problem is that this is not possible. The zoom level, if not > specified, is determined automatically by Google Maps, and we have n

[Orgmode] Re: Headline and numbered plain list

2010-06-29 Thread Juri Artamonov
Thank you Bernt for proposal. Yes, it can work but only TODO and DONE in this case not good words for the item but I will try. Thank you, Juri. On Tue, Jun 29, 2010 at 2:27 PM, Bernt Hansen wrote: > Juri Artamonov writes: > > > Thank you David, for your reply. > > > > The on

[Orgmode] Re: Headline and numbered plain list

2010-06-29 Thread Bernt Hansen
Juri Artamonov writes: > On Tue, Jun 29, 2010 at 2:27 PM, Bernt Hansen wrote: > > Juri Artamonov writes: > > > Thank you David, for your reply. > > > > The only reason I need this is just I can specify TAG(s) for headline > > and can't do this for any other record. There

[Orgmode] Exporting narrowed subtrees to HTML

2010-06-29 Thread Bernt Hansen
Hi everyone, I think this has been discussed before and maybe there already exists a solution to this that I'm unaware of. I am working in a deeply nested org file and have narrowed to subtree for the part of the file I'm working on which happens to start at heading level 5. I want to export thi

[Orgmode] Re: inline tasks (org-inlinetask.el)

2010-06-29 Thread Bernt Hansen
Eraldo Helal writes: > I found this "extension": // not sure what to call it in lisp > http://kanis.fr/hg/lisp/org/org-inlinetask.el > > However before implementing this, I would like to get some feedback from > the user side. > > I do like the idea, however I am very sceptical if that c

[Orgmode] Re: Exporting narrowed subtrees to HTML

2010-06-29 Thread Rainer Stengele
Hi also, +1 I am also struggling with that problem for a long time and am very interested in a solution. At the moment I am copying the subtree to a new temporary org file and demote the heading level to get the more pretty output. Looking forward to find a better idea. Rainer Am 29.06.2010 18

[Orgmode] Re: Headline and numbered plain list

2010-06-29 Thread J. David Boyd
Bernt Hansen writes: > > , > | * Top level headline [/] [%]:sometags: > | ** TODO Text for first item > | ** TODO Text for second item > ` > > that way when you mark the TODO items DONE (equivalent to checking the > checkboxes) the cookies [/] and [%] update with the n

[Orgmode] (no subject)

2010-06-29 Thread amscopub-mail
The following latex options produce the right format (an article scaled up to 20pts using the "arev" font): #+LaTeX_CLASS: article #+LaTeX_CLASS_OPTIONS: [12pt] #+LATEX_HEADER: \usepackage{amsmath,amsthm,amssymb} \usepackage[T1]{fontenc} \usepackage[20pt]{extsizes} \usepackage{arev} \usepackage[

[Orgmode] [PATCH] HTML export: Start the first exported headline at heading level 2

2010-06-29 Thread Bernt Hansen
* lisp/org-exp.el (org-export): * lisp/org-html.el (org-export-html-toplevel-to-export): (org-html-level-start): Adjust exported heading levels so the first heading is . This allows narrow to subtree to be used when exporting part of a file so you get reasonable heading levels in the resulting HTM

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-29 Thread Eric Schulte
Hi Tom, How about the following proposed library of babel function which constructs a booktabs environment using a toprule, (conditionally) a midrule, and a bottomrule. --8<---cut here---start->8--- *** booktabs This block can be used to wrap a table in the lat

Re: [Orgmode] [org-babel] Does org-babel needs some simplification?

2010-06-29 Thread Eric Schulte
Hi Torsten, Thanks for bringing this up. I think you're right that Org-babel does need to expose some simple points of entry. However in reviewing the points of complexity, - tangling - noweb references - the profusion of header arguments - the library of babel my immersed and subjective persp

Re: [Orgmode] [org-babel] Does org-babel needs some simplification?

2010-06-29 Thread Eric Schulte
Hi Erik, Erik Iverson writes: [...] > > I have not used it for Python, but for R coding I've found it > incredibly intuitive. However, that might be because R has long > supported literate programming through Sweave, complete with noweb > syntax and code tangling. > Speaking of the Sweave/Babe

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Matt Lundin
Hi Eric, Thanks again for all the work that you, Dan, and Tom have put into org-babel. I'm glad to see it become part of org-mode! "Eric Schulte" writes: > 2) Babel will now be loaded by default along with the rest of Org-mode. >This means that *everyone* currently using babel will need to

[Orgmode] org2blog - blog from org-mode to wordpress

2010-06-29 Thread Puneeth
Hello, I've been wanting to use org-mode for quite some time but have started /really/ using it only recently. I am enjoying it, thoroughly. Over the last weekend, I have written a simple blogging client which I call org2blog. org2blog provides a simple way of publishing from org-mode to (wordpre

[Orgmode] mobileorg - "No executable found to compute checksums"

2010-06-29 Thread Buck Brody
I am trying to get mobileorg setup and receive the following message from org-mobile-push "No executable found to compute checksums" Any ideas? Windows 7 Org Version 6.36c GNU Emacs 23.2.1 ___ Emacs-orgmode mailing list Please use `Reply All' to send r

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Nick Dokos
Matt Lundin wrote: > When I run make clean && make && make install I find that the language > directory is not installed. Does the langs directory require a manual > installation? > It's part of the git repository, so it should be present after you do a git pull. > Also, with make install, th

Re: [Orgmode] mobileorg - "No executable found to compute checksums"

2010-06-29 Thread Richard Moreland
Hi Buck, You need a copy of shasum.exe in your system path. You should be able to download this package from gnuwin32: http://gnuwin32.sourceforge.net/downlinks/coreutils-bin-zip.php You don't need everything from that package, just the one .exe. Hope this helps, Richard On Tue, Jun 29, 2010

[Orgmode] Re: Supress Contents frame in LaTeX beamer export

2010-06-29 Thread Tassilo Horn
Tassilo Horn writes: > 2. In the PDF presentation, the lower left bottom line says > > Tassilo Horn () > >What information do I have to provide to fill out the empty part >between the parens? I've thought that this is for the email address, >but although I've added #+EMAIL: (whi

Re: [Orgmode] mobileorg - "No executable found to compute checksums"

2010-06-29 Thread Nick Dokos
Buck Brody wrote: > I am trying to get mobileorg setup and receive the following message from > org-mobile-push > > "No executable found to compute checksums" > > Any ideas? > > Windows 7 > Org Version 6.36c > GNU Emacs 23.2.1 > [Apologies to Buck for the double send: I forgot to cc: the li

Re: [Orgmode] Supress Contents frame in LaTeX beamer export

2010-06-29 Thread Nick Dokos
Tassilo Horn wrote: > I use this setup in the org file: > > #+STARTUP: beamer > #+LaTeX_CLASS: beamer > #+TITLE: MOLA Opponent Review > #+AUTHOR: Tassilo Horn > #+EMAIL: h...@uni-koblenz.de > #+LaTeX_CLASS_OPTIONS: [presentation] > #+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default}

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Matt Lundin
Hi Nick, Nick Dokos writes: > Matt Lundin wrote: > > >> When I run make clean && make && make install I find that the language >> directory is not installed. Does the langs directory require a manual >> installation? >> > > It's part of the git repository, so it should be present after you do

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Matthew Lundin
Matt Lundin writes: > This section of the lisp file flattens out the lisp/babel hierarchy in > the repo when copying to the target directory: The above should read: "This section of the Makefile..." > > install-lisp: $(LISPFILES) $(ELCFILES) > if [ ! -d $(lispdir) ]; then $(MKDIR) $(lispdir

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Eric Schulte
Hi Matt, Thanks for raising the point about potentially dangerous code blocks. Matt Lundin writes: > Hi Eric, > > Thanks again for all the work that you, Dan, and Tom have put into > org-babel. I'm glad to see it become part of org-mode! > > "Eric Schulte" writes: > >> 2) Babel will now be loa

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Nick Dokos
Matt Lundin wrote: > > > >> When I run make clean && make && make install I find that the language > >> directory is not installed. Does the langs directory require a manual > >> installation? > >> > > > > It's part of the git repository, so it should be present after you do a > > git pull. > >

[Orgmode] Google calendar to org mode script and a feature request for agenda

2010-06-29 Thread Eric S Fraga
may not work in general but seems to work for day and timed events from Google's # calendar, which is really all I need right now... # # Eric S Fraga, 20100629 BEGIN { # use a colon to separate the type of data line from the actual contents FS = ":"; entry = "" he

Re: [Orgmode] Fix: org-mobile-push results in byte-code: Wrong type argument: listp, "TODO"

2010-06-29 Thread Sven Bretfeld
Hi Torsten, hi all I experience multiple error messages of the form (wrong-type-argument: listp \.\.\.) since some weeks. That was around the time when I changed my old: (setq org-todo-keywords '((type "NEXT(n)" "WAITING(w)" "DELEGATED(l)" "DEFERRED(f)" "REGULAR(r)" "APPT(a)" "RESV(v)" "D

[Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-06-29 Thread Nathan Neff
Some time ago, I set up a blog using org-jekyll. I recently tried to publish my blog, but when I run: org-jekyll-export-blog I get the message: Symbol's function definition is void: org-publish-initialize-files-alist I grepped for this function, and noticed that it is now defined in org-protoc

Re: [Orgmode] org-iswitchb documentation

2010-06-29 Thread Eric S Fraga
On Tue, 29 Jun 2010 09:26:57 +0200, Carsten Dominik wrote: [...] > THe doc string now reads: > > "Use `org-icompleting-read' to prompt for an Org buffer to switch to. > With a prefix argument, restrict available to files. > With two prefix arguments, restrict available buffers to agenda file

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Eric Schulte
Hi all, "Eric Schulte" writes: > Hi Matt, > > Thanks for raising the point about potentially dangerous code blocks. > > Matt Lundin writes: [...] >> >> Also, with make install, the ob-* files are installed on the same >> level as the org-files, yet lines 108-114 in org.el indicate that they >

Re: [Orgmode] Org Mode Latex Export Customization of org-export-latex-emphasis-alist

2010-06-29 Thread Gaurav Sharma
Dear Giovanni, Thanks much for your response. I'm using Org-mode version 6.36. I'm guessing (based on what I read up) that it will not show up in emacs until you load org-latex. I also found a useful thread on this topic at: http://osdir.com/ml/emacs-orgmode-gnu/2009-11/msg01028.html which also

[Orgmode] LaTeX export works but not in HTML

2010-06-29 Thread Uri Avalos
The following latex options produce the right format (an article scaled up to 20pts using the "arev" font): #+LaTeX_CLASS: article #+LaTeX_CLASS_OPTIONS: [12pt] #+LATEX_HEADER: \usepackage{amsmath,amsthm,amssymb} \usepackage[T1]{fontenc} \usepackage[20pt]{extsizes} \usepackage{arev} \usepackage[

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Eric Schulte
with attachment ;) >From 24f99a2ebd3de464fdb60902f003b828c2f71003 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Tue, 29 Jun 2010 15:53:15 -0700 Subject: [PATCH] update Makefile for correct instillation of Babel files --- Makefile | 157 --

[Orgmode] org-capture: Formatting of entries

2010-06-29 Thread Markus Heller
Hello, I'm starting to sue (wow, bad typo, should read "use" of course) org-capture instead of org-remember, as probably a lot of other users do :) Using an org-capture template [1], I end up with the following: = * TODO Proper Formatting :CLOCK:

Re: [Orgmode] mobileorg - "No executable found to compute checksums"

2010-06-29 Thread Buck Brody
You mean my windows system path, not my .emacs load path, right? On Tue, Jun 29, 2010 at 12:17 PM, Richard Moreland wrote: > Hi Buck, > > You need a copy of shasum.exe in your system path. You should be able > to download this package from gnuwin32: > > http://gnuwin32.sourceforge.net/downlinks

Re: [Orgmode] mobileorg - "No executable found to compute checksums"

2010-06-29 Thread Buck Brody
Nick, Could you give me an example of what you mean when you say "customize the variable to be the path name"? Thanks four help. On Tue, Jun 29, 2010 at 12:21 PM, Nick Dokos wrote: > Buck Brody wrote: > > > I am trying to get mobileorg setup and receive the following message from > org-mobile

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Nick Dokos
Eric Schulte wrote: > --=-=-= > > with attachment ;) > > > > > I hardly believe this worked since it is the product of naive Makefile > > pattern matching (which has never worked for me in the past), however it > > appears to be compiling on my system. > > > > If someone who actually uses "make

Re: [Orgmode] mobileorg - "No executable found to compute checksums"

2010-06-29 Thread Nick Dokos
Buck Brody wrote: > Could you give me an example of what you mean when you say "customize the > variable to be the path name"? > M-x customize Type `org-mobile-checksum-binary' in the Search box and click on the Search button. Move the cursor to the headline and press to expand it (if nece

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-29 Thread Thomas S. Dye
Hi Eric, Sweet! Here is a stripped-down version that integrates with the AucTeX function, (LaTeX-environment ARG). --8<---cut here---start->8--- #+srcname: booktabs-2 #+begin_src emacs-lisp :var table='((:head) hline (:body)) (flet ((to-tab (tab)

Re: [Orgmode] org-capture: Formatting of entries

2010-06-29 Thread Puneeth
Hi On Wed, Jun 30, 2010 at 5:08 AM, Markus Heller wrote: Just adding a space before the :PROPERTIES: drawer will work, right? > (setq org-capture-templates >      '(("t" "Task" entry (file "h:/org/refile.org") >         "* TODO %^{Todo} \n:PROPERTIES:\n:Created: %U\n:END:\n\n%?" >         :clock-

Re: [Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-06-29 Thread Puneeth
Hi, On Wed, Jun 30, 2010 at 4:15 AM, Nathan Neff wrote: [..] > I tried putting this in my emacs, but it didn't work: > (require 'org-protocol.el) > (require 'org-publish) > (require 'org-jekyll) I haven't used Jekyll, but should it be just org-protocol and not org-protocol.el? (require 'org-prot

Re: [Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-06-29 Thread Nick Dokos
Puneeth wrote: > Hi, > > On Wed, Jun 30, 2010 at 4:15 AM, Nathan Neff wrote: > [..] > > I tried putting this in my emacs, but it didn't work: > > (require 'org-protocol.el) > > (require 'org-publish) > > (require 'org-jekyll) > > I haven't used Jekyll, but should it be just org-protocol and no

Re: [Orgmode] Fix: org-mobile-push results in byte-code: Wrong type argument: listp, "TODO"

2010-06-29 Thread Carsten Dominik
On Jun 30, 2010, at 12:40 AM, Sven Bretfeld wrote: Hi Torsten, hi all I experience multiple error messages of the form (wrong-type-argument: listp \.\.\.) since some weeks. That was around the time when I changed my old: (setq org-todo-keywords '((type "NEXT(n)" "WAITING(w)" "DELEGATE

Re: [Orgmode] org-capture: Formatting of entries

2010-06-29 Thread David Maus
Puneeth wrote: >Hi >On Wed, Jun 30, 2010 at 5:08 AM, Markus Heller wrote: >Just adding a space before the :PROPERTIES: drawer will work, right? >> (setq org-capture-templates >>      '(("t" "Task" entry (file "h:/org/refile.org") >>         "* TODO %^{Todo} \n:PROPERTIES:\n:Created: %U\n:END:\n\n

[Orgmode] Re: Getting a Google Maps' map for an entry

2010-06-29 Thread Thierry Volpiatto
Julien Danjou writes: > On Tue, Jun 29 2010, Memnon Anon wrote: > >> It would be nice the initial zoom level of a map would be set right at >> the beginning. > > The problem is that this is not possible. The zoom level, if not > specified, is determined automatically by Google Maps, and we have n

Re: [Orgmode] [PATCH] resubmitted patch to contrib/lisp/org-mac-link-grabber.el

2010-06-29 Thread David Maus
Anthony Lander wrote: >[1 ] >This patch fixes an issue with opening AddressBook.app and >Together.app links. This is just a reply with the patch attached in a way the patchtracker[1] will catch it. -- David [1] http://patchwork.newartisans.com/project/org-mode/list/ -- OpenPGP... 0x99ADB83B5

Re: [Orgmode] Re: Getting a Google Maps' map for an entry

2010-06-29 Thread Julien Danjou
On Tue, Jun 29 2010, Thierry Volpiatto wrote: > You mean 'z' maybe? Yes, sorry, I meant z. -- Julien Danjou // ᐰhttp://julien.danjou.info pgpJEBpZTNxQP.pgp Description: PGP signature ___ Emacs-orgmode mailing list Please use `Reply All' to send

Re: [Orgmode] [PATCH] org-feed: Fix RSS feed parsing when as attributes

2010-06-29 Thread Julien Danjou
On Tue, Jun 22 2010, Julien Danjou wrote: > I've RSS feeds with which does not work without that change. May I dare ask a heads up on this? -- Julien Danjou // ᐰhttp://julien.danjou.info pgpZgQyHtqfob.pgp Description: PGP signature ___ Emacs-or

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Eric Schulte
Nick Dokos writes: > Eric Schulte wrote: > >> --=-=-= >> >> with attachment ;) >> >> > >> > I hardly believe this worked since it is the product of naive Makefile >> > pattern matching (which has never worked for me in the past), however it >> > appears to be compiling on my system. >> > >> >

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Eric Schulte
non-empty attachment diff --git a/Makefile b/Makefile index d4da79d..f6538ce 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,9 @@ EMACS=emacs prefix=/usr/local # Where local lisp files go. -lispdir = $(prefix)/share/emacs/site-lisp +lispdir = $(prefix)/share/emacs/site-lisp +lispbdir = $(

[Orgmode] Re: Google calendar to org mode script and a feature request for agenda

2010-06-29 Thread Stephen Eglen
> > does not get exported as a timed event. Obviously, the easy solution > is to put the time in the date stamp. However, I like using the > "insert diary" function in the agenda view for defining appointments > and this doesn't allow the time to be specified other than in a > headline. Would it

[Orgmode] Call org-remember on a "RE:" post raises error in gnus

2010-06-29 Thread Kane Dou
The error is: org-replace-escapes: Wrong type argument: stringp, nil And org-remember works fine on a parent post. It seems that gnus doesn't print the title of a reply post, so org-remember can't catch it and this leads to the error. Any workaround? _

Re: [Orgmode] LaTeX export works but not in HTML

2010-06-29 Thread Nick Dokos
Uri Avalos wrote: > The following latex options produce the right format (an article scaled up to > 20pts using the "arev" font): > > #+LaTeX_CLASS: article > #+LaTeX_CLASS_OPTIONS: [12pt] > #+LATEX_HEADER: \usepackage{amsmath,amsthm,amssymb} \usepackage[T1]{fontenc} > \usepackage[20pt]{extsiz