Re: [O] Minimal overhead Org-mode blogging system

2012-06-17 Thread Karl Voit
Sorry for the late reply. I was off the mailing list for one and a half month. Therefore I include a full quote. * Neil Smithline emacs-orgm...@neilsmithline.com wrote: Karl Voit devnull at Karl-Voit.at writes: Therefore I sat down and thought about a workflow that should be enough for

Re: [O] Minimal overhead Org-mode blogging system

2012-05-20 Thread Neil Smithline
First, the only way to learn is to do. That said, I do understand that RL gets in the way of fun. Regarding the implementation, if you skip the index system, which is definitely an elegant solution, and modify my symbolic link solution for agendas to keep track of files with blog entries. The

Re: [O] Minimal overhead Org-mode blogging system

2012-05-16 Thread Jude DaShiell
I don't know enough lisp to implement this indexing system. On Tue, 15 May 2012, Neil Smithline wrote: I like your indexing idea. I use a less-complex system involving symbolic links for my agenda files. Yours sounds better. This is what I use for my agendas: (setq org-agenda-files

Re: [O] Minimal overhead Org-mode blogging system

2012-05-15 Thread Neil Smithline
I like your indexing idea. I use a less-complex system involving symbolic links for my agenda files. Yours sounds better. This is what I use for my agendas: (setq org-agenda-files (list (expand-file-name ~/Documents/+OrgAgendas))) (defun org-add-agenda-file () (interactive)

Re: [O] Minimal overhead Org-mode blogging system

2012-05-14 Thread Neil Smithline
Karl Voit devnull at Karl-Voit.at writes: Therefore I sat down and thought about a workflow that should be enough for writing simple weblog entries: - create an Org-mode heading (anywhere!) - make sure that there is an (uniq) :ID: property - add the tag :blog: to heading - write

Re: [O] Minimal overhead Org-mode blogging system

2012-05-14 Thread Jude DaShiell
Understand, I use update here in the sense of some file modification that subsequently gets saved. If files to be modified get archived into org-mode's revision control system, the blog tag and associated done tag could be searched for within the save process and an org database could build

Re: [O] Minimal overhead Org-mode blogging system

2012-02-11 Thread François Pinard
tychoish ga...@tychoish.com writes: On Wed, Dec 07, 2011 at 10:50:52PM +0530, Puneeth Chaganti wrote: [...] and nearly OOMs a VPS system to fix. It took a bit of doing to get a meaning out of this sentence! :-) Remember to be kind to your non-English audience... François

Re: [O] Minimal overhead Org-mode blogging system

2012-01-20 Thread Bastien
Eric Schulte eric.schu...@gmx.com writes: Note that regular Org-mode projects [1] do *not* re-publish every single page after an update, but rather only publish pages which have changed since the previous publish. Thus a git repository with a pos-update hook which runs `org-publish' in a

Re: [O] Minimal overhead Org-mode blogging system

2012-01-20 Thread Chris Gray
On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang s...@dod.no wrote: Puneeth Chaganti puncha...@gmail.com: This is totally home brew stuff. Well, thank you for sharing this home brew stuff. I've been trying to use the other org based blog solutions, but they have all failed for some

Re: [O] Minimal overhead Org-mode blogging system

2012-01-20 Thread Scott Randby
On 01/20/2012 01:19 PM, Chris Gray wrote: On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang s...@dod.no wrote: Puneeth Chaganti puncha...@gmail.com: This is totally home brew stuff. Well, thank you for sharing this home brew stuff. I've been trying to use the other org based blog

Re: [O] Minimal overhead Org-mode blogging system

2012-01-20 Thread Nick Dokos
Scott Randby sran...@gmail.com wrote: On 01/20/2012 01:19 PM, Chris Gray wrote: On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang s...@dod.no wrote: Puneeth Chaganti puncha...@gmail.com: This is totally home brew stuff. Well, thank you for sharing this home brew stuff. I've been

Re: [O] Minimal overhead Org-mode blogging system

2012-01-20 Thread Chris Gray
On Sat, 21 Jan 2012 00:53:33 -0500, Nick Dokos nicholas.do...@hp.com wrote: Scott Randby sran...@gmail.com wrote: On 01/20/2012 01:19 PM, Chris Gray wrote: On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang s...@dod.no wrote: Puneeth Chaganti puncha...@gmail.com: This is totally

Re: [O] Minimal overhead Org-mode blogging system

2012-01-19 Thread Steinar Bang
Puneeth Chaganti puncha...@gmail.com: This is totally home brew stuff. Well, thank you for sharing this home brew stuff. I've been trying to use the other org based blog solutions, but they have all failed for some reason or other, and they have also seemed abandoned. Sorry for the

Re: [O] Minimal overhead Org-mode blogging system

2012-01-17 Thread tychoish
On Wed, Dec 07, 2011 at 10:50:52PM +0530, Puneeth Chaganti wrote: I have a system, that does most of what you are looking for. https://github.com/punchagan/blog-files Though it seems to be a little more complicated than it needs to be, it works for me and I haven't had the time and

Re: [O] Minimal overhead Org-mode blogging system

2012-01-17 Thread Eric Schulte
tychoish ga...@tychoish.com writes: On Wed, Dec 07, 2011 at 10:50:52PM +0530, Puneeth Chaganti wrote: I have a system, that does most of what you are looking for. https://github.com/punchagan/blog-files Though it seems to be a little more complicated than it needs to be, it works for me

Re: [O] Minimal overhead Org-mode blogging system

2012-01-16 Thread Puneeth Chaganti
On Sun, Jan 15, 2012 at 12:08 PM, Steinar Bang s...@dod.no wrote: Puneeth Chaganti puncha...@gmail.com: [snip!] https://github.com/punchagan/blog-files I've added a short README that tries to include the things that you are looking for.  But, it's something I wrote up quickly.  Feel free to

Re: [O] Minimal overhead Org-mode blogging system

2012-01-15 Thread Steinar Bang
Puneeth Chaganti puncha...@gmail.com: [snip!] https://github.com/punchagan/blog-files I've added a short README that tries to include the things that you are looking for. But, it's something I wrote up quickly. Feel free to ask any specific questions. I've been trying to use it, but I

Re: [O] Minimal overhead Org-mode blogging system

2011-12-11 Thread Bastien
Hi Eric, Eric Schulte eric.schu...@gmx.com writes: It would be great to collect these links on the relevant Worg page [1]. Done. Thanks all for the useful input! -- Bastien

Re: [O] Minimal overhead Org-mode blogging system

2011-12-10 Thread Nathan Neff
On Sun, Dec 4, 2011 at 10:51 AM, Karl Voit devn...@karl-voit.at wrote: Hi! I got a nice idea on how a very easy to use Org-mode blog system should look like. Currently, I am using Serendipidy with web-based editor to write HTML. Org-mode enabled me to write blog entries and export it to

Re: [O] Minimal overhead Org-mode blogging system

2011-12-08 Thread Karl Voit
* Puneeth Chaganti puncha...@gmail.com wrote: Hi Kurt, Almost :-) On Thu, Dec 8, 2011 at 6:01 AM, Karl Voit devn...@karl-voit.at wrote: * Puneeth Chaganti puncha...@gmail.com wrote: https://github.com/punchagan/blog-files ... I really do like your blog (and found several very interesting

Re: [O] Minimal overhead Org-mode blogging system

2011-12-08 Thread Puneeth Chaganti
On Thu, Dec 8, 2011 at 7:49 PM, Karl Voit devn...@karl-voit.at wrote: * Puneeth Chaganti puncha...@gmail.com wrote: Hi Kurt, Almost :-) Aarrgggh! Really sorry about that! My sleep deprivation showing it's effect. :-) On Thu, Dec 8, 2011 at 6:01 AM, Karl Voit devn...@karl-voit.at wrote: *

Re: [O] Minimal overhead Org-mode blogging system

2011-12-08 Thread Karl Voit
* Puneeth Chaganti puncha...@gmail.com wrote: On Thu, Dec 8, 2011 at 7:49 PM, Karl Voit devn...@karl-voit.at wrote: * Puneeth Chaganti puncha...@gmail.com wrote: Hi Kurt, Almost :-) Aarrgggh! Really sorry about that! My sleep deprivation showing it's effect. :-) *g* No worries. I by

Re: [O] Minimal overhead Org-mode blogging system

2011-12-07 Thread Steinar Bang
There is also this approach: http://comments.gmane.org/gmane.emacs.orgmode/45360 I don't know if anything more has happened with this for the last 15 weeks, though.

Re: [O] Minimal overhead Org-mode blogging system

2011-12-07 Thread Puneeth Chaganti
On 12/4/11, Karl Voit devn...@karl-voit.at wrote: Hi! I got a nice idea on how a very easy to use Org-mode blog system should look like. Currently, I am using Serendipidy with web-based editor to write HTML. Org-mode enabled me to write blog entries and export it to HTML. Then I paste the

Re: [O] Minimal overhead Org-mode blogging system

2011-12-07 Thread Eric Schulte
Puneeth Chaganti puncha...@gmail.com writes: On 12/4/11, Karl Voit devn...@karl-voit.at wrote: Hi! I got a nice idea on how a very easy to use Org-mode blog system should look like. Currently, I am using Serendipidy with web-based editor to write HTML. Org-mode enabled me to write blog

Re: [O] Minimal overhead Org-mode blogging system

2011-12-07 Thread Karl Voit
* Puneeth Chaganti puncha...@gmail.com wrote: On 12/4/11, Karl Voit devn...@karl-voit.at wrote: Therefore I sat down and thought about a workflow that should be enough for writing simple weblog entries: - create an Org-mode heading (anywhere!) - make sure that there is an (uniq) :ID:

Re: [O] Minimal overhead Org-mode blogging system

2011-12-07 Thread Puneeth Chaganti
Hi Kurt, On Thu, Dec 8, 2011 at 6:01 AM, Karl Voit devn...@karl-voit.at wrote: * Puneeth Chaganti puncha...@gmail.com wrote: On 12/4/11, Karl Voit devn...@karl-voit.at wrote: Therefore I sat down and thought about a workflow that should be enough for writing simple weblog entries:   -

[O] Minimal overhead Org-mode blogging system

2011-12-04 Thread Karl Voit
Hi! I got a nice idea on how a very easy to use Org-mode blog system should look like. Currently, I am using Serendipidy with web-based editor to write HTML. Org-mode enabled me to write blog entries and export it to HTML. Then I paste the HTML and have to modify minor things (images, ...) a