Rustom Mody wrote:
> On Wed, Apr 13, 2011 at 8:43 AM, Bernt Hansen wrote:
> > Rustom Mody writes:
> >
> >> If the
> >> $+EMAIL: r...@somewhere.com
> >> option is set it used to appear at the bottom of the html-export.
> >>
> >> Does not seem to appear now.
> >>
> >> Is this a regression or am I
Hi Eric
Thank you, that clarifies it quite a bit. Forgot about the lispyness
of the numbers in brackets.
Renier
On Wed, Apr 13, 2011 at 5:52 AM, Eric Schulte wrote:
> Hi Renier,
>
> The Org-mode table machinery is interpreting the values of your table
> cells as emacs lisp (given that the table
On Wed, Apr 13, 2011 at 8:43 AM, Bernt Hansen wrote:
> Rustom Mody writes:
>
>> If the
>> $+EMAIL: r...@somewhere.com
>> option is set it used to appear at the bottom of the html-export.
>>
>> Does not seem to appear now.
>>
>> Is this a regression or am I missing some option?
>>
>> IOW with
>>
>
Hi Renier,
The Org-mode table machinery is interpreting the values of your table
cells as emacs lisp (given that the table formula is an elisp, rather
than a calc formula). Due to the "," the result is a weird nested list
which confuses your python code block. Some options here include...
1. wr
Rustom Mody writes:
> If the
> $+EMAIL: r...@somewhere.com
> option is set it used to appear at the bottom of the html-export.
>
> Does not seem to appear now.
>
> Is this a regression or am I missing some option?
>
> IOW with
>
> #+AUTHOR: Rusi
> #+EMAIL: myn...@somewhere.com
>
> Rusi appears in
Matt Lundin writes:
> There is a special property name for active timestamps: TIMESTAMP. You
> can access the first active timestamp in an entry (either with column
> view or org-entry-get) via the special property TIMESTAMP. Inactive
> timestamps = TIMESTAMP_IA.
>
Hm, that's interesting. But I
If the
$+EMAIL: r...@somewhere.com
option is set it used to appear at the bottom of the html-export.
Does not seem to appear now.
Is this a regression or am I missing some option?
IOW with
#+AUTHOR: Rusi
#+EMAIL: myn...@somewhere.com
Rusi appears in the html output but not myn...@somewhere.com
Memnon Anon writes:
> Hi,
> Christopher Allan Webber writes:
>
>> I was once one of the many people who apparently originally
>> misunderstood what "SCHEDULED" meant, and used to set it to like, an
>> appointment time.
>
> Well, you can use it that way.
> The point is: Scheduled items behave dif
Hi all,
the default remember-mode generates a title automatically from the text input.
For example, if I enter the command M-x org-remember
and input the content of this e-mail followed by C-c C-c,
the title "(Hi all)" is automatically generated.
I think this feature is really nice, because some
On Fri, Mar 18, 2011 at 4:13 AM, Carsten Dominik
wrote:
> A good solution would be for session to provide a hook that we can use.
Christoph has submitted version 2.3a of session
http://sourceforge.net/projects/emacs-session/files/session/
The required hook has been added, maybe someone who knows
I Just thought I would let people know I have made extensive updates to
org-drill recently. Org-drill uses orgmode topics as flashcards for
self-testing,
using spaced repetition algorithms like those used in programs such as
SuperMemo, Anki and Mnemosyne. It resides in the contrib directory but h
Christopher Allan Webber writes:
> Matt Lundin writes:
>
>> There is a special property name for active timestamps: TIMESTAMP. You
>> can access the first active timestamp in an entry (either with column
>> view or org-entry-get) via the special property TIMESTAMP. Inactive
>> timestamps = TIMES
Hi,
Christopher Allan Webber writes:
> I was once one of the many people who apparently originally
> misunderstood what "SCHEDULED" meant, and used to set it to like, an
> appointment time.
Well, you can use it that way.
The point is: Scheduled items behave differently to timestamped items.
If y
"Eric Schulte" writes:
> Hi Petro,
>
> You can use yasnippet to expand keywords into templates (like code
> blocks) with TAB, see the following for instructions on using yasnippet
> with Org-mode [1].
>
> Alternately you could add the following elisp code to your config, and
> bind the `org-inser
Christopher Allan Webber writes:
> theo writes:
>
>> Hello,
>>
>> On 12/04/2011 00:42, Christopher Allan Webber wrote:
>>> I was once one of the many people who apparently originally
>>> misunderstood what "SCHEDULED" meant, and used to set it to like, an
>>> appointment time.
>>
>> That's what
Christopher Allan Webber writes:
> I was once one of the many people who apparently originally
> misunderstood what "SCHEDULED" meant, and used to set it to like, an
> appointment time.
>
> It seems the appropriate thing for what I actually meant was to just
> put a timestamp anywhere in the entr
Quick feedback.
Applied the patch to my workarea. My example (which was stolen from
Orgmode manual) gets exported just fine.
Jambunathan K.
Manuel Giraud writes:
> ---
> lisp/org-html.el |6 --
> 1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/lisp/org-html.el b/li
On Tue, Apr 12, 2011 at 1:20 PM, Eric S Fraga wrote:
> John Hendy writes:
>
> [...]
>
>> - I looked at the package and example and rather liked the side-page
>> type for small little notes. So cool. But, alas, removing the
>> '[inline]' gave me undefined control sequence errors. When I ran it
Eden Cardim writes:
> Tassilo> No, I just wasn't really sure what that SCAN argument
> Tassilo> means, so I tried to be as safe as possible. If it's
> Tassilo> always safe to provide nil, let's change that.
>
> Well, right now all it does is to check split rules against incoming
> ma
John Hendy writes:
[...]
> - I looked at the package and example and rather liked the side-page
> type for small little notes. So cool. But, alas, removing the
> '[inline]' gave me undefined control sequence errors. When I ran it
> from the .tex file directly, it kind of worked, but my littl
2011/4/12 John Hendy :
> 2011/4/12 John Hendy :
>>>
>>> Yes, you're right. You need the todonotes package. This is "standard" in my
>>> private class, reason why I forgot about this link.
>>>
>>> Go and add it, you'll love it!
>>
>> Holy cow. I kind of ignored this as I didn't know what it did, the
Richard Riley writes:
> Matt Lundin writes:
>
>> Marcelo de Moraes Serpa writes:
>>
>>> Is it possible to hide tags?
>>>
>>> Rationale: Sometimes an item has so many tags, that it becomes kind of
>>> annoying visually.
>>>
>>> It'd be nice to have a command to hide/expand tags. What do you thi
2011/4/12 John Hendy :
>>
>> Yes, you're right. You need the todonotes package. This is "standard" in my
>> private class, reason why I forgot about this link.
>>
>> Go and add it, you'll love it!
>
> Holy cow. I kind of ignored this as I didn't know what it did, then
> checked out todonotes and wa
>
> Yes, you're right. You need the todonotes package. This is "standard" in my
> private class, reason why I forgot about this link.
>
> Go and add it, you'll love it!
Holy cow. I kind of ignored this as I didn't know what it did, then
checked out todonotes and was blown away. This is amazing.
,
Matt Lundin writes:
> Marcelo de Moraes Serpa writes:
>
>> Is it possible to hide tags?
>>
>> Rationale: Sometimes an item has so many tags, that it becomes kind of
>> annoying visually.
>>
>> It'd be nice to have a command to hide/expand tags. What do you think?
>>
>
> Could you please explain
Hi.
I have been playing around with complex data that has been returned
from Python. This is obviously not in calc.el format but if I change
them to the correct format I can manipulate them using calc.
but
When I want to pass the complex numbers (python format) to python I
get an error. If I pas
Hi,
Great! I'll test again, but I need to come up for air from other work
first, so it will take a few days before you hear anything.
As you saw, most of my earlier concerns about
captions/cross-references went away when I realized updating fields
solved them. Thanks for the additional expla
theo writes:
> Hello,
>
> On 12/04/2011 00:42, Christopher Allan Webber wrote:
>> I was once one of the many people who apparently originally
>> misunderstood what "SCHEDULED" meant, and used to set it to like, an
>> appointment time.
>
> That's what I do.
>
> Maybe I lack background, but why do
Marcelo de Moraes Serpa writes:
> Is it possible to hide tags?
>
> Rationale: Sometimes an item has so many tags, that it becomes kind of
> annoying visually.
>
> It'd be nice to have a command to hide/expand tags. What do you think?
>
Could you please explain in which context you would like to
Erwin Panen writes:
> Is there any (easy) way to convert headlines to numbering?
> What I'm thinking of is similar to the Orgmode manual, where you have
> the numbered structure representing sections/paragraphs etc.
>
> Reasoning behind this:
> - easily export pdf or printed report material
Alth
For 7.4 and 7.5 (at least), the folder UTILITIES is not included in the
release tarball. It is therefore not possible to run 'make doc' and doc/
is missing org.html and orgcard.txt.
Is this intentionally? If yes, what are the reasons not to ship
UTILITIES, org.html and orgcard.txt?
--
Florian F
Bastien writes:
> Dear all,
>
> here it is, release 7.5, my first release as Org's new maintainer.
[...]
> Version 7.5
>
>
> Incompatible changes
> =
>
> `org-bbdb-anniversary-format-alist' has changed
>
>
> Plea
Radosław Grzanka writes:
> Hello,
> is it possible to select and clock-in default task when emacs starts?
>
> I'm trying to implement GTD setup as described here
> http://doc.norang.ca/org-mode.html and I like concept of
> "punching-in". However, I found out it is not necessary for me to
> sele
---
lisp/org-html.el |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/lisp/org-html.el b/lisp/org-html.el
index 58fbc05..5d53478 100644
--- a/lisp/org-html.el
+++ b/lisp/org-html.el
@@ -826,7 +826,8 @@ MAY-INLINE-P allows inlining it as an image."
(not
On HTML export, I am unable to follow references to lines within the
code examples.
Firefox complains with the following message:
"Firefox doesn't know how to open this address; because the
protocol(coderef) isn't associated with any program."
--8<---cut here---start---
Michael Brand writes:
> On Mon, Apr 11, 2011 at 20:57, Marcelo de Moraes Serpa
> wrote:
>> Is it possible to hide tags?
>
> No.
>
>> Rationale: Sometimes an item has so many tags, that it becomes kind of
>> annoying visually.
>> It'd be nice to have a command to hide/expand tags. What do you th
Hello,
is it possible to select and clock-in default task when emacs starts?
I'm trying to implement GTD setup as described here
http://doc.norang.ca/org-mode.html and I like concept of "punching-in".
However, I found out it is not necessary for me to select "default task"
each time I punch
On Tue, Apr 12 2011, Stefan Monnier wrote:
> Hmm... good point, doing it in completion-choices is not reliable, tho
> using as completion table something like:
>
> (lambda (string pred action)
> (let ((res (complete-with-action action completion-choices string pred)))
> (if (and (eq action n
Thanks guys. Exactly what I wanted.
The word template had not came into my mind, thats why my googling was
not sucesseful :(
On Tue, Apr 12, 2011 at 9:04 AM, Eric Schulte wrote:
> Hi Petro,
>
> You can use yasnippet to expand keywords into templates (like code
> blocks) with TAB, see the follow
On Mon, Apr 11, 2011 at 20:57, Marcelo de Moraes Serpa
wrote:
> Is it possible to hide tags?
No.
> Rationale: Sometimes an item has so many tags, that it becomes kind of
> annoying visually.
> It'd be nice to have a command to hide/expand tags. What do you think?
I think it'd be nice for this
Mails between Jan 20 to March 31 are missing.
There are no links for 2011-02 and 2011-03 at
http://lists.gnu.org/archive/html/emacs-orgmode/.
A closer look at Jan 2011 suggests mails after Jan 20 aren't logged.
http://lists.gnu.org/archive/html/emacs-orgmode/2011-01/index.html
Jambunathan K.
Christian
I have fixed most of the issues that you had reported earlier.
I have added two new features:
1. Attaching Custom Styles to the document
- See http://permalink.gmane.org/gmane.emacs.orgmode/40026
2. TOC and Outline numbering are done natively. i.e.,
Tools->Update->Update All w
> "Tassilo" == Tassilo Horn writes:
Tassilo> No, I just wasn't really sure what that SCAN argument
Tassilo> means, so I tried to be as safe as possible. If it's
Tassilo> always safe to provide nil, let's change that.
Well, right now all it does is to check split rules against in
Eden Cardim writes:
Hi Eden,
> After switching to using gnus mail splitting, following links to
> nnimap messages has become very slow. I'm fairly familiar with the
> gnus source, but not org-mode's as much, after wading a bit in the
> source I landed on
[...]
> ,[ org-gnus-follow-link ]
>
Hi Petro,
You can use yasnippet to expand keywords into templates (like code
blocks) with TAB, see the following for instructions on using yasnippet
with Org-mode [1].
Alternately you could add the following elisp code to your config, and
bind the `org-insert-block' function to a comfortable key
45 matches
Mail list logo