[Orgmode] Links to datestamped headings broken?

2011-02-23 Thread Simon Guest
I have an Org mode file with some date-stamped headers, e.g. ** <2011-04-06 Wed> National Bank When I org-store-link (C-c l) on that line, I get Stored: <2011-04-06 Wed> National Bank which seems right. When I org-insert-link in another org-mode file, I get [[file:~/share/notes/maths-competition

Re: [Orgmode] Beamer export questions/suggestions

2011-02-23 Thread Chris Malone
Hi Derek, In addition to Eric's response, if you wanted to have, say, text on the left side of the beamer frame and an image on the right, you can use beamer columns: #+begin_src org ** Why do we care? *** block :B_ignoreheading:BMCOL: :PROPERTIES: :BEAMER_env: ignoreheading :BEAMER_col:

Re: [Orgmode] Latex custom Title page question

2011-02-23 Thread Chris Malone
Hi Luke, Another (quick) fix given what you already have, is to renew the maketitle command to be empty: #+LATEX_HEADER: \renewcommand{\maketitle}{} Then after this you could put your #+begin_latex ... #+end_latex block to generate the page. Obviously, this works only for the current =org-mode=

[Orgmode] Re: ical2org (better timezone recognition and better default for max_age option)

2011-02-23 Thread Eric S Fraga
Arun Persaud writes: > Hi > >> however, I'm a little concerned with some of the other changes, >> specifically that all timed events have become scheduled todo >> entries (of type GCAL) which really doesn't fit in with my use case >> at all unfortunately. > > probably should make this configurab

[Orgmode] Re: ical2org (better timezone recognition and better default for max_age option)

2011-02-23 Thread Arun Persaud
Hi > however, I'm a little concerned with some of the other changes, > specifically that all timed events have become scheduled todo > entries (of type GCAL) which really doesn't fit in with my use case > at all unfortunately. probably should make this configurable. How about defining a string t

[Orgmode] Re: [bug] [ANN] Lists changes pushed to master

2011-02-23 Thread Nicolas
Hello, Eric S Fraga writes: > I have not changed any org customisations in a while... > > The error only happens if I have a list 4 levels deep, from what I can > see. I have odd levels only set, by the way. I cannot understand why > the depth should matter, mind you. I cannot reproduce this

[Orgmode] Re: ical2org (better timezone recognition and better default for max_age option)

2011-02-23 Thread Eric S Fraga
Arun Persaud writes: > Hi > >>>[option to ignore entries older than N days] >> Very useful option! Thanks. >> >> I would be tempted to make the default ignore any old events. Any >> thoughts on this? > > I changed it to ignore everything older than one week. > > I also updated the timezone par

Re: [Orgmode] Latex custom Title page question

2011-02-23 Thread Thomas S. Dye
On Feb 23, 2011, at 9:30 AM, Luke Crook wrote: I have successfully created a custom title page which I have used to replace the default version created by org-mode. Per http://orgmode.org/worg/org-tutorials/org-latex-export.html "11.2 Titles and Title Page Layout". However my title page contai

Re: [Orgmode] Beamer export questions/suggestions

2011-02-23 Thread Eric S Fraga
Derek Thomas writes: > Eric and Chris, > > Thanks for your responses. > > Eric, > > I'm currently using latex directly in org, but this method doesn't > play nicely with export to a regular tex file. Why not? It would be helpful if you could post a minimal example of what does not work. > Wou

[Orgmode] Re: (no subject)

2011-02-23 Thread Bernt Hansen
"Vincent-Xavier JUMEL" writes: > From: Vincent-Xavier JUMEL > > To: emacs-orgmode@gnu.org > Subject: Bug: Bug in agenda on DEADLINE/SCHEDULE with -3d [7.4] > Date: Mon, 21 Feb 2011 23:13:32 +0100 > Message-ID: > <87d3mlyr1v.fsf@tauceticentral.i-did-not-set--mail-host-address--so-tickle-me> >

[Orgmode] Re: (no subject)

2011-02-23 Thread Bernt Hansen
"Vincent-Xavier JUMEL" writes: > From: Vincent-Xavier JUMEL > > To: emacs-orgmode@gnu.org > Subject: Bug: Bug in agenda on DEADLINE/SCHEDULE with -3d [7.4] > Date: Mon, 21 Feb 2011 23:13:32 +0100 > Message-ID: > <87d3mlyr1v.fsf@tauceticentral.i-did-not-set--mail-host-address--so-tickle-me> >

[Orgmode] Latex custom Title page question

2011-02-23 Thread Luke Crook
I have successfully created a custom title page which I have used to replace the default version created by org-mode. Per http://orgmode.org/worg/org-tutorials/org-latex-export.html "11.2 Titles and Title Page Layout". However my title page contains the document title, date and version number.

Re: Re: [Orgmode] Beamer export questions/suggestions

2011-02-23 Thread Derek Thomas
Eric and Chris, Thanks for your responses. Eric, I'm currently using latex directly in org, but this method doesn't play nicely with export to a regular tex file. Would it be possible to use something similar to this? #+begin_src org ** A plain slide *** [path/to/fig] :PROPERTIES: :FIGURE_

[Orgmode] FR: broken links and footnote references

2011-02-23 Thread Samuel Wales
To summarize, you don't know the URL until you post. So you have to tell org what the base URL should be for <<...>> anchors if they lie outside the exported region. Like this. #+BASE-URL: http://thekafkapandemic.blogspot.com/my-post Is there a way to do that? For footnotes, I think simply i

Re: Re: [Orgmode] Beamer export questions/suggestions

2011-02-23 Thread chris . m . malone
Hi Eric, Thanks for that useful bit of info! Chris On Feb 23, 2011 11:47am, Eric S Fraga wrote: Chris Malone chris.m.mal...@gmail.com> writes: > Hi Derek, > > Re your first question: > > One simple, albeit somewhat hackish way of achieving this would be to > utilize =org-mod

[Orgmode] broken links and footnote references

2011-02-23 Thread Samuel Wales
I have a long list of headlines like * <> and want to split the list into separate exportable posts. The trouble is, links pointing to the headlines get broken, because the target is in one part and the link is in another part. Is there a nice way to solve this? Org already has th

[Orgmode] _<<...>>_ does not seem to export correctly

2011-02-23 Thread Samuel Wales
Lately in latest git, I have been getting the following in HTML region export. Input: * _<>_ Export (leaving in context): ... _@Confusion _ ... Rendered in emacs-w3m and Firefox like this: _@Confusion _ Thanks. -- The Kafka Pandemic: http://

Re: [Orgmode] Beamer export questions/suggestions

2011-02-23 Thread Eric S Fraga
Derek Thomas writes: [...] > My second > question may be more of a suggestion if the feature is not available. > I currently use the testpos package in latex to position my figures in > beamer. Is there a native org method to specify figure location in > org-beamer? If not, it could be a nice

Re: [Orgmode] Beamer export questions/suggestions

2011-02-23 Thread Eric S Fraga
Chris Malone writes: > Hi Derek, > > Re your first question: > > One simple, albeit somewhat hackish way of achieving this would be to > utilize =org-mode='s #+begin_beamer ... #+end_beamer syntax with =beamer='s > frame option =plain= For example: You don't need to do this. You can pass opti

Re: [Orgmode] Re: question about capture templates

2011-02-23 Thread Filippo A. Salustri
Yup; I just tried the git snapshot of 23 Feb and it's working. Thanks!! Cheers. Fil On 22 February 2011 04:15, Carsten Dominik wrote: > > On Feb 22, 2011, at 1:39 AM, Filippo A. Salustri wrote: > > > Thanks to everyone for the varied and thoughtful responses. I didn't > think of backquotes, but

Re: [Orgmode] Re: question about capture templates

2011-02-23 Thread Filippo A. Salustri
Carsten, Would your mod be implemented in the git build of 22 Feb? Cheers. Fil On 22 February 2011 04:15, Carsten Dominik wrote: > > On Feb 22, 2011, at 1:39 AM, Filippo A. Salustri wrote: > > > Thanks to everyone for the varied and thoughtful responses. I didn't > think of backquotes, but I kno

[Orgmode] Option: special beginning of headline (list) option for navigation commands

2011-02-23 Thread Michael Bach
Is there an option for org-metaup (org-metadown) and outline-next-visible-heading (outline-previous-visible-heading) to alway jump to the first non-star character in a headline instead of the beginning of a headline? I could not find this option in the manual. In my opinion, this would compleme

[Orgmode] Re: Bytecompiler is unhappy...

2011-02-23 Thread Nicolas
Hello, Carsten Dominik writes: > NO. Declare the functions an use (defvar name) for the variables. This is what I thought at first, but, in org.el, no function was declared already, and a whole package (gnus-sum) was required when compiling. So, I hesitated. Anyway, that part is done now. Reg

[Orgmode] Re: org-contacts.el

2011-02-23 Thread Tobias Riedling
The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. Robert Klein writes: > Hi Martin, > > > Martin Butz wrote: >> Hi to all, >> >> I'm using org-mode since a year or so. Its a great peace of software >> and I could not imagine using another

[Orgmode] Re: org-contacts.el

2011-02-23 Thread Tobias Riedling
Hi, i have exactly the same Problem. org-contacts.el is current git version (today). org-mode is git version from yesterday. Tobias Robert Klein writes: > Hi Martin, > > > Martin Butz wrote: >> Hi to all, >> >> I'm using org-mode since a year or so. Its a great peace of software >> and I coul

Re: [Orgmode] [bug] [ANN] Lists changes pushed to master

2011-02-23 Thread Eric S Fraga
Nicolas writes: > Hello Org users, > > Since a few hours, lists changes are in master branch. Here is a sum up > of the new functionalities: [...] I am not sure if the error I am experiencing is due to this but I have the following problem. With this org file: --8<---cut here-

Re: [Orgmode][babel] How to add results to text inline?

2011-02-23 Thread Eric Schulte
Andreas Leha writes: > Sorry. I should have read your message properly. > > How about: > In my long long paragraph after that I want to say that > my result is src_python[:noweb yes :results value raw replace :exports > results]{return <>} for x=5. > Also, src_sh[:var it=my_formula(my_paramete

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-23 Thread Julien Danjou
On Sat, Feb 12 2011, Matt Lundin wrote: > I tried org-contacts with my rather large agenda files, but because it > uses org-scan-tags instead of regexp searches, queries are slow. E.g., > org-contacts-filter takes approximately 15-20 seconds. Yeah, it's hard to use if you contacts are accross lar

Re: [Orgmode] Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-23 Thread Julien Danjou
On Sat, Feb 12 2011, John Hendy wrote: > I know people have responded re. the A/a+tab when trying to use for email... > but did anyone solve the pure 'M-x org-contacts N/name' issue? Are they the > same? I just want proper case insensitivity and don't use it for email. Case insensitivity works co

Re: [Orgmode] Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-23 Thread Julien Danjou
On Sat, Feb 12 2011, Bastien wrote: > I'm willing to add this to contrib/lisp/ - would that be okay for you? Since I plan to continue working and improving it soon, it seems like it would be too much work getting it update for now since I couldn't commit directly. So maybe it's best to wait a bit

Re: [Orgmode] Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-23 Thread Julien Danjou
On Fri, Feb 11 2011, Darlan Cavalcante Moreira wrote: > This is awesome. I always wanted to move from bbdb to org for my contacts. > Any chance this will work with other Emacs mail clients, such as > Wanderlust? I use Gnus, so there's no chance I'll work on that. But I'm willing to accept well wr

[Orgmode] Re: Go to today in Calendar

2011-02-23 Thread Sébastien Vauban
Hi Nathan, Nathan Neff wrote: > I just found that you can press "." in the Calendar to jump to today's date. > > This saves me a gazillion keypresses, especially when you have a one-key > mapping to schedule something in agenda mode. I have "s" mapped in agenda > mode to schedule, so I just press

[Orgmode] [babel] maxima support?

2011-02-23 Thread Litvinov Sergey
I have not found (i)maxima on this page. http://orgmode.org/worg/org-contrib/babel/languages.html (Babel: Languages) Has someone implemented it? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org ht

Re: [Orgmode][babel] How to add results to text inline?

2011-02-23 Thread Andreas Leha
Sorry. I should have read your message properly. How about: In my long long paragraph after that I want to say that my result is src_python[:noweb yes :results value raw replace :exports results]{return <>} for x=5. Regards, Andreas Am 23.02.2011 09:14, schrieb Torsten Wagner: > Hi Andreas, >

Re: [Orgmode] Re: A mail client that is org-mode compatible

2011-02-23 Thread Eric S Fraga
Dan Davison writes: > Charles Philip Chan writes: > >> "Eric Schulte" writes: >> >>> I'm also using the development version of gnus, but haven't noticed >>> the searching features, could you point these out, a key binding or >>> command name? >> >> Put the cursor on the group you want to search

Re: [Orgmode][babel] How to add results to text inline?

2011-02-23 Thread Torsten Wagner
Hi Andreas, thanks for pointing to that. I guess it is the same like on worg. As far as I understood this would help me to add the python code inside my paragraph which is indeed nice for small code-snippet. However, I would like to replace the result of a function call via #+call aka #+lob ak