Kris,
You may have discovered this in the meantime, but I gave you the wrong line
for adding the org documentation to your info-path in emacs (so that M-x
org-info gets you to the latest docs). It's not
(add-to-list 'Info-default-directory-list "/path/to/org/doc")
but:
(add-to-list 'Info-dir
Hi all,
In the clock theme, I'm opening another debate, reason of the subject change.
This is something I begin to really feel the need for. Let's explain.
I've already convinced 3 to 4 of my Emacs (mainly) colleagues to go for
Org-mode whenever writing any type of document (to be published via
Hi Eric,
"Eric Schulte" wrote:
> Sébastien Vauban writes:
>>
>> 1. How could I use the same table in the slides as in the document, without
>>copy/pasting it?
>>
>>Is there, maybe, some Babel black magic at hand? Export/import?
>
> The following babel solution should work.
I was sure yo
Hi,
Sébastien Vauban wrote:
> 3. How can I easily switch between exporting:
>- the document, or
>- the slides?
>
>I guess I must use include/exclude tags? Right?
To exclude the slides is done via:
--8<---cut here---start->8---
#+EXPORT_EXCLUDE_TAG
Quoting Sebastian Rose :
Sorry for the reply to my own mail.
But as Carsten is on vacation, I thought it might make sense to add the
`[Patch]' to the subject.
This patch fixes batch-mode publishing. Tested in emacs24 like this:
sh$ emacs -q -batch --eval='(org-publish "PROJECT_NAME" t)
Alessandro Piras writes:
> How can I express a daily habit TODO item that I can fulfill from 11:00PM to
> 04:00AM?
It is not possible AFAIK, org-habit is only working with whole day
intervals. No easy solution comes to my mind. It would be very complex
to apply hourly intervals to org-habit I th
I have a question below, but first I want to say thanks, to Carsten of
course for org-mode, but also to all of you who contribute the great
tips and help on this forum.
Often, shortly after I've stored a quick note using Remember, I go back
to the note where it's been stored and add to it. Is
"Ken Olstad" writes:
> I have a question below, but first I want to say thanks, to Carsten of
> course for org-mode, but also to all of you who contribute the great
> tips and help on this forum.
>
> Often, shortly after I’ve stored a quick note using Remember, I go back
> to the note where it’s
Scot Becker writes:
> Kris,
>
> You may have discovered this in the meantime, but I gave you the wrong line
> for adding the org
> documentation to your info-path in emacs (so that M-x org-info gets you to
> the latest docs). It's
> not
>
> (add-to-list 'Info-default-directory-list "/path/to/
Matt Lundin writes:
> "Ken Olstad" writes:
>
>> I have a question below, but first I want to say thanks, to Carsten of
>> course for org-mode, but also to all of you who contribute the great
>> tips and help on this forum.
>>
>> Often, shortly after I’ve stored a quick note using Remember, I go
Sven Bretfeld wrote:
>Hi all
> ...
>This would be easiest if I could make org aware who actually belongs to
>the PR-Group and then just filter the Agenda View for John (or Mary
>resp.).
>Is that possible?
Maybe the tutorial "Org-mode tricks for team management" by Juan
Reyero at http://juanreye
Whenever I use remember or refile a subtree org-mode automatically sets the
bookmarks "org-refile-last-stored" and
"org-remember-last-stored". Therefore I can use the standard emacs bookmark
system for that ("C-x r l" to list all bookmarks).
--
Darlan
At Thu, 10 Jun 2010 09:14:27 -0400,
Bernt Ha
On Thu, Jun 10, 2010 at 10:08 AM, Bernt Hansen wrote:
> Scot Becker writes:
>
>> Kris,
>>
>> You may have discovered this in the meantime, but I gave you the wrong line
>> for adding the org
>> documentation to your info-path in emacs (so that M-x org-info gets you to
>> the latest docs). It's
* org.el (test): Removed unused test function.
---
lisp/org.el |4
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 5cbd10a..2a2cef9 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15571,10 +15571,6 @@ looks only before point, not after."
* org.el (org-at-property-p): Use save-match-data macro instead of let.
---
lisp/org.el | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 2a2cef9..7715ad7 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -13198,12 +13198,11 @@ allowed v
Org-entities is great, thanks!
I suggest not to fontify property keywords.
I found an easy way to prevent org-mode to fontify sub/superscripts in
property keys by skipping text with font eq org-special-keyword.
What triggered me was the key :LAST_REPEAT: in org-habit who looked
silly.
I also st
* org.el (org-raise-scripts): Do not fontify sub/superscripts of text
with face `org-special-keyword'. Makes property keys as :LAST_REPEAT:
display correctly.
---
lisp/org.el | 10 ++
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 7715ad7..
So natural, I should have thought of it. Thanks!
-Original Message-
From: Bernt Hansen [mailto:be...@norang.ca]
Sent: Thursday, June 10, 2010 8:14 AM
To: Matt Lundin
Cc: Ken Olstad; Emacs-orgmode@gnu.org
Subject: Re: visiting the last node filed from Remember buffer
Matt Lundin writes:
Hi Darlan,
Darlan Cavalcante Moreira writes:
> Whenever I use remember or refile a subtree org-mode automatically sets the
> bookmarks "org-refile-last-stored" and
> "org-remember-last-stored". Therefore I can use the standard emacs bookmark
> system for that ("C-x r l" to list all bookmarks).
Thanks for the follow-up, I corrected my config.
When I ran "M-x org-info" I saw the message "Info-find-file: Info file
org does not exist". Running "make info" to produce the org info file
resolved this.
___
Emacs-orgmode mailing list
Please use `Rep
Hi
Sébastien Vauban writes:
> Hi Eric,
>
> "Eric Schulte" wrote:
>> Sébastien Vauban writes:
>>>
>>> 1. How could I use the same table in the slides as in the document, without
>>>copy/pasting it?
>>>
>>>Is there, maybe, some Babel black magic at hand? Export/import?
>>
>> The followi
Hello,
some time ago I had a problem with agenda pdf export due to flet macro not
found,
which could be worked around by putting (require 'cl) in .emacs.
http://comments.gmane.org/gmane.emacs.orgmode/21837
Carsten Dominik pointed out this is unnecessary because of
(eval-when-compile
(requir
Hello,
With the following minimal example, the list isn't properly exported
to latex (please note there is no problem with html). The culprit is
obviously the equation split across two lines at the end of the first
item.
---
* Ex
"Colin Fraizer" writes:
> I use org-mode on Windows 7. It seems that the regexp for image files
> excludes the ":" (colon) character. Could it be added to this:
> "[-+./_0-9a-zA-Z]+"
> to make this
> "[-+./:_0-9a-zA-Z]+"
> ?
>
I use a regexp for image files that adds characters often found in
Wi
Sébastien Vauban writes:
>> This could go in Worg:
>
> This is automatically done. Did not know about this, but yes it's there (in
> the bookmark list, when `C-x r l'), without having set anything special.
Aaarrgh! I *love* Org.
--
Bastien
___
Em
Hi Eric,
"Eric Schulte" wrote:
> Sébastien Vauban writes:
>> "Eric Schulte" wrote:
>>> Sébastien Vauban writes:
1. How could I use the same table in the slides as in the document,
without copy/pasting it?
>>>
>>> The following babel solution should work.
>>> It uses a code bloc
Hi Bastien,
Bastien wrote:
> Darlan Cavalcante Moreira writes:
>
>> Whenever I use remember or refile a subtree org-mode automatically sets the
>> bookmarks "org-refile-last-stored" and
>> "org-remember-last-stored". Therefore I can use the standard emacs bookmark
>> system for that ("C-x r l" to
Hi Sébastien,
Sébastien Vauban writes:
[...]
>> for the first time a block is run the results will not be indented
>> currently, although it would probably be worthwhile to default to indenting
>> the results to the same level as the code block -- I'll add this as a TODO.
>
> Less important, eve
If I understand correctly, there's no hack, it's just what remember does
(sets the bookmark) to implement org-remember-goto-last-stored. Cool.
-Original Message-
From: Bastien Guerry [mailto:bastiengue...@googlemail.com] On Behalf Of
Bastien
Sent: Thursday, June 10, 2010 11:10 AM
To: Darl
I sometimes move the SCHEDULED keyword after textual content of a
heading, because for me the content is more important to see than
the keyword which is a technical detail of org implementation.
The problem is if I use org-schedule on such a heading to
reschedule the task then it inserts a new SCH
30 matches
Mail list logo