Re: [Orgmode] Re: Nice links bookmarks

2010-07-29 Thread Andreas Röhler
Am 27.07.2010 23:22, schrieb Andrea Crotti: I meant exactly what Eric said, footnote.el is quite cool in fact. But we can achieve the same result with org-mode (even in his minor-mode version), so why don't use it? Last time I used it, footnote.el was not able to detect already existing footn

[Orgmode] Drill mode for org-learn

2010-07-29 Thread Paul Sexton
I have nearly finished a basic "drill mode" for org-learn. It works a bit like Anki/Mnemosyne. When invoked, it scans files for topics which either have the tag :question:, or have the LEARN_DATA property (set by org-learn), and which are either unscheduled (ie new) or are not scheduled in the f

[Orgmode] publishing pretty code with maths; jsMath -> pdf

2010-07-29 Thread Dan Davison
I've recently realised that when mixing code and maths one can get the best of both HTML and LaTeX worlds by using jsMath[1] to export to HTML and then creating a pdf from that. Just in case this wasn't already obvious to people, here's an example. The HTML output is here (the jsmath should[2] dis

[Orgmode] Bug in org-mime may expose more than intended to email recipient

2010-07-29 Thread Ethan Ligon
Acting on suggestions from Eric S. & David M., I've been experimenting with org-mime; I can see that it's going to be useful. However, I've also discovered what I think is a bug. Consider the following org-file: Cut here * NEXT Do something private * NEXT Email something not private Ke

[Orgmode] PATCH: Fix for agenda problems

2010-07-29 Thread Robert Goldman
As far as I can tell, the current version of org-write-agenda evaluates ps-print-buffer-with-faces too eagerly. I tripped over this because aquamacs 2.0, which I'm using, seems to have ps-printing code that conflicts with org-mode's expectation. The attached patch tries to fix this, but does not

Re: [Orgmode] No title or date in LaTeX export

2010-07-29 Thread John Hendy
Whoops -- sorry for the duplicate suggestion... a bunch of messages just came through! On Thu, Jul 29, 2010 at 6:00 PM, John Hendy wrote: > See this: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg20692.html > > Key line to add in your .org header section: > > #+BIND: org-export-latex-titl

Re: [Orgmode] No title or date in LaTeX export

2010-07-29 Thread John Hendy
See this: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg20692.html Key line to add in your .org header section: #+BIND: org-export-latex-title-command "" When you do C-c C-e p the minibuffer will ask if you want to apply the BIND code. Type yes and that should do it. It's been working for

[Orgmode] Re: More problems with Mobile Org agenda writing

2010-07-29 Thread Robert Goldman
On 7/29/10 Jul 29 -9:18 AM, Robert Goldman wrote: > I posted an email yesterday about a problem I was having writing agendas > for MobileOrg, where org-mode seemed to think it should be writing my > agendas as postscript. > > I thought perhaps this was a problem with the old version of Aquamacs >

[Orgmode] [org-BEAMER] block without header

2010-07-29 Thread Andrea Crotti
I don't find how I can get something translated as \begin{block}{} where the header of the block is empty and get more space below. There is also an option for ignoreheading but it only works with BMcol, and if I don't write anything there it doesn't work... Now I ended with something ugly like t

Re: [Orgmode] Daily Debian Builds

2010-07-29 Thread suvayu ali
On 26 July 2010 12:28, Mark A. Hershberger wrote: > > If you try it, let me know what your experience is so I can improve it. > I wanted to try it on Ubuntu Lucid but launchpad says failed build for the 26th of July. > Mark. > -- Suvayu Open source is the future. It sets us free. ___

[Orgmode] Re: No title or date in LaTeX export

2010-07-29 Thread Xin Shi
Hello, I found an answer for my question :) #+OPTIONS: toc:nil #+TITLE: #+AUTHOR: #+DATE: will do the work. Xin On Thu, Jul 29, 2010 at 4:31 PM, Xin Shi wrote: > Hello Experts, > > When I export the org file to LaTeX, I want no title or date in the first > page. Namely, I want these lines

Re: [Orgmode] [PATCH] Alphabetical ordered lists

2010-07-29 Thread Nick Dokos
Nathaniel Flath wrote: > Hello all, > > One thing that had been bugging me was the inability to have an > ordered list of the form: > > a. Item 1 > b. Item 2 > c. Item 3 > > The following patch enables this, with lists going from a-z and A-Z. > Let me know if there are any issues with it. >

Re: [Orgmode] No title or date in LaTeX export

2010-07-29 Thread Neil Hepburn
Hi Xin To get rid of this stuff, simply put the following at the top of your org file: #+OPTIONS: author:nil #+TITLE: #+DATE: alternatively you can use #+TITLE: #+AUTHOR: #+DATE: If you use the second option, your tex file will have \title{} \author{} \date{} but will not have the \maket

Re: [Orgmode] No title or date in LaTeX export

2010-07-29 Thread Nick Dokos
Xin Shi wrote: > Hello Experts, > > When I export the org file to LaTeX, I want no title or date in the first > page.  Namely, I want > these lines to be commented out: > > %\title{XX} > %\date{X} > %\maketitle  > > So far, I only found > #+OPTIONS: author:nil  can make: > > %\author

[Orgmode] No title or date in LaTeX export

2010-07-29 Thread Xin Shi
Hello Experts, When I export the org file to LaTeX, I want no title or date in the first page. Namely, I want these lines to be commented out: %\title{XX} %\date{X} %\maketitle So far, I only found #+OPTIONS: author:nil can make: %\author{} I also tried : # Local Variables: # or

[Orgmode] [PATCH] Alphabetical ordered lists

2010-07-29 Thread Nathaniel Flath
Hello all, One thing that had been bugging me was the inability to have an ordered list of the form: a. Item 1 b. Item 2 c. Item 3 The following patch enables this, with lists going from a-z and A-Z. Let me know if there are any issues with it. Thanks, Nathaniel Flath alpha-lists.patch Des

[Orgmode] Re: keys and command name info

2010-07-29 Thread Tassilo Horn
Andreas Röhler writes: > attached another patch replacing the former, due to a bug at texi Please also add @findex{} entries. Bye, Tassilo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http:

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-07-29 Thread Tassilo Horn
David Maus writes: Hi David, > Finally I got a novcache: Congratulations! ;-) > ,[ gnus.el ] > | ;;; Experimental Gnus setup > | > | (setq gnus-select-method '(nntp "news.gmane.org")) > | (setq gnus-secondary-select-methods > | '((nnimap "localhost" > | (nnimap-address "l

[Orgmode] [OT] minimalist visual appearance for Emacs

2010-07-29 Thread Dan Davison
I've put together a simple package to provide a minimalist visual appearance for Emacs. Screenshot and info: http://dandavison.github.com/minimal/ In addition to getting rid of the usual suspects (scroll bars, menu bars, tool bars), this also replaces the mode line with a thin coloured separator

[Orgmode] Re: Org-Babel and Ledger

2010-07-29 Thread Eric Abrahamsen
On Thu, Jul 29 2010, Sébastien Vauban wrote: [...] > > As you can see, the tables are completely wrongly made, because they're based > on spaces ("à la Awk") and not on fixed position of fields ("à la Cut"). > > What can I do about this? > > - Post-process every ledger command with some awk or c

[OT] Re: [Orgmode] Emacs bindings for remember the milk (work in progress)

2010-07-29 Thread Xiao-Yong Jin
Hi, this is OT. But where can I find your public key? I cannot find it on the servers I know of. -- Jc/*__o/* X<\ * (__ Y*/\ < ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gn

Re: [Orgmode] Re: keys and command name info

2010-07-29 Thread Andreas Röhler
attached another patch replacing the former, due to a bug at texi diff --git a/doc/org.texi b/doc/org.texi index 38fd4b9..20425a2 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -929,6 +929,7 @@ tables, @kbd...@key{tab}} jumps to the previous field. Show all, including drawers. @kindex C-c C-r

Re: [Orgmode] Help installing org-mode on a MAC please?

2010-07-29 Thread Juan
On Thu, Jul 29, 2010 at 04:11:15PM +0200, Erwin Panen wrote: > How do you get your lisp folder with all the typical .el files on your Mac? > I can't seem to find bbdb.. > Do you install each and every manually? Apparently BBDB is not part of the standard emacs distribution (type F1 C-e and look fo

[Orgmode] More problems with Mobile Org agenda writing

2010-07-29 Thread Robert Goldman
I posted an email yesterday about a problem I was having writing agendas for MobileOrg, where org-mode seemed to think it should be writing my agendas as postscript. I thought perhaps this was a problem with the old version of Aquamacs that I have been using, so I finally got myself to upgrade to

Re: [Orgmode] Help installing org-mode on a MAC please?

2010-07-29 Thread Erwin Panen
Juan, wow, that was fast :-) How do you get your lisp folder with all the typical .el files on your Mac? I can't seem to find bbdb.. Do you install each and every manually? Muchas gracias :-) Erwin On 29/07/2010 16:04, Juan wrote: On Thu, Jul 29, 2010 at 03:37:29PM +0200, Erwin Panen wrote:

Re: [Orgmode] Help installing org-mode on a MAC please?

2010-07-29 Thread Juan
On Thu, Jul 29, 2010 at 03:37:29PM +0200, Erwin Panen wrote: > Now I copied over my .emacs config file from my winXP box to my Mac. > Of course this is a lot different if only for the path and > pathstructure. In order to have the same .emacs both in mac & linux, I use the following contitionals i

Re: [Orgmode] Re: keys and command name info

2010-07-29 Thread Andreas Röhler
Am 29.07.2010 08:45, schrieb Tassilo Horn: Andreas Röhler writes: Hi Andreas, what about delivering mnemonic command names alongside with its keys in org-info? That would be good practice, and I think it's more or less standard for emacs packages. For example, that is from Gnus: ,[ (i

Re: [Orgmode] Help installing org-mode on a MAC please?

2010-07-29 Thread Erwin Panen
Hi Juan, Thanks a lot for your information and help! I've edited my makefile according to your example, and everything ran without any error, so thanks a lot for that. I must admit being somehow confused with all my previous trials dispersed over the past couple of months I know I've al

Re: [Orgmode] Help installing org-mode on a MAC please?

2010-07-29 Thread Erwin Panen
Hi Stefan, Thanks a lot for your help, much appreciated. I've done some more searching and decided to delay using Aquamacs for now. My reasoning is that I at least want to try to remain as compatible as possible, i.e. linux, win XP and OS X. Being fairly new to OS X, I already suffer from differ

Re: [Orgmode] Migrating from zim to org-mode ?

2010-07-29 Thread Giovanni Ridolfi
Marcelo de Moraes Serpa writes: > [Org-mode] doesn't > automatically infer links from already existing documents / camelcased > words. The issue has been discussed in December 2009: http://lists.gnu.org/archive/html/emacs-orgmode/2009-12/msg00573.html and also one year ago http://lists.gnu.or

[Orgmode] [PATCH] Add support for multile html container classes.

2010-07-29 Thread David Maus
* org-html.el (org-html-level-start): Add multiple container classes. * org-exp.el (org-export-remember-html-container-classes): Parse multiple container classes. --- lisp/org-exp.el |7 --- lisp/org-html.el | 11 --- 2 files changed, 12 insertions(+), 6 deletions(-) diff --gi

[Orgmode] Re: agenda-ignore-date and version number

2010-07-29 Thread Bernt Hansen
Jörg Hagmann writes: > 2. Since 7.01, M-x org-version always reports "Org-mode version > 7.01trans" after a "git pull | make clean | make | make install | make > install-info" sequence. How can I be sure that my installation really > gets updated? And why do others report detailed version numbers

Re: [Orgmode] Wiki-like creating links on the fly for org

2010-07-29 Thread Olivier Berger
Hi. Le mercredi 28 juillet 2010 à 11:47 -0500, Marcelo de Moraes Serpa a écrit : > Would it be hard to create an extension (not sure where, elisp skills > still very limited) that highlights camel-cased words and, when > clicking on it, would create or open a file with the name of the word > + .or

Re: [Orgmode] Migrating from zim to org-mode ?

2010-07-29 Thread Olivier Berger
Hi. Le mercredi 28 juillet 2010 à 11:49 -0500, Marcelo de Moraes Serpa a écrit : > Beware that, out-of-the-box, org doesn't provide any wiki > functionality. Sure you can link documents, but it doesn't > automatically infer links from already existing documents / camelcased > words. I don't think

[Orgmode] Org-Babel and Ledger

2010-07-29 Thread Sébastien Vauban
Hello, I'm trying to really begin working with Ledger for my personal accounting. Of course, trying to do it with as much Org as possible... Though, results of 3 small requests (whose results is snipped, for brievety) is the following: --8<---cut here---start-

Re: [Orgmode] Emacs bindings for remember the milk (work in progress)

2010-07-29 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi On 29/07/10 10:48, Friedrich Delgado Friedrichs wrote: > Hi! > > Rainer M Krug schrieb: >> any news on the implementation of two-way-sync with RTM? > ---Zitatende--- > > No, I didn't get around to do it, yet. > > I think the rtm-api for emacs li

Re: [Orgmode] Emacs bindings for remember the milk (work in progress)

2010-07-29 Thread Friedrich Delgado Friedrichs
Hi! Rainer M Krug schrieb: > any news on the implementation of two-way-sync with RTM? ---Zitatende--- No, I didn't get around to do it, yet. I think the rtm-api for emacs lisp is just about ready and would allow two-way sync, but there's nothing wrt to org-integration at all yet. Somebody else

Re: [Orgmode] Emacs bindings for remember the milk (work in progress)

2010-07-29 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi any news on the implementation of two-way-sync with RTM? Cheers, Rainer On 24/02/10 15:08, Friedrich Delgado Friedrichs wrote: > Hi! > > Since someone just asked about remember the milk sync, I thought I > could post my remember the milk bindi

[Orgmode] agenda-ignore-date and version number

2010-07-29 Thread Jörg Hagmann
Hi, Two questions: 1. I want to exclude Tags with dates in the agenda and did set "Org Agenda Todo Ignore With Date" to "on". Upon "C-c a M mytag", todos with dates still do appear. (Yes, I saved the new setting). Did I misunderstand something? 2. Since 7.01, M-x org-version always reports

Re: [Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-07-29 Thread David Maus
Tassilo Horn wrote: >Nick Dokos writes: >Hi Nick, >> [Warning: I know very little about gnus, perhaps just enough >> to be dangerous and you probably already know all this, but just >> in case... The bit that caught my attention is the slowness of >> the uid search command on some versions of

Re: [Orgmode] Re: insert .org file into other .org file by link

2010-07-29 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Austin, On 28/07/10 20:50, Austin Frank wrote: > On Wed, Jul 28 2010, Rainer M Krug wrote: > >> I have a .org file (lets call it basic.org), which creates me a report >> from a simulation (of a variable x, saved from R) - it works fine for >> exp

[Orgmode] Re: [BABEL] org-babel-post-tangle-hook problems

2010-07-29 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Eric On 28/07/10 15:42, Eric Schulte wrote: > Hi Rainer, > > Thanks for catching this, I've just pushed up a fix. Pleasure, and thanks for fixing it - I upgraded to the newest git, and it is working. Cheers, Rainer > > Best -- Eric > > Rai

[Orgmode] Re: [BABEL] evaluation of R code in export

2010-07-29 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/07/10 15:53, Eric Schulte wrote: > Rainer M Krug writes: > >> Hi Eric, >> >> On 23/07/2010 19:45, Eric Schulte wrote: >>> Hi Rainer, >>> >>> I general it is useful to have the results of Babel-evaluated code >>> appear in the session history as

Re: [Orgmode] Re: Email from org?

2010-07-29 Thread David Maus
Ethan Ligon wrote: >Eric Schulte gmail.com> writes: >> >> See http://orgmode.org/worg/org-contrib/org-mime.php for information on >> exporting Org-mode documents to email, and on using Org-mode syntax to >> compose email. >> >Thanks for the suggestions regarding org-mime. I can see that it >would