You could also use Remind along with remind2org. I think there's info
about this in org-hacks on Worg.
On Wed, Feb 3, 2010 at 8:18 PM, Robert Goldman wrote:
> Thanks to all for the help! I'll use the cloning.
>
> Best,
> r
>
>
> ___
> Emacs-orgmode mai
On Feb 3, 2010, at 10:33 PM, Vagn Johansen wrote:
Carsten Dominik writes:
On Feb 2, 2010, at 9:18 PM, Vagn Johansen wrote:
I tried git bisect with "grep -R VTODO .". It seems that org-mode
has
always used VTODO so it is not a regression in org-mode. I think
the
problem is caused by a
Hi Tom, you are right, this is a recently introduced bug, fixed now.
Thank you for your report.
- Carsten
On Feb 2, 2010, at 11:28 AM, Tom wrote:
If I create a radio target in the file
<<>>
and then somewhere else in the document I use the target in a header
like
* collection of some
Hi,
I have applied you patch, but also kept the old provide statement,
to make sure that no old code will break.
Thanks.
- Carsten
On Feb 3, 2010, at 5:27 PM, > wrote:
In the org-export-generic.el file the library is provided as org-
generic
instead of org-export-generic.
Not sure what th
Dear list,
Sorry to ask a FAQ-type question, but how do I suppress the table of
contents generated in LaTeX files from orgmode? Must I use a custom
class or is there a command I can insert into #+LaTeX_HEADER that will
suppress its generation?
Thank you,
- Raffi.
___
Found it. Apparently org-export-preprocess-hook was the wrong hook.
When I used org-export-preprocess-final-hook instead it works as
expected.
Mark
On 2/3/2010 7:12 PM, Mark Elston wrote:
OK. I guess I was wrong. For some reason this hook doesn't seem
to work. I masked the issue a different
On Wed, Feb 3, 2010 at 10:15 PM, Eric Schulte wrote:
> Hi Rainer,
>
> Rainer M Krug writes:
>
> > Hi Eric
>
> [...]
>
> > So yes, I think it would be very useful to define the two additional
> header arguments for each
> > block:
> >
> > :shebang NIL for default, other string for the shebang line
2010/1/29 Björn Steffen :
> Hello,
>
> I'm teaching every thursday at a school. So I made a recurring entry
> in my org-file like this:
>
> * Teaching
> <2010-02-04 Thu 7:45-9:25 +1w>
>
> I would like to have a custom agenda view where I only see an entry
> for all the Thursdays. But I cannot fil
Mark Elston writes:
> OK. I guess I was wrong. For some reason this hook doesn't seem
> to work. I masked the issue a different way and it made me *think*
> this was working.
>
> Any ideas why this hook function would not remove header lines with
> only tags and no header text?
>
> Mark
Hi Ma
Thanks to all for the help! I'll use the cloning.
Best,
r
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
OK. I guess I was wrong. For some reason this hook doesn't seem
to work. I masked the issue a different way and it made me *think*
this was working.
Any ideas why this hook function would not remove header lines with
only tags and no header text?
Mark
On 2/3/2010 6:24 PM, Mark Elston wrote:
What are the possibilities for auto creating an org file based on a
template so that all todo items are auto scheduled based on an arbitrary
start date? Or would this be strictly a job for sed/awk or something?
Having just seen a screencast of xiki,
http://xiki.org/screencasts/web_development.htm
Carsten,
Never mind. I had had problems in the past getting the hook function
to work because I was making it harder than it needed to be. I just
went back to trying my hand at it and got it working pretty easily.
Sigh.
I added a hook function to org-export-preprocess-hook and removed the
blan
I've just started to use org-mode for my personal planning,
and still have lots of things to learn about customizing it.
A question about the visibility of DONE items in the agenda: I've found
org-agenda-skip-scheduled-if-done etc that control globally if DONE items
are shown in the agenda. Is the
Hi all
I have been away for a week. Thanks for implementing this. Haven't tried
it yet.
Greetings
Sven
Carsten Dominik writes:
> This is also a very nice solution, thank you, I will be using it.
>
> - Carsten
>
> On Feb 3, 2010, at 9:31 AM, Karsten Heymann wrote:
>
>> Hi,
>>
>> i just catched
Carsten Dominik writes:
> On Feb 2, 2010, at 9:18 PM, Vagn Johansen wrote:
>> I tried git bisect with "grep -R VTODO .". It seems that org-mode has
>> always used VTODO so it is not a regression in org-mode. I think the
>> problem is caused by a change in google calendar. They no longer
>> supp
Hi Carsten,
Thanks for the reply. My responses are below:
On 2/3/2010 2:34 AM, Carsten Dominik wrote:
Hi Mark,
On Feb 2, 2010, at 11:08 PM, Mark Elston wrote:
A year ago Flavio de Souza asked a question about latex enumerations
that is similar to a problem I now have. The answer given then
Hi Rainer,
Rainer M Krug writes:
> Hi Eric
[...]
> So yes, I think it would be very useful to define the two additional header
> arguments for each
> block:
>
> :shebang NIL for default, other string for the shebang line
> :headers NIL for default, NONE for no headers, other string for custom
Nathaniel Flath writes:
> Is there a way to easily postpone an item for several days in the
> Agenda view? For example, if I have a item scheduled on Sunday and
> wanted to pus it to Monday, is there a command where I could enter
> '+1d' and it would offset from the scheduled time instead of the
Hi Eric
On Wed, Feb 3, 2010 at 7:22 PM, Eric Schulte wrote:
> Hi Rainer,
>
> I just responded to your other email with a global solution to this
> problem.
Thanks - I'll look at it in detail tomorrow.
> Do you think this is the sort of thing that would need to be
> customized on a per-block
I've tested your analysis and confirmed that was NOT the
misspelled "CLASSS." Correcting the misspelling must have been
coincident with something else. I wish had taken better notes.
I'll continue to test to see what clobbered class list entry.
-ben
Carsten Dominik wrote:
Hi Ben,
I don't thi
Dan Davison writes:
> Rainer M Krug writes:
>
>> Hi
>>
>> I want to use org-mode to create a submit script for a cluster, and would
>> need
>> the first lines to be as follow:
>>
>> #!/bin/bash
>> #$ -cwd -j y
>> #$ -t 1-5
>> #$ -l mem_free=4G
>>
>> at the moment I get:
>>
>> #!/usr/bin/env sh
Hi Eric,
I don't believe anyone has yet extended org-plot to support multiple
independent variable columns. Since stating work on Org-babel [1], I
know use gnuplot source-code blocks for all of my plotting needs, as
they provide a more direct interface into gnuplot. For example the
following sho
Hi Rainer,
I just responded to your other email with a global solution to this
problem. Do you think this is the sort of thing that would need to be
customized on a per-block or per-file/subtree basis?
If so we may want to move this customization behind a header argument.
Thanks -- Eric
Rainer
Hi Rainer and Dan,
I have comments below, I believe this behavior should be possible
through manipulation of some existing org-babel variables.
Dan Davison writes:
> Rainer M Krug writes:
>
>> Hi
>>
>> I want to use org-mode to create a submit script for a cluster, and would
>> need
>> the fi
wrote:
> In the org-export-generic.el file the library is provided as org-generic
> instead of org-export-generic.
> Not sure what the reason for this is, but I cannot load it with
> (require 'org-generic).
>
Having the provided symbol have the same print-name as the file
name is a common co
Hi Martin,
Yes, we are still wrestling with how to deal with source-block names on
export to both LaTeX and html. You can use the "org-src-name" css class
to control the appearance of the source-code name -- or in your case to
hide it with the addition of something like the following to your
org-
In the org-export-generic.el file the library is provided as org-generic
instead of org-export-generic.
Not sure what the reason for this is, but I cannot load it with
(require 'org-generic).
This patch changes (provide 'org-generic) to
(provide 'org-export-generic) so I can load it normally.
Nathaniel Flath wrote:
> Is there a way to easily postpone an item for several days in the
> Agenda view? For example, if I have a item scheduled on Sunday and
> wanted to pus it to Monday, is there a command where I could enter
> '+1d' and it would offset from the scheduled time instead of the
Hi Stephen,
this is an interesting patch. I am a bit uneasy because
it changes the entered text and that may work better in
some cases than in others. However, as the resulting agenda
entry is the same, I have applied the patch. We'll see how
it goes - maybe we do need to add another variable
On Feb 1, 2010, at 9:20 PM, Eric Schulte wrote:
So to jump onto this thread that Carsten unwittingly brought back to
life ;)
I have been exporting org-mode subtrees to jekyll blog posts on a
couple
of projects, and I've found it really handy
- resulting in more attractive web pages than I'm
Hi Eric,
OK, this now throws an error.
- Carsten
On Feb 2, 2010, at 2:57 PM, Eric S Fraga wrote:
Hi,
I'm obviously having a bad two days with org-mode but, this time, I've
actually solved the problem myself. I thought I would highlight the
issue in case anybody else runs into this.
Short s
Hello,
Is there a way to easily postpone an item for several days in the Agenda
view? For example, if I have a item scheduled on Sunday and wanted to pus
it to Monday, is there a command where I could enter '+1d' and it would
offset from the scheduled time instead of the current date?
Thanks,
Na
Richard Riley writes:
> I was under the impression that the one thing that git does not
> advertise is space efficiency - it stores total file blobs for each and
> every change. So I think its efficiency is in terms of speed, not in
> terms of disk usage. And to be honest, if you worry about 54M
Rainer M Krug writes:
> Hi
>
> I want to use org-mode to create a submit script for a cluster, and would need
> the first lines to be as follow:
>
> #!/bin/bash
> #$ -cwd -j y
> #$ -t 1-5
> #$ -l mem_free=4G
>
> at the moment I get:
>
> #!/usr/bin/env sh
> # generated by org-babel-tangle
> #
> [
Chao Lu gmail.com> writes:
>
> Dear all,I know it's a silly question... But it is possible for emacs support
free hand input (tablet), since for a student on physics, most notes are math
equation related...Any suggestion?Chao
>
I would suggest using Xournal for your graphic notes. i am using t
Marcelo de Moraes Serpa writes:
> Hello list,
>
> org-mode really changed my life, and allowed me to fully implement GTD the way
> I wanted. However, I miss having access to it everytime, so, I'm looking for a
> mobile device that could run emacs and org, and that I could keep in sync with
> my l
Hi
I want to use org-mode to create a submit script for a cluster, and would
need the first lines to be as follow:
#!/bin/bash
#$ -cwd -j y
#$ -t 1-5
#$ -l mem_free=4G
at the moment I get:
#!/usr/bin/env sh
# generated by org-babel-tangle
#
[[file:~/Documents/Projects/BiocontrolAndAlienDynamics
Eric S Fraga writes:
> At Wed, 3 Feb 2010 05:02:51 + (UTC),
> Robert P. Goldman wrote:
>>
>> Is there some way to specify a repeating task over an interval? That is a
>> task
>> that is done, for example, every month, over a finite period?
>>
>> Here's an example that I tried:
>>
>> DEAD
Chao Lu writes:
> Another question will be for remember, I tried several times, seem for
> the remember template, a headline is required, say, if I just want to
> add a line, like below, which is quite often when just want to write
> some idea down:
>
>
> - Don't forget buy some binders
I'm trying to use remember-templates to create plainlists.
(setq org-remember-templates
'(("CD" ?d "+ [ ] %? :achat:@enville:\n"
"~/org/orgfiles/loisirs.org" "CDs [ / ]")
)
)
doesn't work : it creates a starred entry, with a timestamp...
Is it doable ?
_
On Feb 2, 2010, at 9:18 PM, Vagn Johansen wrote:
Carsten Dominik writes:
Hi Vagn
On Feb 1, 2010, at 8:47 PM, Vagn Johansen wrote:
Carsten Dominik writes:
Hi Vagn,
you are saying that this used to work out of the box and no longer
does?
Could you please git bisect to identify the offen
Hi Mark,
On Feb 2, 2010, at 11:08 PM, Mark Elston wrote:
A year ago Flavio de Souza asked a question about latex enumerations
that is similar to a problem I now have. The answer given then was a
workaround that doesn't apply in my case.
This stems from my project of using a single file to mai
On Feb 3, 2010, at 11:13 AM, Ivan Vanyushkin wrote:
On 02.02.2010 23:25, Ryan Thompson wrote:
If the previous command was anything else,
then Org Mode has no idea whether the buffer or its visibility has
changed since the last-executed S-Tab, since it cannot know which
other commands will affe
This is also a very nice solution, thank you, I will be using it.
- Carsten
On Feb 3, 2010, at 9:31 AM, Karsten Heymann wrote:
Hi,
i just catched up reading the org list, and I think I can contribute
to
this:
Carsten Dominik writes:
Is there a LaTeX command that can figure out if it is r
On 02.02.2010 23:25, Ryan Thompson wrote:
If the previous command was anything else,
then Org Mode has no idea whether the buffer or its visibility has
changed since the last-executed S-Tab, since it cannot know which
other commands will affect buffer visibility and which will not.
I think, onl
Hi,
when I export the following to html
-start
* test
#+srcname: test1
#+begin_src n3 -n
subject predicate object
#+end_src
#+begin_src n3 -n
subject predicate object
#+end_src
-end
the two source blocks are exported as (
On 31.01.2010 11:19, D M German wrote:
>
> here is a patch to support remember inside evince.
>
> http://turingmachine.org/~dmg/temp/0001-Added-support-for-xournal-but-docview-linking-needs-.patch
>
Hi Daniel,
sorry for my late reply, I have just caught up with the list again.
The patch work
On Wed, Feb 3, 2010 at 1:19 AM, Jan Böcker wrote:
>> Hi everybody,
>>
>> I am sorry I have been a bit slow to finish the integration of xournal
>> with remember mode. I think I got it working.
>
> Hi Daniel,
>
> that is great!
>
> After learning about org-protocol on worg, I got it working.
good.
> Hi everybody,
>
> I am sorry I have been a bit slow to finish the integration of xournal
> with remember mode. I think I got it working.
Hi Daniel,
that is great!
After learning about org-protocol on worg, I got it working.
There seems to be a problem with non-ASCII characters in the file na
Hi,
i just catched up reading the org list, and I think I can contribute to
this:
Carsten Dominik writes:
> Is there a LaTeX command that can figure out if it is running a beamer
> class?
> If yes, a possible solution would be to redefine \alert in LaTeX when
> not doing BEAMER.
The LaTeX Comma
Back in September, zwz asked about getting multiple graphs on a plot
from a table:
http://lists.gnu.org/archive/html/emacs-orgmode/2009-09/msg00354.html
There appears to be no answer to that question. I have the same need
and I was wondering if anybody has an answer to this.
Basically, given
At Wed, 3 Feb 2010 00:45:51 -0500,
Chao Lu wrote:
>
> [1 ]
> [1.1 ]
> Dear all,
>
> I know it's a silly question... But it is possible for emacs support free
> hand input (tablet), since for a student on physics, most notes are math
> equation related...
>
> Any suggestion?
I would suggest yo
At Tue, 2 Feb 2010 23:07:03 -0500,
Chao Lu wrote:
[...]
> Another question will be for remember, I tried several times, seem for the
> remember template, a headline is required, say, if I just want to add a
> line, like below, which is quite often when just want to write some idea
> down:
>
> --
At Tue, 2 Feb 2010 12:06:14 +0100,
Krause, Joerg wrote:
> Hello all,
>
> I am using emacs 23.1 on windows xp. In my agenda view, some topics
> show up in light green, which is difficult to read on a white
> background. I've tried to google around, but I can't find how to
> influence the colors in
At Tue, 2 Feb 2010 12:55:42 -0600,
Russell Adams wrote:
>
> On Tue, Feb 02, 2010 at 08:44:54PM +0200, Rainer M Krug wrote:
> > Hi Matt
> >
> > try latex2rtf: export org-mode to LaTeX and use latex2rtf to convert it to
> > rtf.
> > I am using latex2rtf to convert LaTeX code (generated by LyX) into
56 matches
Mail list logo