Hello,
On Sun, Jan 3, 2010 at 2:11 PM, Carsten Dominik
wrote:
>
> "* %\\%(diary-date %?) Day Off"
>
> should work.
>
Ok,
>>
>> The other problem is that Org ensures that the new entry has a
>> headline so I had to start the template with '*'. But I don't want
>> this since I read that the sexp
On Jan 4, 2010, at 9:52 AM, Francis Moreau wrote:
Hello,
On Sun, Jan 3, 2010 at 2:11 PM, Carsten Dominik
wrote:
"* %\\%(diary-date %?) Day Off"
should work.
Ok,
The other problem is that Org ensures that the new entry has a
headline so I had to start the template with '*'. But I don'
On Jan 3, 2010, at 10:25 PM, David Maus wrote:
Hi Carsten,
At Sun, 3 Jan 2010 19:47:18 +0100,
Carsten Dominik wrote:
Can I ask you to submit this as a bug report to Emacs?
I'll certainly do that.
Thanks.
I also attached a patch for org-wl.el that removes all text properties
of the
On Jan 4, 2010, at 12:22 AM, Russell Adams wrote:
Carsten,
I've seen properties and sub-headlines proposed, but what about
something like this, using quoting style to separate the notes from
the slide?
** Slide
- Slide content
- Slide content
#+BEGIN_BEAMER_NOTE
Here are the class notes for
On Jan 3, 2010, at 9:02 PM, Rocky Road wrote:
On Sun, 2010-01-03 at 19:53 +0100, Carsten Dominik wrote:
Hi Karl,
I still cannot reproduce this.
Anybody else?
- Carsten
I can reproduce it from the simple input:
| <35>| |
| header
On Mon, Jan 4, 2010 at 10:00 AM, Carsten Dominik
wrote:
>
> On Jan 4, 2010, at 9:52 AM, Francis Moreau wrote:
>
>> Hello,
>>
>> On Sun, Jan 3, 2010 at 2:11 PM, Carsten Dominik
>> wrote:
>>>
>>> "* %\\%(diary-date %?) Day Off"
>>>
>>> should work.
>>>
>>
>> Ok,
>>
The other problem is th
On Jan 4, 2010, at 4:33 AM, Water Lin wrote:
Carsten Dominik writes:
Hi Water,
On Dec 31, 2009, at 4:17 AM, Water Lin wrote:
I marked my notes and tasks with TODO flags and I also want to see
these
TODO flags in table of contents. So I can jump and explore to
unfinished
task quickly.
By
Hi,
this is relatively hard to implement, and I am not going to do it
right now, sorry.
- Carsten
On Dec 18, 2009, at 6:41 PM, Shawn Koons wrote:
Can someone point me to documentation about making an ordered list
starting with a number other than '1.' so that when it is exported
to html
On Fri, 01 Jan 2010 11:07 +0100, "Carsten Dominik"
wrote:
> Hi Peter,
>
> this is a quite open-ended request, to add classes based on
> TODO keywords/Tags, maybe timestamps etc.
>
> Maybe the best solution would be to do this in postprocessing, for
> example using a hook like org-export-html-f
Hi David,
On Dec 17, 2009, at 9:47 PM, David Maus wrote:
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report?
See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to t
Fixed, thanks.
- Carsten
On Dec 11, 2009, at 2:24 PM, Óscar Fuentes wrote:
When a [/] is used on a header that does not contain subitems,
pressing
C-c C-c on it signals an error on the minibuffer:
org-update-statistics-cookies: No data for statistics cookie
and the cookie appears with the
Hi Francesco,
can you com up with code that maps the Emacs buffer coding system to
the inputenc option? Then I can write the code to insert this into
the proper place in the LaTeX header
- Carsten
On Dec 8, 2009, at 5:22 PM, Francesco Pizzolante wrote:
Hi,
I have colleagues who are
Hi Thierry,
there is now a new face, org-agenda-diary, for this purpose.
HTH
- Carsten
On Dec 17, 2009, at 10:25 AM, Thierry Volpiatto wrote:
Hi, should be great to be able to colorize diary entries in agenda.
I didn't find customisation for that apart modifying:
,
| (defun org-get-entri
On Dec 18, 2009, at 12:42 PM, Adam Spiers wrote:
Currently org-cancel-clock just warns 'No active clock' when there is
no active clock. Would it make sense to extend the behaviour in that
case so that it interactively prompts whether you would like to remove
the most recently active clock entr
If a B_note tag is used in a headline for notes, it has the advantage that it
will be easier to see all the notes in the document (slides with notes). Also,
it would be easier to customize if the notes should be exported for other
formats other then beamer (since the user could simple exclude the
Because of this problem I usually create a dummy headline at the end of the
subtree when I work in a narrowed subtree for a long time. If I avoid changing
anything after this dummy headline I know that nothing strange will happen. Not
elegant, I know, but its a work around for now.
- Darlan Caval
On Jan 4, 2010, at 3:57 PM, Thierry Volpiatto wrote:
Hi Carsten,
Carsten Dominik writes:
Hi Thierry,
there is now a new face, org-agenda-diary, for this purpose.
Nice, thank you, i will have a look.
How do you enable it?
It is already implemented - all you need to do is to customize t
On Jan 4, 2010, at 3:49 PM, Darlan Cavalcante Moreira wrote:
If a B_note tag is used in a headline for notes, it has the
advantage that it
will be easier to see all the notes in the document (slides with
notes). Also,
it would be easier to customize if the notes should be exported for
ot
It now works perfectly.
Thanks for the hard work Carsten.
- Darlan Cavalcante Moreira
At Fri, 1 Jan 2010 11:18:59 +0100,
Carsten Dominik wrote:
>
> Hi Darlan,
>
> I have now finally implemented your request - but not tested it.
> Could you please, at your earliest possible convenience, do som
Carsten Dominik writes:
> On Jan 4, 2010, at 3:57 PM, Thierry Volpiatto wrote:
>
>> Hi Carsten,
>>
>> Carsten Dominik writes:
>>
>>> Hi Thierry,
>>>
>>> there is now a new face, org-agenda-diary, for this purpose.
>>
>> Nice, thank you, i will have a look.
>> How do you enable it?
>
>
> It is al
D M German writes:
> Jan> It allows you to link to any document format which doc-view-mode
> Jan> supports, which includes PDF files. The syntax is:
>
> Jan> docview:::
>
> Jan> Example:
>
> Jan> [[docview:/home/jan/some-file.pdf::7][Page 7]]
>
> I have started modifying evince. I got to the
Hi Carsten,
Carsten Dominik writes:
> Hi Thierry,
>
> there is now a new face, org-agenda-diary, for this purpose.
Nice, thank you, i will have a look.
How do you enable it?
I use that actually:
,
| (defun tv-org-propertize-diary-entries ()
| (save-excursion
| (let ((inhibit-read-onl
Hi,
Is there a way to specify when a particular task should stop repeating? For
instance, I need to backup the server in my office once a week for the next
3 weeks, after which the employee in charge will take it over again. Right
now, I just added it as a C-x C-s +1w scheduled task, but this cause
Hi Christopher,
I believe this might be fixed now - please verify!
Thanks
- Carsten
On Dec 20, 2009, at 6:40 PM, Christopher Suckling wrote:
On Sun, 20 Dec 2009 13:29:59 +0100, Carsten Dominik > wrote:
Thank you, but not quite working yet:
,
| #+BIND: org-export-latex-title-command ""
Hi Friedrich,
I don't have an easy way to make this simpler. So until there are
more people asking for this functionality, I guess you can simply live
with the "ugly" version.
Greetings
- Carsten
On Dec 22, 2009, at 6:58 PM, Friedrich Delgado Friedrichs wrote:
Hi!
I've been thinking,
Hello List,
After the latest git update, Emacs init is interrupted with this message:
"Symbol's function definition is void: mailcap-parse-mailcaps"
Recent changes and related info:
- Windows XP SP2
- GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON
- Cygwin 1.7 (recently u
Marking it DONE also works.
--
Manish
On Mon, Jan 4, 2010 at 8:53 PM, Avinash Kulkarni wrote:
> Hi,
> Is there a way to specify when a particular task should stop repeating? For
> instance, I need to backup the server in my office once a week for the next
> 3 weeks, after which the employee in
Hi,
How do I export a beamer presentation, embedded as a subtree in an org file?
I have attached a file with subtree properties defined as described on the
worg page - http://orgmode.org/worg/org-tutorials/org-beamer.php.
I expected 'C-c C-e 1 d' to do it, but the export is a article
documentclas
Sorry - With attachments this time.
project1.org has the embedded presentation (CDR Presentation), and
cdr1.orgis that subtree placed in a separate file, adjusting the
settings
accordingly).
Thanks,
Jerry
-- Forwarded message --
From: JBash
Date: Mon, Jan 4, 2010 at 1:21 PM
Subjec
Hi Manish,
At Mon, 4 Jan 2010 23:02:55 +0530,
Manish wrote:
>
> Hello List,
>
> After the latest git update, Emacs init is interrupted with this message:
>
> "Symbol's function definition is void: mailcap-parse-mailcaps"
>
> Recent changes and related info:
>
> - Windows XP SP2
> - GNU Emacs 23.1.
This is with a clean Emacs, nothing in .emacs except for what is
necessary to add my org-mode lisp directory to the load path and
(require 'org-install), Emacs pulled down from bzr this morning, and
current git download of org-mode, pulled a few minutes ago.
With an org file like this:
--
On Mon, 4 Jan 2010 17:50:07 +0100, Carsten Dominik
wrote:
>
> I believe this might be fixed now - please verify!
>
Indeed it is.
As ever, many thanks.
Christopher
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
E
On Mon, Jan 4, 2010 at 11:02 PM, Manish wrote:
> Hello List,
>
> After the latest git update, Emacs init is interrupted with this message:
>
> "Symbol's function definition is void: mailcap-parse-mailcaps"
>
> Recent changes and related info:
>
> - Windows XP SP2
> - GNU Emacs 23.1.1 (i386-mingw-nt
Hello,
please help a newbie with org-expiry.el :)
I have a file like this:
expiry.org
* ACTIVE Test task
:PROPERTIES:
:EXPIRY: <2010-01-04 Mon 11:12>
:END:
I want org-expiry to change the keyword from ACTIVE to EXPIRED. These
keywords are defined in my .emacs as follows:
(setq org
Carsten Dominik writes:
> On Jan 4, 2010, at 4:33 AM, Water Lin wrote:
>
>> Carsten Dominik writes:
>>
>>> Hi Water,
>>>
>>> On Dec 31, 2009, at 4:17 AM, Water Lin wrote:
>>>
I marked my notes and tasks with TODO flags and I also want to see
these
TODO flags in table of conte
I want to use org-info.js to build a navigator for my knowledge base.
So I set something like this:
-
#+INFOJS_OPT: path:http://orgmode.org/org-info.js
#+LINK_UP:
#+LINK_HOME:
-
but after I publish my project, there is no this kind of navigator.
What's the correct way to
On Tue, Jan 5, 2010 at 12:07 PM, Water Lin wrote:
>
> I want to use org-info.js to build a navigator for my knowledge base.
>
> So I set something like this:
> -
> #+INFOJS_OPT: path:http://orgmode.org/org-info.js
> #+LINK_UP:
> #+LINK_HOME:
> -
>
> but after I publish my pr
37 matches
Mail list logo