[Orgmode] Org-mode compact Guide

2010-04-30 Thread Carsten Dominik
Dear all, the final version of the new compact guide (down to 34 pages now) to Org-mode is here: http://orgmode.org/orgguide.pdf http://orgmode.org/guide/ Do we need to advertise this document better? Where? Cheers - Carsten ___ Emacs-orgmode

Re: [Orgmode] A shorter manual

2010-04-30 Thread Carsten Dominik
On Apr 30, 2010, at 12:36 AM, Samuel Wales wrote: Is there an HTML version? http://orgmode.org/guide - Carsten ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/

[Orgmode] Re: Simplify link handling?

2010-04-30 Thread Uday S Reddy
Carsten Dominik wrote: > > Do you not even want it to prompt you for the description (or > confirmation of it?) As Emacs users, we are generally used to the C-k, C-y, M-y cycle. No prompting needed. (I also have C-x C-k bound to copy-region-as-kill and use it the same way as C-k.) But I wou

[Orgmode] Re: Linking Mail ?

2010-04-30 Thread Uday S Reddy
David Frascone wrote: > I finally got gnus working with my gmail account. (I didn't want to try > my work account first, because too many failed logins will lock it, and > I have to call IT . . . Pain in the . . ) > But, in a nutshell, it is simply WAY too slow. I don't mind a command > line mai

Re: [Orgmode] begin_src "generic source code"

2010-04-30 Thread Robert Klein
On Fri, 30 Apr 2010 21:24:16 +0200, Stephan Schmitt wrote: Maybe one of these fits your needs: #+begin_example #+begin_quote hth, Stephan Thanks, #+begin_example works and even uses lstlistings in LaTeX. (I remember different from a couple of weeks ago. Probably something in my .emacs.)

[OT] Re: [Orgmode] changing Gnus paths: 'News' and 'Mail'

2010-04-30 Thread Eric S Fraga
On Fri, 30 Apr 2010 12:14:13 +0200, Eraldo Helal wrote: > > Greetings Orgmoders > > Problem description: > > I want to get rid of the 'News' and 'Mail' directories in my home and > put them somewhere else instead: > '~/News' => '~/mypath/News' > '~/Ma

Re: [Orgmode] Howto generate LaTeX footnotes using \footnote{}

2010-04-30 Thread Eric S Fraga
On Fri, 30 Apr 2010 14:34:46 +0200, Robert Hennig wrote: > > Dear orgmode list! > > I'm would like to generate LaTeX footnotes > using the LaTeX macro \footnote{} if I export > the org-mode document to LaTeX. What do I have > to do - now I only get a plain '[..]' and the > footnote comes at the

Re: [Orgmode] begin_src "generic source code"

2010-04-30 Thread Robert Klein
On Fri, 30 Apr 2010 20:39:55 +0200, Jason McBrayer wrote: On Fri, Apr 30, 2010 at 2:18 PM, Robert Klein wrote: is there a way to include generic source code in an org document? I'm trying to put excerpts from configuration files into an org document. Have you tried #+begin_src conf ?

Re: [Orgmode] begin_src "generic source code"

2010-04-30 Thread Stephan Schmitt
Maybe one of these fits your needs: #+begin_example #+begin_quote hth, Stephan Also sprach Jason McBrayer: On Fri, Apr 30, 2010 at 2:18 PM, Robert Klein wrote: is there a way to include generic source code in an org document? I'm trying to put excerpts from configuration files into an org d

Re: [Orgmode] begin_src "generic source code"

2010-04-30 Thread Jason McBrayer
On Fri, Apr 30, 2010 at 2:18 PM, Robert Klein wrote: > is there a way to include generic source code in an org document? > > I'm trying to put excerpts from configuration files into an org document. Have you tried #+begin_src conf ? Conf-mode seems to reasonably support quite a few configuration

[Orgmode] begin_src "generic source code"

2010-04-30 Thread Robert Klein
Hi all, is there a way to include generic source code in an org document? I'm trying to put excerpts from configuration files into an org document. However, if I leave the programming language out of the #+begin_src and export to LaTeX or HTML, the text is rendered just like any other paragra

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Joe Riel
Nick Dokos wrote: Joe Riel wrote: That is fine, though I'll apply the patch. There does appear to be another bug, or my misunderstanding. That is, even without the link, [[file:/home/joe/sample.pdf]] does not work properly. That is, clicking on it (mouse 1) opens the pdf inside emacs

[Orgmode] strange behavior for export

2010-04-30 Thread Erik Butz
Hi all, I have the following problem: I have set up my emacs so as to use org-mode uncompiled from a local directory # from .emacs (setq load-path (cons "~/elisp/org-mode/lisp" load-path)) (setq load-path (cons "~/elisp/org-mode/contrib/lisp" load-path)) starting emacs22 or 23 and displaying M

Re: [Orgmode] changing Gnus paths: 'News' and 'Mail'

2010-04-30 Thread Nick Dokos
Eraldo Helal wrote: > I want to get rid of the 'News' and 'Mail' directories in my home and > put them somewhere else instead: > '~/News' => '~/mypath/News' > '~/Mail' => '~/mypath/Mail' > > Question: Which variables do I have to change so that gnus won't have > troubles with moving those direct

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Nick Dokos
Joe Riel wrote: > That is fine, though I'll apply the patch. There does appear to > be another bug, or my misunderstanding. That is, even > without the link, > > [[file:/home/joe/sample.pdf]] > > does not work properly. That is, clicking on it (mouse 1) > opens the pdf inside emacs rather t

Re: [Orgmode] Howto generate LaTeX footnotes using \footnote{}

2010-04-30 Thread Sebastian Rose
Hi Robert, Robert Hennig writes: > Dear orgmode list! > > I'm would like to generate LaTeX footnotes > using the LaTeX macro \footnote{} if I export > the org-mode document to LaTeX. What do I have > to do - now I only get a plain '[..]' and the > footnote comes at the end of the document. > (I

Re: [Orgmode] changing Gnus paths: 'News' and 'Mail'

2010-04-30 Thread Sebastian Rose
Hi Eraldo, Eraldo Helal writes: > Greetings Orgmoders > > Problem description: > > I want to get rid of the 'News' and 'Mail' directories in my home and > put them somewhere else instead: > '~/News' => '~/mypath/News' > '~/Mail' => '~/mypath/Mail' > >

Re: [Orgmode] Re: Orgmode[PATCH 4/4] Add handling of blockquote and output formats that must be flowed.

2010-04-30 Thread Robert Goldman
On 4/30/10 Apr 30 -10:28 AM, Carsten Dominik wrote: > Hi everyone, > > when this discussion is settled, can someone please summarize it for me > and send me the patch everyone agrees on? Will do. Best, r > > Thanks. > > - Carsten > > On Apr 30, 2010, at 5:15 PM, Robert Goldman wrote: > >> T

Re: [Orgmode] Re: Orgmode[PATCH 4/4] Add handling of blockquote and output formats that must be flowed.

2010-04-30 Thread Carsten Dominik
Hi everyone, when this discussion is settled, can someone please summarize it for me and send me the patch everyone agrees on? Thanks. - Carsten On Apr 30, 2010, at 5:15 PM, Robert Goldman wrote: That's an excellent idea. I will try to revise accordingly. In my copious free time! :-) "W

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Carsten Dominik
Hi everyone, when this discussion is settled, can someone please summarize it for me and send me the patch everyone agrees on? Thanks. - Carsten On Apr 30, 2010, at 5:24 PM, Nick Dokos wrote: Jan Böcker wrote: Actually, it's half bugfix half new feature: Right (although we can quibbl

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Nick Dokos
Jan Böcker wrote: > Actually, it's half bugfix half new feature: Right (although we can quibble about the exact proportion :-)), and to the extent that it is a new feature, some more documentation would need to be added if the patch is otherwise acceptable. Nick __

[Orgmode] Re: Orgmode[PATCH 4/4] Add handling of blockquote and output formats that must be flowed.

2010-04-30 Thread Robert Goldman
That's an excellent idea. I will try to revise accordingly. In my copious free time! :-) "Wes Hardaker" wrote: >> On Thu, 29 Apr 2010 10:00:43 -0500, Robert Goldman >> said: > >RG> So what I wanted here was newlines /only/ where the paragraphs >RG> break. > >The other potentially bet

Re: [Orgmode] Iterate many tables

2010-04-30 Thread Carsten Dominik
On Apr 30, 2010, at 4:07 PM, Johan Ekh wrote: Hi all, I have a series of tables in a single file. Each table have some fields that depends on fields in the previous table. Thus, if I change something in the first table, I must go down manually and recalculate (or iterate) each table. Is the

[Orgmode] Re: Orgmode[PATCH 4/4] Add handling of blockquote and output formats that must be flowed.

2010-04-30 Thread Wes Hardaker
> On Thu, 29 Apr 2010 10:00:43 -0500, Robert Goldman > said: RG> So what I wanted here was newlines /only/ where the paragraphs RG> break. The other potentially better thing to do then is rather than use a boolean "add-newline" type variable, instead add a more generic "insert-after-par

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Joe Riel
Nick Dokos wrote: Joe Riel wrote: Jan Böcker wrote: On 28.04.2010 20:30, Joe Riel wrote: The hyperlink syntax allows specifying a line number, however, that doesn't do anything (other than force the document to be opened inside of emacs) with a non-text file (say a pdf). I

Re: [Orgmode] A shorter manual

2010-04-30 Thread Carsten Dominik
On Apr 28, 2010, at 8:43 PM, Matti De Craene wrote: - 2.8 Drawers - 3.2 Column width and alignment - 3.3 The Spreadsheet (4 rather technical pages) - 7.4 Property Inheritance and 7.5 Column View (do beginners really need properties at all ??) I would agree on this list (except maybe drawers)

[Orgmode] Iterate many tables

2010-04-30 Thread Johan Ekh
Hi all, I have a series of tables in a single file. Each table have some fields that depends on fields in the previous table. Thus, if I change something in the first table, I must go down manually and recalculate (or iterate) each table. Is there a way to recalculate all tables in a file simultane

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Jan Böcker
On 30.04.2010 10:10, Nick Dokos wrote: > Joe Riel wrote: > >> Jan Böcker wrote: >> A related question; can this extension be used with link abbreviations? >> >> I tried >> >> #+LINK: sample file:/home/joe/sample.pdf >> >> with >> >> [[sample::3]] >> >> but that does not work. >> > > > This hap

[Orgmode] Howto generate LaTeX footnotes using \footnote{}

2010-04-30 Thread Robert Hennig
Dear orgmode list! I'm would like to generate LaTeX footnotes using the LaTeX macro \footnote{} if I export the org-mode document to LaTeX. What do I have to do - now I only get a plain '[..]' and the footnote comes at the end of the document. (I like to have the footnote on the page where it is

Re: [Orgmode] Re: Linking Mail ?

2010-04-30 Thread David Frascone
On Fri, Apr 30, 2010 at 2:59 AM, David Maus wrote: > > You might try to give Wanderlust a shot: It's said to be faster with > regards to IMAP. I personally cannot compare Gnus and Wanderlust but > as a WL user I can confirm that it is at least not slow. > > For a simple setup just for testing yo

[Orgmode] Possible bug?

2010-04-30 Thread Christos Chryssochoidis
Hi, I wanted to ask about a behavior that doesn't seem right to me, if it's indeed a bug or rather some misunderstanding of mine. Trying to update the effort time of a task with C-c C-x C-e, and using the syntax +HH:MM, I've found that instead of augmenting the effort time by that amount of time,

[Orgmode] org-crypt symmetric encryption patch

2010-04-30 Thread Rick Moynihan
I've patched org-crypt to use symmetric encryption. If org-crypt-key is nil a symmetric cipher is used. The change seems to work locally for me. R. 0001-Allow-symmetric-encryption-when-org-crypt-key-is-no.patch Description: Binary data ___ Emacs-orgm

[Orgmode] Re: Non-breaking space

2010-04-30 Thread Chris Gray
Sébastien Vauban wrote: > Hi Nicolas and Rémi, > Rémi Vanicat wrote: >> Nicolas Girard writes: >>> How can I typeset, for instance, 100 €, in such a way that, once >>> exported in LaTeX, it gives: 100~€ (with a non-breaking space) ? >> You can use the utf-8 non breaking space (on my keyboard it

[Orgmode] changing Gnus paths: 'News' and 'Mail'

2010-04-30 Thread Eraldo Helal
Greetings Orgmoders Problem description: I want to get rid of the 'News' and 'Mail' directories in my home and put them somewhere else instead: '~/News' => '~/mypath/News' '~/Mail' => '~/mypath/Mail' Question: Which variables do I have to change so tha

Re: [Orgmode] Re: Linking Mail ?

2010-04-30 Thread Friedrich Delgado Friedrichs
Hi. Just for the sake of completeness: In case you like mutt, Stefano Zacchiroli and I have come up with two slightly different ways of integrating mutt and org-mode. Our discussion can be found in the mailing list archives. -- Friedrich Delgado Friedrichs

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Nick Dokos
Joe Riel wrote: > Jan Böcker wrote: > > On 28.04.2010 20:30, Joe Riel wrote: > > > >> The hyperlink syntax allows specifying a line number, however, > >> that doesn't do anything (other than force the document to > >> be opened inside of emacs) with a non-text file (say a pdf). > >> > >> Is th

Re: [Orgmode] Re: Linking Mail ?

2010-04-30 Thread David Maus
David Frascone wrote: >[1 ] >[1.1 ] >[1.2 ] >On Thu, Apr 29, 2010 at 9:08 AM, Matt Lundin wrote: >David Frascone writes: >> I finally got gnus working with my gmail account.  (I didn't want to >> try my work account first, because too many failed logins will lock it, >> a