Postings on living in an Emacs world. Posts will be mostly on using Emacs, related functions and tools.
Ads by Google
Wednesday, June 24, 2009
Sourceforge voting has started
Saturday, June 20, 2009
Another Emacs Pretest is out
A new version of the Emacs Pretest is available for download. The Windows version can be found here, though it seems you might have to wait a bit, as the binary is not available as of posting.
Tuesday, June 16, 2009
Org video for the SourceForge Commmunity Choices Award 2009
In case you didn't know, org-mode has been shortlisted by Sourceforge for community choice award. In the course of submission, the org-mode developers and users produced a video that showcases orgmode.
The youtube video is here.Org-mode presentation
Maybe this will convince you to use orgmode?
The youtube video is here.Org-mode presentation
Maybe this will convince you to use orgmode?
Wednesday, June 10, 2009
A damn good introduction to org-mode
I'll have to second Carsten here on the awesome new tutorial on all things org by Bernt Hansen. In Carsten's own words
it's just fantastic. Give it a read or better still, take a printout and curl up with it.
If you are serious about using Org-mode to get organized, this is simply an awesome resource of ideas, customization snippets, tips and tricks. I am learning looking at that, too.And that's from the creator of org-mode!
it's just fantastic. Give it a read or better still, take a printout and curl up with it.
Monday, June 8, 2009
Deleting mail source files in Gnus
When Gnus fetches mail, it typically stores them as Incomingxxxxxx files under ~/Mail directory and then splits it into nnml or nnfolder depending on your backend preferences. If you fetch mail frequently, there will be lots of such files under the Mail directory. One reason why these files exist is, in the rare case you corrupt some recent email or delete it accidently, it can still be retrieved by checking the Incoming files.
However if you want to delete them, you could set the following and it will automatically delete them after 2 days. You could set it to any number you wish.
(setq mail-source-delete-incoming 2)
(setq mail-source-delete-old-incoming-confirm nil)
More information about other customisation options can be found at the node Mail Source Customization in the Gnus Manual.
However if you want to delete them, you could set the following and it will automatically delete them after 2 days. You could set it to any number you wish.
(setq mail-source-delete-incoming 2)
(setq mail-source-delete-old-incoming-confirm nil)
More information about other customisation options can be found at the node Mail Source Customization in the Gnus Manual.
Monday, June 1, 2009
Firefox users flip out over sneak MS add-on
This is certainly not going to go down well, is it? Basically, Microsoft is supposedly pushing an add on that users cannot uninstall and probably not want in the first place.
The last paragraph alone is enough to make people think more about switching to Linux.
Methinks, there might be a lawsuit in the offing.
The last paragraph alone is enough to make people think more about switching to Linux.
Methinks, there might be a lawsuit in the offing.
Subscribe to:
Posts (Atom)