On Sun, Nov 28, 2010 at 00:43, Alin Soare wrote:
> | Domicile conjugal | tt0065651 | 20 | 1970 | France |
> I wish to have a link to imdb web page, and to see only its id (as now).
Would link abbreviations help?
http://orgmode.org/manual/Link-abbreviations.html
e. g. the inline version:
On Sun, Nov 28, 2010 at 2:04 AM, Dov Grobgeld wrote:
> The same idea could be used for any system generating images, e.g. LaTeX
> formulas, asymptote, a python script using cairo, etc.
I think evaluating Babel code blocks can insert output into your org-file.
Also, I regularly use =C-c C-x C-l=
I'm still feel quite a newbie to org-mode and I've been looking for a way to
include "dependent" images within the emacs buffer, but I still haven't
found it.
As an example, assume that I have manully created a diagram with ditaa code,
and once I am finishede diting I'd like to press a keystroke
Hi Suvaya,
this has come up many tomes on the mailing list, and
the various answers are covered by the FAQ.
http://orgmode.org/worg/org-faq.php#diary-sexp-in-org-files
- Carsten
On Nov 28, 2010, at 6:15 AM, suvayu ali wrote:
Hi everyone,
How does one specify a recurring timestamp that expir
Hi Tom,
> Is there an easy way to keep text following a list with the list, i.e,
> without a blank line following the list, during export?
>
> * List
> 1. First item
> 2. Second item
> Following text.
>
> Gets exported as:
>
> \section{List}
> \label{sec-1}
>
> \begin{enumerate}
> \item First
When marking a block to call out display math, I notice an extra line
break above the display math. I believe this occurs because the block
is given it's own section.
I expect the math to be centered vertically within the block. Is there
a workaround?
Please reference the screenshot (it's small)
On Sun, Nov 28, 2010 at 12:15 AM, suvayu ali
wrote:
> Hi everyone,
>
> How does one specify a recurring timestamp that expires beyond a date range?
>
> e.g.
> ** Do something
> every Sunday from <2010-09-03 Sun +1w> to <2010-11-07 Sun> but not beyond.
>
> I looked at the the diary library brie
Hi everyone,
How does one specify a recurring timestamp that expires beyond a date range?
e.g.
** Do something
every Sunday from <2010-09-03 Sun +1w> to <2010-11-07 Sun> but not beyond.
I looked at the the diary library briefly, but didn't find anything
obvious. Any suggestions?
Thanks,
-
> You should be able to rename the MobileOrg directory from within the web
> interface once you've linked MobileOrg to your Dropbox account.
Thanks Richard, that worked fine.
But does that mean there's a bit of coordination to manage if multiple
users all decided they want to use MobileOrg? In
Hi all,
Could someone enlighten me as to how to get blocks with the beamer
environment "notes" to show up?
Specifically, I don't want notes to show up in the presentation (the
default, expected behavior), but I would like them to show up in a
speaker notes pdf.
How are you producing speaker note
Hi,
A recent commit fixes this issue. Instead of placing a return call
inside of a python code block it is now possible to use a new :return
header argument to specify the value to be returned. e.g.
#+begin_src python :return squared_plus(2)
def squared_plus(x):
return x*x+1
#+end_src
#
Rainer Stengele wrote:
> Am 27.11.2010 20:23, schrieb Nick Dokos:
> > ...
> > Can you do M-x elp-instrument-function next-line and
> > get another profile?
> >
> ok, I did, getting
>
> org-agenda-next-line 10
> 0.864912 0.0864912
> org-unhighli
Forgot to CC the group. Apologies.
Jeff
-- Forwarded message --
From: Jeff Horn
Date: Sat, Nov 27, 2010 at 7:19 PM
Subject: Re: [Orgmode] Creating files for a Kindle
To: Graham Smith
On Sat, Nov 27, 2010 at 5:21 PM, Graham Smith wrote:
> I am actually a bit confused with the
Hi Eric (or others),
I believe the image used in section 3.1 on the following page is incorrect.
http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.php
I was expecting an image of the slide generated by the example code in
that section.
Best,
Jeff
--
Jeffrey Horn
Graduate Lecturer and
Hi,
I used to keep the list of movies I saw into a html database, but now, after
having learned org mode, I want to transform the database into a org mode file.
Example of org mode file:
| Domicile conjugal | tt0065651 | 20 | 1970 | France |
| Douze hommes en colère | tt0050083 | 20 |
Dan Davison writes:
>
> Incidentally, I have for a long time wondered whether we should permit
> src blocks to read *input data* from standard input. This would require
> altering ob-eval such that the src block body is read from file. Then we
> could do things like
>
> #+source: output-some-text
Aloha all,
Is there an easy way to keep text following a list with the list, i.e,
without a blank line following the list, during export?
* List
1. First item
2. Second item
Following text.
Gets exported as:
\section{List}
\label{sec-1}
\begin{enumerate}
\item First item
\item Second i
On Sat, 27 Nov 2010 20:48:05 +
Graham Smith wrote:
> Does anyone by chance use orgmode to create files for a Kindle?
>
> If you do I would appreciate some helpful hints or ideas on how you
> approach it.
>
> The Kindle file format is apparently modified HTML, but the guidance
> I have found
On Sat, Nov 27, 2010 at 3:48 PM, Graham Smith wrote:
> The Kindle file format is apparently modified HTML, but the guidance I have
> found seems to revolve around creating files in MSWord and then converting
> to Kindle by uploading to Amazon OR using Calibre to convert PDFs to Kindle.
> There is
Am 27.11.2010 20:23, schrieb Nick Dokos:
> Rainer Stengele wrote:
>
>> Nick, elp-reset-all does not work.
>
> Some more detail would be helpful: in what way does it not work?
>
> If I do
>
> M-x elp-reset-all
> M-x elp-results
>
> I get a blank slate. Then I can press 10 "n", and do M-x elp-r
Does anyone by chance use orgmode to create files for a Kindle?
If you do I would appreciate some helpful hints or ideas on how you approach
it.
The Kindle file format is apparently modified HTML, but the guidance I have
found seems to revolve around creating files in MSWord and then converting
t
Rainer Stengele wrote:
> Nick, elp-reset-all does not work.
Some more detail would be helpful: in what way does it not work?
If I do
M-x elp-reset-all
M-x elp-results
I get a blank slate. Then I can press 10 "n", and do M-x elp-results
and get
org-agenda-list
Hi Tommy,
You should be able to rename the MobileOrg directory from within the web
interface once you've linked MobileOrg to your Dropbox account. You'll
know it worked because the renamed folder will continue to have the same
special icon that it had prior to the rename, indicating that it is
li
Is the location on DropBox where the iPhone app expects to find the org
files hard-coded (to "/MobileOrg"), or is it customizable?
I've tried messing with org-mobile-directory on the emacs side and with
the "Index File" field on the iPhone app, but it didn't work. I tried:
I set org-mobile-direct
I had problems with desktop. I've saved an elisp file with lines that
call the buffers I like to open when Aquamacs starts. I call it using
`M-x load-file` after emacs starts (I don't like keeping it in my init
file). The file looks something like:
(find-file "~/path/to/file1")
(find-file "~/path/
Am 27.11.2010 18:00, schrieb Nick Dokos:
> Rainer Stengele wrote:
>
>> What I did:
>> open the agenda view
>>
>> M-x elp-instrument-package org > several "n"s - delays are there - same on linux (V23.2.1) and windows emacs
>> M-x elp-results
>>
>>
>> org-agenda-next-line
Hello,
> Karl Maihofer writes:
> Thanks for that. Did you work on the demote/promote problem, too?
No, nothing related to lists actually. But I added a way to configure
export of inline tasks.
> As pointed out above in my special case inline tasks would be a
> great thing to have in lists.
Rainer Stengele wrote:
> What I did:
> open the agenda view
>
> M-x elp-instrument-package org several "n"s - delays are there - same on linux (V23.2.1) and windows emacs
> M-x elp-results
>
>
> org-agenda-next-line 79
> 4.004141 0.0506
Thank you Guys, desktop is working.
Best regards,
Juri.
On Sat, Nov 27, 2010 at 2:11 PM, Stefan Vollmar wrote:
> Dear Juri,
>
> On 27.11.2010, at 13:39, Juri Artamonov wrote:
>
> > I'm using Aquamacs and I would like to specify set files that should be
> opened when Aquam
Fixed, Thanks -- Eric
Achim Gratz writes:
> "Eric Schulte" writes:
>> I've just pushed up an implementation of this feature.
>
> I'm afraid byte-compile doesn't like it:
>
> In org-babel-expand-body:clojure:
> ob-clojure.el:63:26:Warning: reference to free variable `result-params'
>
>
> :-)
>
>
Dear Juri,
On 27.11.2010, at 13:39, Juri Artamonov wrote:
> I'm using Aquamacs and I would like to specify set files that should be
> opened when Aquamacs is started. Does anyone know how to do this?
A rather elegant method involves the desktop library and allows you to
generally restore the s
Hello,
I'm using Aquamacs and I would like to specify set files that should be
opened when Aquamacs is started. Does anyone know how to do this?
Thank you,
Juri.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies t
Hi Nicolas!
Thanks for your answer!
Nicolas Goaziou schrieb:
Wouldn't drawers be more appropriate here than inline tasks? Not that
it would work with a drawer either, but the examples given seem to
focus more on content than on a task title.
In fact I have both, text comments and tasks that
Hello.
I am willing to implement some kind of tagging for attachment files for
publishing. For text we've got the :noexport: tag which prevents
particular subtree from beeing published I'd like to have the same for
files, especially stored as attachments under data/, published with
org-publish-att
Am 26.11.2010 22:28, schrieb Markus Heller:
> Martin Stemplinger writes:
>
>> Hallo Rainer Stengele,
>>
>> am 26.11.2010 schriebst Du:
>>
>>> Hi all,
>>>
>>> I am struggling more and more with slowness in my agenda view.
>>> Moving from line to line with n and p is slow.
>>> Pressing the n key fo
Am 27.11.2010 08:09, schrieb Manuel Hermenegildo:
> My impression is that it is indeed at least partially related to
> font-lock. I have also observed that (at least on a mac) it is much
> worse in emacs 23 than in emacs 22 (to the point where it has made me
> swicth back to emacs 22 to make org us
Am 27.11.2010 03:53, schrieb Nick Dokos:
> Eric S Fraga wrote:
>
>> Rainer Stengele writes:
>>
>>> Hi all,
>>>
>>> I am struggling more and more with slowness in my agenda view. Moving
>>> from line to line with n and p is slow. Pressing the n key for 2
>>> seconds will result in the cursor not
Hi Karl,
Karl Maihofer wrote:
> Darlan Cavalcante Moreira schrieb:
>> Karl Maihofer wrote:
>>> I'd like to highlight the strings "(ok)" and "(fail)" in my Org-document.
>>> Ok should get a green background, fail a red one. I think highlighting in
>>> emacs should last, but it would be great to h
"Eric Schulte" writes:
> I've just pushed up an implementation of this feature.
I'm afraid byte-compile doesn't like it:
In org-babel-expand-body:clojure:
ob-clojure.el:63:26:Warning: reference to free variable `result-params'
:-)
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Androm
39 matches
Mail list logo