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 wrote: > > Karl Voit Karl-Voit.at> writes: >> Therefore I sat down and thought about a workflow that should be >> enough for writing simple weblog entries: >> >>

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) (make-symbo

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 wi

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

2012-05-14 Thread Neil Smithline
Karl Voit 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 > - > - ch

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

2012-02-11 Thread François Pinard
tychoish 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 Chris Gray
On Sat, 21 Jan 2012 00:53:33 -0500, Nick Dokos wrote: > Scott Randby wrote: > > > On 01/20/2012 01:19 PM, Chris Gray wrote: > > > On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang wrote: > > >>> Puneeth Chaganti : > > >> > > >>> This is totally home brew stuff. > > >> > > >> Well, thank yo

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

2012-01-20 Thread Nick Dokos
Scott Randby wrote: > On 01/20/2012 01:19 PM, Chris Gray wrote: > > On Thu, 19 Jan 2012 23:15:16 +0100, Steinar Bang wrote: > >>> Puneeth Chaganti : > >> > >>> This is totally home brew stuff. > >> > >> Well, thank you for sharing this home brew stuff. > >> I've been trying to use the othe

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 wrote: >>> Puneeth Chaganti : >> >>> 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 >

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 wrote: > > Puneeth Chaganti : > > > 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

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

2012-01-20 Thread Bastien
Eric Schulte 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 batch Emacs session

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

2012-01-19 Thread Steinar Bang
> Puneeth Chaganti : > 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 trouble you are hav

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

2012-01-17 Thread Eric Schulte
tychoish 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 and I ha

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 moti

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 wrote: >> Puneeth Chaganti : > [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 sp

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

2012-01-15 Thread Steinar Bang
> Puneeth Chaganti : [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 keep runni

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

2011-12-11 Thread Bastien
Hi Eric, Eric Schulte 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 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 pa

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

2011-12-08 Thread Karl Voit
* Puneeth Chaganti wrote: > On Thu, Dec 8, 2011 at 7:49 PM, Karl Voit wrote: >> * Puneeth Chaganti wrote: >>> Hi Kurt, >> >> Almost :-) > > Aarrgggh! Really sorry about that! My sleep deprivation showing it's effect. > :-) *g* No worries. I by myself mix up names all the time. * Puneeth

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 wrote: > * Puneeth Chaganti 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 wrote: >>> * Puneeth Chaganti wrote: https://github

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

2011-12-08 Thread Karl Voit
* Puneeth Chaganti wrote: > Hi Kurt, Almost :-) > On Thu, Dec 8, 2011 at 6:01 AM, Karl Voit wrote: >> * Puneeth Chaganti wrote: >>> >>> https://github.com/punchagan/blog-files >> >> ... I really do like your blog (and found several very interesting >> entries *g*) but I (can not and) do not wa

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 wrote: > * Puneeth Chaganti wrote: >> On 12/4/11, Karl Voit 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!) >>>   -

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

2011-12-07 Thread Karl Voit
* Puneeth Chaganti wrote: > On 12/4/11, Karl Voit 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: property >> - add the tag :

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

2011-12-07 Thread Eric Schulte
Puneeth Chaganti writes: > On 12/4/11, Karl Voit 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-07 Thread Puneeth Chaganti
On 12/4/11, Karl Voit 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 HTML and have

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.

[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 bit.