Re: [O] Handling Repeating events from google calendar / repeater interval

2013-07-31 Thread Neil Smithline
On Mon, Jul 8, 2013 at 11:55 AM, Guido Van Hoecke wrote: > > Correct me if I am wrong, but I'm afraid that pure AWK does not provide > date computation support. That's why I did not implement this. > So I would definitely vote to extend the repeater syntax with a count. Before defending my prec

Re: [O] HTML2Org ?

2013-07-30 Thread Neil Smithline
How would you get the document structure our of the HTML unless it only used heading tags? Even something as simple as bold could be hidden within some monstrous CSS. >From my mobile. Please excuse abbrvs, tpyos, and auto ward correction. On Jul 30, 2013 5:36 PM, "Fabrice Popineau" wrote: > Any

[O] LinkedIn Group & Company

2012-09-05 Thread Neil Smithline
12 days ago someone created a LinkedIn group for Org Mode ( http://j.mp/TmQK5R). I've now joined the group bringing the total group members to 2. Two things. - I don't think the Org Mode group was announced to this email list. Problem resolved with this email :-D - I would like to create a Link

[O] [BUG] Org Mode Bug With #+TODO In-Buffer Setting

2012-08-18 Thread Neil Smithline
roblem seems to occur for other tags. I just tested it on `FILETAGS' setting. [gist] - https://gist.github.com/3389206 [raw gist] - https://raw.github.com/gist/3389206/b9e9313c267b394c11e68ad635f567e22c8abb1c/todo-setting-bug.org -- Neil Smithline http://www.neilsmithline.com

Re: [O] Introducing Octopress Exporter

2012-08-06 Thread Neil Smithline
time management system is http://www.neilsmithline.com/blog/2012/08/04/time-tracking/ If you want a sneak peek at some of the next posting, you can look at the files in https://github.com/Neil-Smithline/time-tracking-experiments/tree/gh-pages/assets They include: - Android screen shots of the

Re: [O] Introducing Octopress Exporter

2012-08-06 Thread Neil Smithline
Aurélien Aptel Aug 2, 2012 05:45 I've never heard of octopress, interesting. The only thing I don't like is how comments are handled. Since it's all static you relying on an external service like Disqus. I'm not so fond of losing control over user contribution l

[O] org-ibuffer

2012-07-16 Thread Neil Smithline
Just a few lines in a Gist to provide `ibuffer' functionality for `org-mode' buffers. https://gist.github.com/3126257 Neil

[O] [New Contrib Feature] Automatic URL shortening via Bitly

2012-05-24 Thread Neil Smithline
(though I think it is real cool). Neil - https://github.com/Neil-Smithline/bitly.el - https://github.com/Neil-Smithline/org-auto-shorten-url - https://github.com/Neil-Smithline/defhook -- Neil Smithline http://www.neilsmithline.com Proud GNU Emacs user since 1986, v. 18.24.

Re: [O] README.org on github

2012-05-20 Thread Neil Smithline
I've been looking at this too. I go with Bastien. Work with me to improve org-ruby gem or export to HTML before pushing to Git. Neil Smithline http://www.neilsmithline.com Proud GNU Emacs user since 1986, v. 18.24. On Sun May 20 00:03:12 2012, François Pinard wrote: Rainer M Krug writes

[O] [FEATURE PROPOSAL]

2012-05-20 Thread Neil Smithline
to use files in this ;; subtree to trigger exporting of a parent project :base-directory"~/myproject" :catch-all-project t :publishing-directory "~/myproject" :recursive t ) Root project definition: '("myproject" (:components "myproject-

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

2012-05-20 Thread Neil Smithline
for "haven't tested") the custom export function at https://gist.github.com/2759661. I think that should get you most of the way. Neil Smithline http://www.neilsmithline.com Proud GNU Emacs user since 1986, v. 18.24. On Wed May 16 05:51:33 2012, Jude DaShiell wrote: I don't

Re: [O] fast todo kw / -> x

2012-05-20 Thread Neil Smithline
)"))) Samuel, I definitely think that this is an omission in the doc. The doc for `org-todo-keywords' ascribes meaning to at (@), slash (/), bang (!), and at least close paren ()). I would think that the quick keywords should be limited to word characters as defined by [[info:elisp#Char%20Classes][info:elisp#Char Classes]]. I bet if you provide suggested rewording for variable and info that someone on this will push it into the doc. Neil Smithline http://www.neilsmithline.com Proud GNU Emacs user since 1986, v. 18.24.

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

2012-05-15 Thread Neil Smithline
a nice minimum permanently. On Sun, 13 May 2012, 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: - create an Org-mode heading (anywhere!) - make sure that there is an (uni

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

[O] one line fix for org-publish-get-project-from-filename when filename has regexp chars in it

2012-05-13 Thread Neil Smithline
t-name)) (when up (dolist (prj org-publish-project-alist) (if (member project-name (plist-get (cdr prj) :components)) (setq project-name (car prj) (assoc project-name org-publish-project-alist))) -- Neil Smithline http://www.neilsmithline.com Proud GNU Emacs user since 1986, v. 18.24.

Re: [O] In-line code and fonts

2012-05-07 Thread Neil Smithline
(see 12.5.9). While I think that using CSS is a nasty hack and would consider this a bug or missing feature if you can't fix it within Org, if the nasty hack allows you to get your work done... Neil Smithline http://www.neilsmithline.com Proud GNU Emacs user since 1986, v. 18.24. On

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-05-04 Thread Neil Smithline
On Sun, Apr 29, 2012 at 4:22 AM, Bastien wrote: > > One thing to be aware of: there is an ongoing work by Nicolas to write a > parser (see org-element.el in contrib/lisp/ from the git repo). It is > already quite useful -- and used in the new exporters (e.g. org-e-latex.el) > > One nice side-ef

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-05-04 Thread Neil Smithline
--> HTML jobs to it with emacsclient? Just a head's up, once you answer the above question, I'm going to ask you what can be done to fix the problem :-) Neil Neil Smithline http://www.neilsmithline.com Proud GNU Emacs user since 1986, v. 18.24. On 4/26 03:57 , Bastien wrote:

Re: [O] mail integration, advice?

2012-04-28 Thread Neil Smithline
thought it was very cool but couldn't really work it into my daily workflow. mu4e seems to handle that. Are the directions at http://www.djcbsoftware.nl/code/mu/mu4e/Gmail-configuration.html really all it takes to get this running? If so, I'm definitely going to give it a whirl.

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-28 Thread Neil Smithline
29 49 498 tilt.rb 22396722 85929 total If you subtract out the two dedicated textile files, the org-ruby gem has fewer than 10% of the lines that org.el alone has. The comparison isn't wholly fair as org.el has many more public functions than org-ruby and, correspondingly, or

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-28 Thread Neil Smithline
to me. That was part, albeit the smaller part, of my motivation for trying to put aside bugpile in favor of just iOrg. I will follow-up with my thoughts about the org-ruby gem in a separate email. Neil Neil Smithline http://www.neilsmithline.com Proud GNU Emacs user since 1986, v. 18.24. On 4

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-28 Thread Neil Smithline
s to coopt the summer co-op (no apology - that pun was too good to pass up :-D. Neil Neil Smithline http://www.neilsmithline.com Proud GNU Emacs user since 1986, v. 18.24. On 4/26 03:48 , Thorsten Jolitz wrote: Neil Smithline writes: Hi Neil, This is way cool! Recently I have been deeply irri

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-25 Thread Neil Smithline
ior to my suggestion. In other words, it ain't my problem ;-) Neil Smithline http://www.neilsmithline.com Proud GNU Emacs user since 1986, v. 18.24. On 4/24 04:12 , Thorsten wrote: Ian Barton writes: Bugpile - a bugtracker for GNU Emacs Org-mode written in Elisp and Org-mode (Thorste