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
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:
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=
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
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
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
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
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
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
"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>
>
"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>
>
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.
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_
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
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
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
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://
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
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
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
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
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
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
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
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
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-
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
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
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
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
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
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
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
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,
>
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
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
36 matches
Mail list logo