Torsten Wagner writes:
> CC. Since Sogo does not allow a print view. Does someone know how to
> create a printable weekly calendar which contains org-agenda entries?
> I barley remember there was a possibility to create a PDF but can't
> find it anymore
There are the cal-tex-* functions which p
Nick Dokos writes:
>> But unfortunately, I know that little of ELISP, that I am not able
>> to implement it by myself :-(
> Time to learn some then - and there is no better way than scratching
> your own itch :-)
Two days later, no reply so far. I'll give it a shot.
Karl, if you are still fiddli
* Memnon Anon wrote:
>
> Two days later, no reply so far. I'll give it a shot.
> Karl, if you are still fiddling to make it work, ignore this posting
> and keep trying. :)
Well, the hook in combination with the ARCHIVE tag did resolve my
current issue quite nicely. However, I follow ELISP lesson
Daimrod writes:
> François Pinard writes:
>> ColOrg is a project about real-time collaborative editing of Org files.
> That's a really cool project!
Thanks.
> Do you plan to keep the server in Python? Or do you think it would be
> possible to make this in Emacs Lisp only with Elnode[1] for
I believe I've figured it out. I must have an old version of 'htmlize'
installed somewhere, I 'edebug' traced through the code and fell through to
this part:
(when lang
(if (featurep 'xemacs)
(require 'htmlize)
(require 'htmlize nil t))
(when (not (fboundp 'htmlize-region-for-paste))
François Pinard writes:
> Once we get a working solution, the protocol remains the contact point.
> The server could be replaced using other languages, and new clients may
> be written for other editors (given they are extensible enough). My
> goal is quickly getting something usable, so I selec
Hey David,
could you please help me and steer me in the right direction to find the
cuprit which makes the caldav calendar lagging an hour compared to the
timestamps in org-mode.
I use Linux, not sure that might be releated or not.
Thanks
Torsten
On 17 January 2013 20:05, David Engster wrote:
Nicolas Goaziou writes:
> I plan to rewrite C-c C-c using Elements, so the behaviour will slightly
> change.
>
> It will be better to discuss about checkboxes when this change is done.
>
I've got no problem waiting, but it would be a good idea to figure out a
consistent non-contradictory key-bin
On Mon, Jan 21, 2013 at 9:58 AM, Ken Williams wrote:
> I believe I've figured it out. I must have an old version of 'htmlize'
> installed somewhere, I 'edebug' traced through the code and fell through to
> this part:
>
> (when lang
> (if (featurep 'xemacs)
>(require 'htmlize)
> (require
Bug fix: delete indirect buffer's window only when it exists.
* org-agenda.el (org-agenda-quit): Delete indirect buffer's window
only when it exists.
When indirect buffer's window doesn't exist, the original logic will
delete the current window.
TINYCHANGE
diff --git a/lisp/org-agenda.el b/lisp/
On Mon, Jan 21, 2013 at 10:48 AM, John Hendy wrote:
>
> Awesome that you got it going. Do you still have =(require
> 'org-install)= in your .emacs? ETA: just checked and you do. I checked
> as I had an issue with emacs not using the git version of org because
> I stupidly had =(require 'org-insta
Muchenxuan Tong writes:
> Bug fix: delete indirect buffer's window only when it exists.
> * org-agenda.el (org-agenda-quit): Delete indirect buffer's window
> only when it exists.
Introduces a new bug: when-let is not defined in GNU Emacs.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron m
A while ago I posted for help in adding an ability to "snooze" a to-do item:
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg20114.html
At the time, the only solution available was to create a manual copy of
the item. This approach creates as many problems as it solves for me.
I've gott
Hi,
It would be nice if the documentation mentioned the need to reparse the
org buffer with `C-c C-c' when a property is set with #+PROPERTY.
(info "(org) Property syntax")
And, IMO, it should also be mentioned here:
(info "(org) Buffer-wide header arguments").
A simple footnote like the one pre
Torsten Wagner writes:
> Hey David,
> could you please help me and steer me in the right direction to find the
> cuprit
> which makes the caldav calendar lagging an hour compared to the timestamps in
> org-mode.
It's difficult. I will need to add some (optional) excessive debugging
output for see
Torsten Wagner writes:
> I also noticed the files org-caldav-2094e16.el and org-caldav-backup.org.
> However, they are stored in my .emacs.d folder. Would it make sens to have an
> option to save them relatively to the org-file? E.g. relative to the path set
> in org-caldav-files? That would help t
Torsten Wagner writes:
> You might can try
>
> http://sogo-demo.inverse.ca/SOGo/dav/sogo1/Calendar/personal/
>
> which is the demo account of the Sogo.
Thanks. That'll work.
After a bit of fiddling it seems that SOGo really really wants a
timezone definition. I have no idea how those can be g
I am a huge advocate of using org files and literate programming in your
config files.
A few reasons why:
- Makes it easy to logically group sections of your init and
configuration
- Agenda tags search on your initialization file? Yes please!
Extremely useful for those "cross-cutting" bits.
On Mon, Jan 21, 2013 at 11:45 AM, Ken Williams wrote:
>
> On Mon, Jan 21, 2013 at 10:48 AM, John Hendy wrote:
>>
>>
>> Awesome that you got it going. Do you still have =(require
>> 'org-install)= in your .emacs? ETA: just checked and you do. I checked
>> as I had an issue with emacs not using the
On Mon, Jan 21, 2013 at 12:41 PM, Daimrod wrote:
> Hi,
>
> It would be nice if the documentation mentioned the need to reparse the
> org buffer with `C-c C-c' when a property is set with #+PROPERTY.
> (info "(org) Property syntax")
As in adding to the header arguments? Yeah, probably wouldn't hur
John Hendy writes:
> On Mon, Jan 21, 2013 at 12:41 PM, Daimrod wrote:
>> Hi,
>>
>> It would be nice if the documentation mentioned the need to reparse the
>> org buffer with `C-c C-c' when a property is set with #+PROPERTY.
>> (info "(org) Property syntax")
>
> As in adding to the header argumen
Recent git.
Commenting out a list item works properly, but exporting does not.
Export of subtree to HTML.
===
* asdf
1) top level
2) another
more
- indented
# - necessary to comment out this other indented list
#
# without ability to comment it out in p
On Mon, Jan 21, 2013 at 4:16 PM, John Hendy wrote:
> On Mon, Jan 21, 2013 at 11:45 AM, Ken Williams wrote:
> >
> > On Mon, Jan 21, 2013 at 10:48 AM, John Hendy wrote:
> >>
> >>
> >> Awesome that you got it going. Do you still have =(require
> >> 'org-install)= in your .emacs? ETA: just checked
Daimrod writes:
> John Hendy writes:
>
>> On Mon, Jan 21, 2013 at 12:41 PM, Daimrod wrote:
>>> Hi,
>>>
>>> It would be nice if the documentation mentioned the need to reparse the
>>> org buffer with `C-c C-c' when a property is set with #+PROPERTY.
>>> (info "(org) Property syntax")
>>
>> As in
Ken Williams writes:
> I believe I've figured it out. I must have an old version of 'htmlize'
> installed somewhere, I 'edebug' traced through the code and fell through to
> this part:
Glad you sorted it!
> I couldn't manage to set up my load-path to load htmlize 'properly' (is
> htmlize not a
On Mon, Jan 21, 2013 at 4:35 PM, Daimrod wrote:
> John Hendy writes:
>
>> On Mon, Jan 21, 2013 at 12:41 PM, Daimrod wrote:
>>> Hi,
>>>
>>> It would be nice if the documentation mentioned the need to reparse the
>>> org buffer with `C-c C-c' when a property is set with #+PROPERTY.
>>> (info "(org
Aloha Ken,
Ken Williams writes:
>
> It's been a while since I've used this machine, so I'd updated to the
> latest Aquamacs, but it looks like Aquamacs itself hasn't seen a release in
> over a year. That's probably part of the problem. I wonder if there's
> something else filling the niche the
Aloha Daimrod (Greg),
Daimrod writes:
>
> So, here is a patch for this:
If you add [PATCH] to the email Subject, your patch will be brought to
the attention of the developers.
All the best,
Tom
--
Thomas S. Dye
http://www.tsdye.com
t...@tsdye.com (Thomas S. Dye) writes:
> Aloha Daimrod (Greg),
>
> Daimrod writes:
>
>>
>> So, here is a patch for this:
>
> If you add [PATCH] to the email Subject, your patch will be brought to
> the attention of the developers.
I didn't know, thanks.
> All the best,
> Tom
--
Daimrod/Greg
Daimrod writes:
> Hi,
>
> It would be nice if the documentation mentioned the need to reparse the
> org buffer with `C-c C-c' when a property is set with #+PROPERTY.
> (info "(org) Property syntax")
>
> And, IMO, it should also be mentioned here:
> (info "(org) Buffer-wide header arguments").
>
>
Just to be clear... this is MobileOrg for IOS the Android version is
going strong and is still available via the Play store.
On Fri, Jan 18, 2013 at 1:24 AM, Mobile Org wrote:
> Hi Everyone,
>
> Here is a quick status update regarding MobileOrg.
>
> Several people have stepped in to take ov
On Mon, Jan 21, 2013 at 5:02 PM, John Hendy wrote:
>
> On Jan 21, 2013 4:51 PM, "Ken Williams" wrote:
> >
> > It's been a while since I've used this machine, so I'd updated to the
> latest Aquamacs, but it looks like Aquamacs itself hasn't seen a release in
> over a year. That's probably part o
Daimrod wrote:
> John Hendy writes:
>
> > On Mon, Jan 21, 2013 at 12:41 PM, Daimrod wrote:
> >> Hi,
> >>
> >> It would be nice if the documentation mentioned the need to reparse the
> >> org buffer with `C-c C-c' when a property is set with #+PROPERTY.
> >> (info "(org) Property syntax")
> >
>
Nick Dokos writes:
> I believe that just as with code changes, doc changes also need FSF
> copyright assignment.
The FSF owns the copyright to all of Org, including the documentation.
So yes, anything over 20 lines non-trivial chnages needs to be assigned
to FSF.
Regards,
Achim.
--
+<[Q+ Matri
Ken Williams writes:
> On Mon, Jan 21, 2013 at 5:02 PM, John Hendy wrote:
>
>>
>> On Jan 21, 2013 4:51 PM, "Ken Williams" wrote:
>> >
>> > It's been a while since I've used this machine, so I'd updated to the
>> latest Aquamacs, but it looks like Aquamacs itself hasn't seen a release in
>> over
Achim Gratz nexgo.de> writes:
>
> Muchenxuan Tong writes:
> > Bug fix: delete indirect buffer's window only when it exists.
> > * org-agenda.el (org-agenda-quit): Delete indirect buffer's window
> > only when it exists.
>
> Introduces a new bug: when-let is not defined in GNU Emacs.
>
> Regard
Hi Thomas and all,
t...@tsdye.com (Thomas S. Dye) writes:
> Ken Williams writes:
>
>>> I've been using this:
>>> - http://vgoulet.act.ulaval.ca/en/emacs/mac/
Thanks for the pointer, I was not aware of this distribution.
> Interesting, this Emacs distribution removed Org a few days ago.
This
37 matches
Mail list logo