Fixed, thanks.
- Carsten
On Apr 7, 2009, at 10:51 AM, Harri Kiiskinen wrote:
Hello (again)!
Trying out org-feed.el and when updating a feed I get this in the
*Messages*:
Contacting host: partialrecall.blogspot.com:80
Reading [application/rss+xml; charset=UTF-8]... 46k of 46k (100%)
Symbol
Bernt Hansen,
Bernt Hansen wrote:
> "Francesco Pizzolante"
> writes:
>
Problems:
1) The sum of Time1 for Test headline is wrong: 3:30 instead of
2:30;
2) I'm unable to sum times through a formula (see Time3 column).
The same formula works perfectly when yo
On Apr 7, 2009, at 10:37 PM, Samuel Wales wrote:
Thanks, Carsten. That sounds like exactly the right solution.
One question. Are there any org .elc files that perform actions upon
loading? e..g. defining a key that the user might have redefined in a
hook or setting a variable that the user
Hi Matt,
work-around:
C-u C-u C-u C-c C-t
will switch off all dependency checking
for the duration of this command.
- Carsten
On Apr 8, 2009, at 12:34 AM, Matthew Lundin wrote:
I have started using dependencies in org-mode to make sure that I have
completed all todos in a project before ma
On Wed, Apr 8, 2009 at 7:46 AM, Mark Elston wrote:
> Mark Elston wrote:
>>
>> I have an org file I use specifically for exporting a collection of
>> other org files to pdf (using LaTeX). However, the resulting output
>> is not very much like I would like it to be.
>>
>> I am using t
On 07 Apr 09, Mark Elston wrote:
> Matthew Lundin wrote:
>
> I ran into this also. However, a "make clean" then "make" solved the
> problem.
Oops. Right: make clean fixed the problem for me, too.
Regards,
-- David
--
Email. maus.da...@gmail.com
Jabber dmj...@jabber.org
ICQ... 2
Fixed, thanks.
- Carsten
On Apr 7, 2009, at 10:20 AM, Harri Kiiskinen wrote:
Hello!
Just updated with git and noticed, that feed.el is missing in the
Makefile, thus does not get compiled nor installed.
Harri K.
___
Emacs-orgmode mailing list
Reme
Hi Bernt,
this changes continues to make trouble.
I hope I have squashed the bug now.
- Carsten
On Apr 6, 2009, at 3:50 PM, Bernt Hansen wrote:
Hi Carsten :)
The following commit
commit 8cc49120fa669f9ae1335b58b2e5f3
Mark Elston wrote:
I have an org file I use specifically for exporting a collection of
other org files to pdf (using LaTeX). However, the resulting output
is not very much like I would like it to be.
I am using the book class for now but will likely add my own LaTeX_CLASS
entry later once I get
I have an org file I use specifically for exporting a collection of
other org files to pdf (using LaTeX). However, the resulting output
is not very much like I would like it to be.
I am using the book class for now but will likely add my own LaTeX_CLASS
entry later once I get this all figured ou
Matthew Lundin wrote:
Hi Carsten,
Carsten Dominik writes:
Hi,
with the current git release, I have again moved some
code to new files. The exporters for HTML, XOXO, ASCII,
and iCalendar now all have their own files. I hope
that this will make things more transparent.
However, such a split
Nick Dokos wrote:
> goodh...@gmail.com wrote:
>
> > no, it is not working.
> > Since my grandparent folder is out of home folder(~)
> >
> > Any one know it?
> >
> > Thanks
> >
> > Manish wrote:
> > > On Mon, Apr 6, 2009 at 10:55 PM, goodh...@gmail.com wrote:
> > >
> > >> I tried ../.., do
I solved it. but do not ask me why.
(setq org-agenda-files (list "~/../../Plans/PhD.org"
"~/../../Plans/Others.org"
I add ~/ and restart emacs, which make it work, although ../ works for
parent folder without ~/
Jack
Manish wrote:
On Mon, Apr 6, 2009 at 10:55 PM, goodh...@gmai
El mar, abr 07 2009, Francesco Pizzolante va escriure:
> Consider the following example:
>
> | Description | Time1 | Time2 | Time3 |
> |-+---+---+|
> | * Test | 3:30 | 3:00 | #ERROR |
> | *** Item 1 | -1:30 | 1:00 | #ERROR |
> | *** Item 2 | 4:00 | 2:00 | #E
goodh...@gmail.com wrote:
> no, it is not working.
> Since my grandparent folder is out of home folder(~)
>
> Any one know it?
>
> Thanks
>
> Manish wrote:
> > On Mon, Apr 6, 2009 at 10:55 PM, goodh...@gmail.com wrote:
> >
> >> I tried ../.., does not work. ../ works for parents folder.
> >
I have started using dependencies in org-mode to make sure that I have
completed all todos in a project before marking it done. There are,
however, some projects that I would like to exclude from dependency
tracking. For example, I have a multi-step project for paying the rent
every month:
,
no, it is not working.
Since my grandparent folder is out of home folder(~)
Any one know it?
Thanks
Manish wrote:
On Mon, Apr 6, 2009 at 10:55 PM, goodh...@gmail.com wrote:
I tried ../.., does not work. ../ works for parents folder.
../.. does not work, because emacs or "setq org-agenda-fi
Hi Carsten,
Hopefully this is the last of the org-mac-message.el patches and it
supersedes everything from yesterday morning onwards...
It adds Growl detection AppleScript, fixes the commentary, tidies the
indentation and fixes two bugs (message:// regex and some formatting)
Best,
Christ
Good Evening,
On 07 Apr 09, Matthew Lundin wrote:
>
> Just pulled the new commits from the git repo. When I type "make", I get
> the following error message:
>
> ,
> | In toplevel form:
> | lisp/org-export-latex.el:53:1:Error: Symbol's function definition is void:
> org-create-multibrace-re
Hi Carsten,
updated my test data to match current Org-mode.
Pulled and exported to HTML without a problem.
Validation:
* [X] Horizontal line not in
* [X] Encodings (iso-8859-1, iso-8859-15, utf-8)
* [X] Named Section Anchors in Headlines
* [X] Footnotes
* [X] #+SETUPFILE
Thanks, Carsten. That sounds like exactly the right solution.
One question. Are there any org .elc files that perform actions upon
loading? e..g. defining a key that the user might have redefined in a
hook or setting a variable that the user might have reset? If so,
reloading might cause unexp
Hi Carsten,
Carsten Dominik writes:
> Hi,
>
> with the current git release, I have again moved some
> code to new files. The exporters for HTML, XOXO, ASCII,
> and iCalendar now all have their own files. I hope
> that this will make things more transparent.
>
> However, such a splitting operat
Not that I know of.
It might be possible, however, to (1) make a command that tags each
entry with :MARK: (similar to marking in dired -- you don't need this,
but would add completeness) (2) make a command that tags /matching/
items (you need this) and (3) make a command that moves all marked
entr
Hi,
with the current git release, I have again moved some
code to new files. The exporters for HTML, XOXO, ASCII,
and iCalendar now all have their own files. I hope
that this will make things more transparent.
However, such a splitting operation is complex, and it
is possible that in some envi
I have fixed org-reload, it will now only reload files
that actually have been loaded before. Also, the reloading
will now also cover any files from the contrib/lisp directory.
- Carsten
On Apr 6, 2009, at 12:57 PM, Carsten Dominik wrote:
I believe I know what s causing this. Reloading Org
Hello Carsten,
thanks a million for optimizing and including
this blocking-behavior into org-mode! :)
It seems to work like a charm.
Best regards,
Daniel
Carsten Dominik wrote:
Hi Daniel,
thanks for your continuing efforts. I have now implemented
this change, with some speed optimizations.
Jörg,
Jörg Hagmann writes:
> Thanks. I presently have "table of contents" turned off, and I dont
> want the same in a different language.
Did you try to customize the variable org-export-language-setup, as I
suggested? The variable allows you to change the name of the "Table of
Contents" head
Hi Rustom,
Please add:
javascript:location.href='org-protocol://store-link://'+encodeURIComponent(location.href)
^^^
Sorry for the inconvenience, thanks for finding the failure in the docs.
Regards,
Sebastian (who's going to fix the docs now)
Rustom Mody writes:
> When I try to
Jörg Hagmann writes:
> Hi,
>
> When exporting to html, is it possible to change "Table of Contents" in the
> exported file to something of one's own choice? (I don't mean a different
> language).
I can't find another way than what you probably found already:
M-x customize-variable RET org-export
Hi Matthew,
Thanks. I presently have "table of contents" turned off, and I dont want
the same in a different language. What I want is something like "On this
page", because otherwise users think they are dealing with links to
other pages and, depending on where exactly the "table of contents"
Hi Bernt,
Thanks for your answer.
>> Consider the following example:
>>
>> --8<---cut here---start->8---
>> * Test
>> #+COLUMNS: %25ITEM(Description) %Time1{:} %Time2{:} %Time3{:}
>>
>> #+BEGIN: columnview :hlines 1 :id local
>> | Description | Time1 | Time2 |
When I try to make a new bookmark in firefox containing
location.href='org-protocol://store-link://'+encodeURIComponent(location.href)
as the location, the save changes button in firefox becomes inactive!
Fiddling around with the =' etc changin it to : makes it active but then of
course the lin
Hi Jörg,
Jörg Hagmann writes:
> When exporting to html, is it possible to change "Table of Contents"
> in the exported file to something of one's own choice? (I don't mean a
> different language).
Try customizing the variable org-export-language-setup. This will enable
you to change the title o
Hi,
When exporting to html, is it possible to change "Table of Contents" in
the exported file to something of one's own choice? (I don't mean a
different language).
Thanks, Jörg
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send repl
Hi,
Going on in discovering org-mode, I found 2 problems when trying
to make computations on times.
Consider the following example:
--8<---cut here---start->8---
* Test
#+COLUMNS: %25ITEM(Description) %Time1{:} %Time2{:} %Time3{:}
#+BEGIN: columnview :hlines
Hi Cameron,
Cameron Horsburgh writes:
> Hi folks,
>
> I'm trying to get a little more control over my DEADLINE and SCHEDULED
> timestamps. Specifically, I'd like to be able to add the time (not
> just the date) when I hit C-c C-d or C-c C-s.
When I type something like C-c C-d wed 13:30 RET, the
On Tue, Apr 07, 2009 at 08:32:36AM -0400, Bernt Hansen wrote:
> To add a time I just enter the time when you get the SCHEDULED or
> DEADLINE date prompt.
>
> eg. Date+time [2009-04-07]: mon 7pm
>
> Lots of formats are supported.
>
> Entering the time at the prompt works for me.
>
> ,[ Examp
On Tue, Apr 07, 2009 at 12:24:33PM +, Giovanni Ridolfi wrote:
>
> --- Mar 7/4/09, Cameron Horsburgh ha scritto:
> > I'm trying to get a little more control over my
> > DEADLINE and SCHEDULED
> > timestamps.
>
> The manual (8.3 Deadlines and scheduling) states:
>
> [...] special keywords
Is there a way to MOVE multiple headlines, along with their content,
that match a search to a new file.
C-c a m +orgmode+howto moved to file ~/notes/org/howto-090704.org
C-c a m +orgmode+diary moved to file~/notes/org/diary-090704.org
Cameron Horsburgh writes:
> I'm trying to get a little more control over my DEADLINE and SCHEDULED
> timestamps. Specifically, I'd like to be able to add the time (not
> just the date) when I hit C-c C-d or C-c C-s.
>
> I tried adding the prefix, which is how you would do it when putting
> in a p
--- Mar 7/4/09, Cameron Horsburgh ha scritto:
> I'm trying to get a little more control over my
> DEADLINE and SCHEDULED
> timestamps.
The manual (8.3 Deadlines and scheduling) states:
[...] special keywords to facilitate *planning*
DEADLINE
Meaning: the task (most likely a TODO item,
On Apr 6, 2009, at 6:27 PM, Christopher Suckling wrote:
On 6 Apr 2009, at 01:49, David Abrahams wrote:
This patch to org-mac-message.el should make it show growl
notifications
when searching for flagged messages and growl is running, and work
silently otherwise.
Thanks, works nicely.
orgmode is great, but for my job, I can't touch PC much of my work time,
but I have cell phone, which I think is quite suitable for gtd, but manage
two gtd system is pain, could anyone give me some hints about how to
simplify my gtd system?
Maybe a little off topic, but it's still a little
Sebastian Rose writes:
> This seems to be a emacs/remember problem though.
>
>
> If I open a file `xy.txt' and select this text:
>
> lkäüüäüpüpjüpjsf
>
> and then 'C-x r' to remember it, I get this in my remember buffer:
>
> [[file:~/xy.txt::lk%20p%20pj%20pjsf][file:~/xy.txt::lk p pj pjsf]]
>
Hi Matthew,
First of all, thanks for your quick answer.
>> But sometimes, you also need to record some other information related
>> to that time block, for example, the distance you had to drive to go
>> to the meeting or some costs (like parking costs) that you had to pay
>> for it.
>>
>> Exampl
Hi folks,
I'm trying to get a little more control over my DEADLINE and SCHEDULED
timestamps. Specifically, I'd like to be able to add the time (not
just the date) when I hit C-c C-d or C-c C-s.
I tried adding the prefix, which is how you would do it when putting
in a plain timestamp (C-u C-c .) H
Hello (again)!
Trying out org-feed.el and when updating a feed I get this in the *Messages*:
Contacting host: partialrecall.blogspot.com:80
Reading [application/rss+xml; charset=UTF-8]... 46k of 46k (100%)
Symbol's function definition is void: sha1-string
and I cannot find the function sha1-stri
Hello!
Just updated with git and noticed, that feed.el is missing in the
Makefile, thus does not get compiled nor installed.
Harri K.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://li
On 7 Apr 2009, at 01:16, David Abrahams wrote:
On Apr 6, 2009, at 6:27 PM, Christopher Suckling wrote:
On 6 Apr 2009, at 01:49, David Abrahams wrote:
This patch to org-mac-message.el should make it show growl
notifications
when searching for flagged messages and growl is running, and w
49 matches
Mail list logo