I have the following line in my .emacs for tasks which I invoke with C-c
C-t. How can I add another tag called 'Started' for tasks I already started:
(setq org-todo-keywords
'((sequence "TODO(t)" "|" "DONE(d)")
(sequence "|" "CANCELED(c)")))
(setq org-todo-keyword-faces
> On Sat, Oct 12, 2013 at 7:24 AM, Mike McLean wrote:
>
> > On Oct 12, 2013, at 2:03 AM, Manish wrote:
> >
> > > On Fri, Oct 11, 2013 at 9:55 PM, Mike McLean wrote:
> > >
> > > > On Oct 10, 2013, at 9:51 PM, Manish wrote:
> > > >
> > > > i am trying to use %(org-mac-outlook-message-insert-selected)
Hello Jarmo,
it may be useful to look into the publishing scheme of org-mode.
Export = export a single file
Publish = publish a set of files. More extensive configuration
capabilities. Can also be used to publish single file.
Publish provides very extensive configuration capabilities, which inclu
Am 10.10.2013 18:05, schrieb Eric S Fraga:
> Rainer Stengele writes:
>
>> Hi!
>>
>> I have a headline with several sub headlines and sub items in lists.
>> Scattered all over I have checkboxes.
>> I would very much like to collect and see the overall status of unchecked
>> checkboxes.
>
> Not s
I thought about temp files, but that makes the file names cryptic which is
inconvenient for communication without people outside org.. also, I tend
recompile figures many times which would cause a lot of cluttering files
that are hard to delete since you don't know which file is the one
currently l
Hello Jarmo,
it may be useful to look into the publishing scheme of org-mode.
Export = export a single file
Publish = publish a set of files. More extensive configuration
capabilities. Can also be used to publish single file.
Publish provides very extensive configuration capabilities, which inclu
On Oct 12, 2013, at 2:03 AM, Manish wrote:
> >> On Fri, Oct 11, 2013 at 9:55 PM, Mike McLean wrote:
> >>
> >> > On Oct 10, 2013, at 9:51 PM, Manish wrote:
> >> >
> >> > i am trying to use %(org-mac-outlook-message-insert-selected)
> >> > in a capture template to create a tod
* lisp/org.el (org-set-tags): Width of strings presenting on a buffer
should be calculated with `string-width' instead of `length'.
This fixes unaligned tags for the languages with multi-width
characters.
---
Hi,
I just noticed that tags are not aligned when I use Japanese chars for
tags. This p
Answering my own question...
> What I would like to do now is to automatically run some commands
> after I have exported an org file as html.
I ended up circumventing the problem - that is, the exporter - by
creating a code block in which I first run org-html-export-to-html and
then do my git st
On Sat, Oct 12, 2013 at 09:58:27AM +0200, Nicolas Goaziou wrote:
> Fabrice Popineau writes:
>
> > The problem as I feel it is that \[ \] works sometimes, but not as
> > often as with LaTeX, which is disconcerting.
>
> \[...\] is more limited in Org than in LaTeX, indeed.
>
> > I know that thepa
Hello,
it appears that in org-mode 8.x the hooks org-publish-before-export-hook
and org-publish-after-export-hook are no longer used. I did a search in the
source code of org-mode 8.2.1 downloaded from
http://orgmode.org/org-8.2.1.zip, and then looked for one of the hooks
with:
find ./ -name "*.e
Greetings.
I feel like a newbie most of the time when I try to do something a bit
more complicated with org. And finding the solution in the manuals is
often pretty hard.
What I would like to do now is to automatically run some commands after
I have exported an org file as html. (In particular,
Completing myself,
> Fabrice Popineau writes:
>> But again what is surprising is that the backslash itself
>> in \IEEEAuthorBlockA and \IEEEAuthorBlockN are not translated to LaTeX
>> syntax.
>
> Honestly, it surprised me too, as I thought that every curly bracket
> would be escaped. But I don't
Hello,
Fabrice Popineau writes:
> I'm not sure why it is not correct : I guess you mean not correct Org
> syntax?
Correct.
> The problem as I feel it is that \[ \] works sometimes, but not as
> often as with LaTeX, which is disconcerting.
\[...\] is more limited in Org than in LaTeX, indeed.
* Jarmo Hurri wrote:
>
> I tried to play with these, but did not get the extra info in the
> agenda.
>
> Maybe I need to get better acquainted with agendas. Is there a way to
> associate a property with each repeating timestamp and show this
> property in the agenda? (There most likely is.)
Try o
15 matches
Mail list logo