Re: New website - back to the old unicorn!

2020-10-26 Thread Greg Newman
It looks fantastic!!  Great work. The tools page is really nice.

I love seeing my revamp of the logo on the site.

Cheers,

Greg Newman

On Mon, Oct 26, 2020 at 12:56 PM Dante Catalfamo  wrote:

> Wow, this new website looks absolutely amazing!
>
> On 10/26/20 5:41 AM, Bastien wrote:
> > Dear all,
> >
> > thanks to the initiative and the patient efforts of Timothy, our
> > website has been revamped: new contents, new look and... the old
> > unicorn!
> >
> > Thanks very much to Timothy and to everyone who contributed with
> > feedback and ideas.
> >
> > This is a new basis that we will continue to polish and enhance.
> >
> > Enjoy :)
> >
> > https://orgmode.org
> >
>
>


Re: The Website Revamp: The final stretch

2020-09-24 Thread Greg Newman
This looks great. 2-1 is the one I prefer.

- Greg Newman



On Tue, Sep 22, 2020 at 10:56 AM TEC  wrote:

> Hello everyone,
>
>
>
> I'm pleased to announce that after chatting with Bastien, my
>
> little
>
> revamp project seems to be nearing the point where it may replace
>
> the
>
> current site.
>
>
>
> Two things that would be good to get sorted:
>
>  1. Translation of the index page to French/Japanese ::
>
> I'm english only, and Bastien is busy, so volunteers would be
>
> much appreciated!
>
>  2. Picking the best 'Hero banner' on the home page ::
>
> Concerns were raised over the lack of contrast between the
>
> logo and
>
> the current banner background. I've chatted to someone else
>
> with
>
> some ideas and we've produced a few concepts which we'd like
>
> to get
>
> your feedback on.
>
> See the file attached, and if you could give say your top
>
> three
>
> picks (ordered), and any relevant
>
> reasoning/considerations/comments
>
> that would be great!
>
>
>
> All the best,
>
>
>
> Timothy.
>
>
>
> p.s. I haven't had much luck with attachments in the past, if this
>
> fails
>
> I'll reply with the attachment.
>
>
>
>


Re: [Orgmode] Integrate APPTs with OSX

2010-07-14 Thread Greg Newman
I installed Todochiku and use the following to have it use Growl for
notifications

#+begin_src emacs-lisp
;; use todochiku for growl notifications of events
(setq org-show-notification-handler
  '(lambda (notification)
(todochiku-message org-mode notification notification
  (todochiku-icon 'emacs
#+end_src

On Wed, Jul 14, 2010 at 1:23 PM, Juan pech...@computer.org wrote:

 On Wed, Jul 14, 2010 at 11:41:58AM -0500, Marcelo de Moraes Serpa wrote:
  Is there a way to integrate org-mode APPT's (emacs APPT system) to
  show the reminders using growl or another OSX-like GUI feature? Has
  anyone ever done it before?

 There is this post for using gnome zenity for APPT:

   http://orgmode.org/worg/org-hacks.php#sec-3

 Then there is growlnotify shell command for calling Growl, and there
 is an elisp wrapper if you feel like it (google for something like
 growl.el or growlnotify.el).

 Replace the zenity part in the first link for growl and it should be
 mostly done.

 Saludos,
 .j.

 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] New CSS for orgmode and Worg ?

2010-07-12 Thread Greg Newman
Adding to my list Dan. Any other requests let me know.

-- Greg

On Monday, July 12, 2010, Dan Davison davi...@stats.ox.ac.uk wrote:
 While I remember, I have a CSS request: it would be nice if src code
 blocks (and similar elements) could be formatted within a box which is
 big enough to contain the code without wrapping, but does not
 necessarily stretch all the way to the right margin. I don't know
 anything about CSS I'm afraid; I hope that's feasible.

 Thanks,

 Dan

 Christian Egli christian.e...@sbszh.ch writes:

 Bastien bastien.gue...@wikimedia.fr writes:

 Christian Egli christian.e...@sbszh.ch writes:

 What I'd like to see is something more aligned with the css for asciidoc
 which makes for a very pleasant and readable experience.

 Yes, the CSS behind asciidoc is neat.

 Unfortunatelly my expertise is limited to trial and error when it
 comes to css.

 Trial and error will be very useful for suggested CSS.

 Actually, come to think of it: I had totally forgotten that I once took
 the css from org
 (http://repo.or.cz/w/org-mode.git/blob/HEAD:/ORGWEBPAGE/org.css) and
 added some asciidoc styling to it. An example output can be seen at
 http://www.daisyproducer.org/. It is in a works for me state, I think
 I probably hard coded some assumptions I had on my side.

 The css is attached.

 If there is demand I could merge it with the original org.css or create
 a patch.

 Thanks
 Christian

 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: New CSS for orgmode and Worg ?

2010-07-09 Thread Greg Newman
You are correct about the CSS Johnathan.
I am referring to both.  HTML5's markup is so much simpler and cleaner, it
would be nice to utilize that as much as possible
and with the use of Modernizr it degrades HTML5 very nicely for older
browsers.

— Greg

On Fri, Jul 9, 2010 at 12:29 PM, Jonathan Arkell jonath...@criticalmass.com
 wrote:

 On Jul 9, 2010, at 7:38 AM, Sebastian Rose wrote:
 
 
  Greg Newman g...@20seven.org writes:
  In my mind, I'd like to see a few different style sheets too in
 different
  flavors (html, html5, etc) for different browser specs or covering all
  browsers.
 
 
  We would need different flavours of HTML export then.
 
 
   Sebastian
 


 Not if everything was done correctly, check http://www.csszengarden.com/for 
 an example.

 In fact, if you are careful about how you write your CSS and Markup, you
 could probably target chrome with all the css bells and whistles and Lynx in
 the same stylesheet!

 I think Greg is referring more to CSS 3, rather then HTML 5.  But I could
 be wrong!

 __

 Jonathan Arkell
 Tech Lead
 Inspired By Drum  Bass, Scheme, Kawaii

 p. 403.206.4377

 402 -- 11th Ave SE
 Calgary, AB, Canada T2G 0Y4

 jonath...@criticalmass.com
 criticalmass.com





 The information contained in this message is confidential. It is intended
 to be read only by the individual or entity named above or their designee.
 If the reader of this message is not the intended recipient, you are hereby
 notified that any distribution of this message, in any form, is strictly
 prohibited. If you have received this message in error, please immediately
 notify the sender and delete or destroy any copy of this message.

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: New CSS for orgmode and Worg ?

2010-07-08 Thread Greg Newman
On Thu, Jul 8, 2010 at 3:56 AM, Bastien bastien.gue...@wikimedia.fr wrote:

 Christian Egli christian.e...@sbszh.ch writes:

  What I'd like to see is something more aligned with the css for asciidoc
  which makes for a very pleasant and readable experience.

 Yes, the CSS behind asciidoc is neat.

  Unfortunatelly my expertise is limited to trial and error when it
  comes to css.

 Trial and error will be very useful for suggested CSS.

 My secret hope is to collect several CSS and to display screenshots of
 them in Worg, so that users can pick up their favorite one for the HTML
 export.


In my mind, I'd like to see a few different style sheets too in different
flavors (html, html5, etc) for different browser specs or covering all
browsers.

— Greg
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] New CSS for orgmode and Worg ?

2010-07-06 Thread Greg Newman
I'd be happy to Bastien!

— Greg

On Tue, Jul 6, 2010 at 6:20 PM, Bastien bastien.gue...@wikimedia.fr wrote:

 Hi all,

 the current CSS for orgmode.org and orgmode.org/Worg is nice: readable
 and simple.  But I'm bugged by the feeling we can do better.

 It would be super cool to celebrate the forthcoming 7.01 version of Org
 with a brand new CSS. Maybe we can evaluate a few ones and decide which
 one suits best the community until July, 18th...

 Anyone with CSS expertise ready to take this challenge ?

 Looking forward :)

 --
  Bastien

 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Co-maintainer, a least for some time?

2010-05-20 Thread Greg Newman
I have a mirror of Org up on Bitbucket at
http://bitbucket.org/mirror/org-mode
It wouldn't take much to have Jesper turn on the issues feature for it if
there is interest. (just sayin)

On Thu, May 20, 2010 at 5:34 PM, John Wiegley jwieg...@gmail.com wrote:

 On May 20, 2010, at 1:52 PM, Thomas Renkert wrote:

  What about using launchpad.net for bugtracking?

 GitHub also has simple issue tracking, with the advantage that it can bind
 very closely with Git commits.

 John
 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Co-maintainer, a least for some time?

2010-05-20 Thread Greg Newman
wow.  I had no idea John.  Thanks for letting me know!!

On Thu, May 20, 2010 at 6:24 PM, John Wiegley jwieg...@gmail.com wrote:

 On May 20, 2010, at 5:57 PM, Greg Newman wrote:

 I have a mirror of Org up on Bitbucket at
 http://bitbucket.org/mirror/org-mode
 It wouldn't take much to have Jesper turn on the issues feature for it if
 there is interest. (just sayin)


 I have a Git mirror on http://github.com/jwiegley/org-mode (have had for
 some time), and it's issue tracking feature is already on.

 John

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Is this the best place for noob questions too?

2010-04-27 Thread Greg Newman
You can also join #org-mode on freenode

On Tue, Apr 27, 2010 at 7:31 PM, Adam ah...@ihug.co.nz wrote:

 On Wednesday 28 April 2010 10:00 am, David Frascone wrote:
  I notice that you guys all seem to be VERY MUCH experts in orgmode. . .
 my
  questions are all very . . urm . . RTFM'ish, or just noobish.
 
  Should I be posting them somewhere else?  I'm still incorporating
 org-mode
  into my life, and making many mistakes . . . but, I love the simplicity.
 
  I'm also loving having emacs back in my life too.  Last night, I remotely
  edited some files on my web server.  I've been doing that for a while
 with
  sshfs, but, I forgot how seamless you can do it with emacs. . . pretty
 much
  deprecated sshfs for me (in the way I use it -- I'm either editing a lot
 of
  stuff, or I ssh over, or I rsync -- I had been using sshfs for the
 editing,
  and now no longer need to!)
 
  Anyway, thanks for the answers so far, and thanks for the new ones that
  will surely come when I get confused again.  I think my next goal is to
  come up with some way to use multiple files to help my organizaition . .
  and somehow link them together.  (Don't tell me . . still reading the
 fine
  manual!)
 
 
  -Dave

 As fellow newbie, I sometimes wonder myself.  This list is high traffic,
 with much on add-in Org-mode packs, hacks and source bug-fixes.

 So for me, its still basically the Tutorials and Introductions. Thanks to
 all involved for those. And the Org-mode Manual of course, which
 itself is a little dense or daunting - perhaps the key to all.

 Babel sure looks good or handy, but I'm not there yet.
 Remember-mode is sure handy. Am still juggling the
 Agendas and Tags, almost publishing.

 Nice to hear from another newbie. Will keep plugging away.



 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Emacs 24: add symlink to .dir-settings.el

2010-04-23 Thread Greg Newman
not being a smartass Sebastian but emacs 24?  Or 23.x?

On Fri, Apr 23, 2010 at 5:59 AM, Sebastian Rose sebastian_r...@gmx.dewrote:

 Hi,


 I found emacs 24 does not respect the

   .dir-settings.el

 anymore. Instead, it reads the

  .dir-locals.el


 As it may have the exactly same contents, could we add a symlink?

 http://www.kernel.org/pub/software/scm/git/docs/git-config.html
 states it will work on FAT, too (there a file is created, but you cannot
 change the type by accident).


 I tested, and it works:

   $ ln -s  .dir-settings.el .dir-locals.el

   $ git add .dir-locals.el

   $ git commit
   Waiting for Emacs...
   [mit-symlink 7a09e3f] Added a symlink `.dir-locals.e.'
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 12 .dir-locals.el

   $ rm .dir-locals.el

   $ git reset --hard
   HEAD is now at 7a09e3f Added a symlink `.dir-locals.e.'

   $ ls -la .dir*
   lrwxrwxrwx 1 sebastian ... 11:53 .dir-locals.el - .dir-settings.el
   -rw-r--r-- 1 sebastian ... 10:44 .dir-settings.el


 Objections?


   Sebastian


 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Emacs 24: add symlink to .dir-settings.el

2010-04-23 Thread Greg Newman
Thanks Sebastian.  Call me out-of-the-loop.  I wasn't even aware :D

On Fri, Apr 23, 2010 at 6:30 AM, Sebastian Rose sebastian_r...@gmx.dewrote:

 Greg Newman gregoryjnew...@gmail.com writes:

  not being a smartass Sebastian but emacs 24?  Or 23.x?

 GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.3) of
 2010-04-14 on beteigeuze


 It's the trunk of that date. I use it all day and it's fine. Only one
 crash including my x-server - but I'm not sure who is to blame: Emacs or
 my fingers.

 I don't even recall the magic key on this machine, hence I could press
 it once in a while without knowing it :-D



  Sebastian



 
  On Fri, Apr 23, 2010 at 5:59 AM, Sebastian Rose sebastian_r...@gmx.de
 wrote:
 
  Hi,
 
 
  I found emacs 24 does not respect the
 
.dir-settings.el
 
  anymore. Instead, it reads the
 
   .dir-locals.el
 
 
  As it may have the exactly same contents, could we add a symlink?
 
  http://www.kernel.org/pub/software/scm/git/docs/git-config.html
  states it will work on FAT, too (there a file is created, but you cannot
  change the type by accident).
 
 
  I tested, and it works:
 
$ ln -s  .dir-settings.el .dir-locals.el
 
$ git add .dir-locals.el
 
$ git commit
Waiting for Emacs...
[mit-symlink 7a09e3f] Added a symlink `.dir-locals.e.'
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 12 .dir-locals.el
 
$ rm .dir-locals.el
 
$ git reset --hard
HEAD is now at 7a09e3f Added a symlink `.dir-locals.e.'
 
$ ls -la .dir*
lrwxrwxrwx 1 sebastian ... 11:53 .dir-locals.el - .dir-settings.el
-rw-r--r-- 1 sebastian ... 10:44 .dir-settings.el
 
 
  Objections?
 
 
Sebastian
 
 
  ___
  Emacs-orgmode mailing list
  Please use `Reply All' to send replies to the list.
  Emacs-orgmode@gnu.org
  http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Mobile Org Sharing Questions

2010-04-23 Thread Greg Newman
You don't really need a cron to do the push/pull thing.
What I have in my configs is the following.  You can add org-mobile-pull to
it to if you'd like:

(run-at-time 00:59 3600 'org-mobile-push)

This runs a push for me every hour.  If I'm not at my mac I still know that
within the hour
I'll have an updated agenda on my iPhone.




On Fri, Apr 23, 2010 at 5:31 PM, Matthew Jones bsdmatb...@gmail.com wrote:

 You could tie the push to the save hook fairly easily I would imagine.

 73,
 Matthew W. Jones (KI4ZIB)
 http://matburt.net


 On Fri, Apr 23, 2010 at 5:04 PM, Marcelo de Moraes Serpa 
 celose...@gmail.com wrote:

 Cool!

 Auto-sync on start would be simple enough to implement (I think) and would
 help a lot, although I was thinking on a more deeply integration with the
 underlying OS, like, sync even when the app is closed (not sure you can have
 background services on the iPhone OS ?).

 As for the emacs side, anyone has any better idea than a cron job? I'm not
 an experienced elisper (not sure I could even call myself an elisp
 programmer, even though I want to :)) so not sure we could more easily do
 something from inside emacs itself.

 Marcelo.


 On Fri, Apr 23, 2010 at 12:59 PM, Matthew Jones bsdmatb...@gmail.comwrote:

 That's an excellent idea I've considered adding an auto
 synchronization mode to the Android version, Richard would need to comment
 on the iPhone version.  It may be one of those things where it would
 automatically sync when launched.

 73,
 Matthew W. Jones (KI4ZIB)
 http://matburt.net


 On Fri, Apr 23, 2010 at 1:40 PM, Marcelo de Moraes Serpa 
 celose...@gmail.com wrote:

 On thing that I find could improve, though, is the workflow behind
 org-mobile pull/push. Having to push from emacs and pull and then having to
 update from the iPod/iPhone *manually* quickly becomes a hassle, and the
 result is that I end up not using it as much as I wanted to.

 I'm thinking about setting up a cron to run emacs to evaluate
 '(org-mobile-pull)(org-mobile-push)' every hour so I get automatic sync 
 to
 my iPod. We could also have an option on org-mobile to auto-sync too. Not
 sure iPhone's OS architecture allows that, though.

 Marcelo.


 On Fri, Apr 23, 2010 at 12:38 PM, Marcelo de Moraes Serpa 
 celose...@gmail.com wrote:

 Get an account at dreamhost, a domain, and buy SSL from them. I did
 that and it works great for me (I have setup a subdomain of my main domain
 to point to a SSL secured IP, which in turn, points to a virtualhost setup
 on VPS @ dreamhost, this virtualhost has WebDAV enabled and is
 password-protected, naturally).

 If you are using Mac OSX, it's the easiest thing in the world. Just use
 finder to mount the WebDAV as a partition, and move this drive to the
 startup items so it gets connected everytime you boot.

 With Linux/Ubuntu, it's a little bit more CLI work, but you can get the
 very same effect (mount the drive, get it mounted automatically at
 boot-time) -- in both cases, just Google and you'll find plenty of 
 articles.

 For Windows, I have no idea. Sorry.

 Marcelo.


 On Fri, Apr 23, 2010 at 12:17 PM, Matthew Jones 
 bsdmatb...@gmail.comwrote:

 Hi David

 http://orgmode.org/org.html#Pulling-from-MobileOrg

 Currently you likely use org-mobile-push to put your files on the
 remote server.  You should be able to use org-mobile-pull for retrieval, 
 is
 this not the case?

 73,
 Matthew W. Jones (KI4ZIB)
 http://matburt.net


 On Thu, Apr 22, 2010 at 12:12 PM, David Frascone 
 d...@frascone.comwrote:


 I know it's a bit of an RTFM, but, I'm trying to figure out the best
 way to keep my org-mode in sync with my iPhone (Using MobileOrg).  And, 
 I'm
 VERY new to orgmode, and a bit new to emacs.  I can easily do a one way 
 sync
 (org-mode to somewhere, via html), but I'm looking for a better way 
 (two way
 sync, like MobileOrg)

 I have dropbox, but it's not webdav.
 I also have an iDisk, but it's a pain to keep that synched.  I simply
 don't like the mac synching.
 I signed up for the other webdav account, but, I'm not sure if that's
 the best way to do it.

 I can easily use ssh to keep my org files somewhere.  But, that
 doesn't help the reverse path.
 I run my own apache at home, so, I suppose I could install webdav
 there, but I have concerns about security, having never messed with it.

 So, I guess my questions are:


 What's the simplest method that's possibly insecure (i.e. some random
 webdav provider)?
 And, what's the simplest method that's secure?



 Thanks in advance,


 -Dave

 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode



 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode







 

Re: [Orgmode] Re: How you ORGanize yourself? (aka: Why not one file to rule'em all?)

2010-04-21 Thread Greg Newman
My process has gone through some revisions.  My current setup is as follows:

client-projects.org
I keep all paid projects for clients in one big file.  I used to keep them
in a file for each client until one of them noticed that their name was
being pushed to github in my agenda files.

studio-projects.org
This file holds all internal projects for my studio.  Paintings, drawings,
administrative tasks, repair and studio related research materials.

home-projects.org
Just that.  Anything related to the house, cars, wife, kid, dogs, etc.

notes.org
I use this file for random thoughts and information I find online.

mind.org
How to explain this one? When I find information that I want to act on in
the future as RD I throw it into mind.org and
give it a todo status.  Usually stuff in here pertains to things I don't
understand and want to spend time learning.  Hence the name.

phone.org
When on client calls I take notes in the phone file which later gets refiled
to their respective places

calendar.org
This is synced using Doug Hellmann's ical2org python script.  I have a cron
set to sync it every hour so
that my google calendar updates my org file.  I have todochiku installed to
notify me via growl of appointments.



I may go back to having a single org file for each client.  Right now I have
about 20 projects in that file with long lists and
I'm struggling a little with keeping it organized enough that I don't lose
track of projects.

Beyond this setup, every hour a cron syncs my org files to a private
mercurial repository at bitbucket.


— Greg
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Announcing org-ruby

2010-04-14 Thread Greg Newman
Actually Github is using it now to show org files for project readme's.

On Wed, Apr 14, 2010 at 10:59 AM, Carsten Dominik carsten.domi...@gmail.com
 wrote:

 Hi,

 has anybody tried or used this?

 Should we link to it on WOrg, or include it in the contrib directory?

 Thanks.

 - Carsten


 On Dec 27, 2009, at 10:19 PM, Brian Dewey wrote:

  I want to use org-mode files in one of the many Ruby static website
 generation tools (Webby, Webgen, Jekyll, etc.). Thus, I needed a way to
 extract simple HTML from an org-mode file without relying on emacs.

 Thus, org-ruby was born. It's not nearly as full featured as the
 emacs-based HTML export, but at the moment I am successfully using org-mode
 files as content for Webby static websites.

 Full source is here: http://github.com/bdewey/org-ruby

 Or you can just grab the gem and go:

 sudo gem install org-ruby
 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode


 - Carsten






 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: org-mode news as a feed

2010-02-01 Thread Greg Newman
All I do is subscribe to the rss feed of the mirror I have running at
bitbucket.
http://bitbucket.org/mirror/org-mode/overview/

It doesn't give me *just* the news but I get a better feed of what's getting
committed. Maybe too much noise for some but it works for me.

2010/2/1 Carsten Dominik carsten.domi...@gmail.com

 Hi Lukasz,

 you can see the raw file in the git repo, or here:

 http://repo.or.cz/w/org-mode.git/blob_plain/HEAD:/ORGWEBPAGE/index.org

 - Carsten


 On Feb 1, 2010, at 12:14 PM, Łukasz Stelmach wrote:

  Carsten Dominik carsten.domi...@gmail.com writes:

  On Feb 1, 2010, at 12:05 PM, Łukasz Stelmach wrote:

  Carsten Dominik carsten.domi...@gmail.com writes:

  On Jan 31, 2010, at 3:59 PM, Łukasz Stelmach wrote:

  Could you please consider publishing the News form the org-mode
 web page as an RSS or Atom feed?


 I don't know how to do this, so no.

 Unless someone can do this for me, in a simple way.


 How do you prepare the news for the web-page then?


 I type it into index.org and then republish the website.


 So it looks like this?

 --8---cut here---start-8---
 * News
  + 2010-01-10 Sun: Release 6.34
  + 2009-12-15 Tue: iPhone App MobileOrg version 1.1 available
  + 2009-11-13 Fri: Release 6.33
  + 2009-11-03 Tue: iPhone App MobileOrg available in the AppStore
  + 2009-10-26 Mon: Release 6.32
 --8---cut here---end---8---

 Or are the news items separate nodes?

 --
 Miłego dnia,
 Łukasz Stelmach


 - Carsten





 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] How to combine the analogue (Moleskine) world with digital (org-mode) world ?

2010-01-24 Thread Greg Newman
I've been using my moleskine in conjunction with org-mode for a long
time but not really structured in any way.  I typically only use the
moleskine
as an inbox and phone journal.  If I find that my notes belong in my agenda
then they get entered in my org files.  As far as going from org to my
moleskine
I don't bother with that approach mainly because (1) it would be redundant
for me
to and (2) I rely on the clocks in org-mode as I work.

On Sun, Jan 24, 2010 at 10:16 AM, Manish mailtomanish.sha...@gmail.comwrote:

 On Sun, Jan 24, 2010 at 7:39 PM, Torsten Wagner wrote:
 [...]
  Thus, today I bought one of these moleskine paper organizers
  (no advertisement, all other organizers would be nice as
  well). I hope to have it always with me and to use it in all
  this cases where I do not have access to org-mode ( I'm still
  waiting that someone comes up with a org-mode-brain interface).
 
  My question is now. What would be the best way to combine the
  moleskine and org-mode ? Does someone have experience with a
  paper based and digital mixture system? One of my ideas was to
  print out the weekly or monthly agenda as small as possible and
  just attach it to the molenskine (it has a little card holder
  at the back). This would allow me to check what is in my
  org-mode agenda. However, I would still have two independent
  systems.
 
  What I'am looking for is a smart way to keep both in sync and
  that without big hassle. It has to be something which does the
  job quite quick thus I will do it directly e.g., every morning
  before starting work... instead of pushing and pushing it away
  from me. Thought maybe I simply mark the entries in the paper
  version whether I added them to org-mode already or not and
  create a tag in org-mode for the vice versa reason.
 
  Any ideas and experience would be welcome.

 I am also beginning with something similar.  My plan is to print the
 day's agenda every morning (or previous night) and may be fold it
 like pocketmod [1] using Christian Egli's org2pocketMod [2].  Then
 the digital system can be updated at the end of the day.

 1. http://www.pocketmod.com/
 2. http://www.mail-archive.com/emacs-orgmode@gnu.org/msg04044.html

 Regards
 --
 Manish


 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: [babel] Moving to babel the whole configuration

2010-01-22 Thread Greg Newman
Eric, you hit the nail on the head.  Now I'll be spending my Friday night
redoing my
configs (and probably Saturday, and the next…)

On Fri, Jan 22, 2010 at 3:44 PM, Eric S Fraga ucec...@ucl.ac.uk wrote:

  Amazing isn't it? I just blew a day by moving to org-babel for my init
  file and managed to miss the + in my #+end_src marker ... but now
  its working its all smiles despite another day configuring rather than
  doing ;) It's an emacs problem in general. A shame there are no jobs
  configuring your editor 

 Yeah, it's amazing how much time we can spend increasing our
 productivity... ;-)


 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Orgmode + other modes for outlining and studying.

2010-01-07 Thread Greg Newman
what about mmm mode? Anyone try it with org?
http://mmm-mode.sourceforge.net/

On Thu, Jan 7, 2010 at 7:21 PM, Eric Schulte schulte.e...@gmail.com wrote:

 Marcelo de Moraes Serpa celose...@gmail.com writes:

 
  Is there a way to have two major modes at the same time, such as org +
 js-mode?
 

 yes, but it will be buggy, see

 http://article.gmane.org/gmane.emacs.orgmode/8112/

 -- Eric


 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Colors for pre elem. on orgmode.org

2009-11-16 Thread Greg Newman
On my calibrated monitor that's fine for readability

On Mon, Nov 16, 2009 at 8:15 AM, Sebastian Rose sebastian_r...@gmx.dewrote:

 Carsten Dominik carsten.domi...@gmail.com writes:
  Hi Sebastian,
 
  can you point to a page where you think the stuff is badly readable?
 
  - Carsten

 Yes - sorry.


 http://orgmode.org/worg/org-contrib/org-protocol.php#open-source-rewritten-urls



  Sebsatian



 
  On Nov 15, 2009, at 8:08 PM, Sebastian Rose wrote:
 
  Hi,
 
 
  the colors on orgmode.org are made from an Emacs setup with a dark
  background.
 
  Because of the light background on the Web, code examples with syntax
  highlighting are hard to read. I even avoid #+BEGIN_SRC and use
  #+BEGIN_EXAMPLE instead.
 
 
  I played a little locally, and found, that the following simple change
  makes highlighted source code readable. Just put this in an exported
  HTML file, just before the `/head' tag and keep the original styles in
  place, to see the results:
 
 
  style type=text/css
  pre {
 background-color:#33;
 color:white;
  }
  /pre
 
  These are just the changed values.
 
 
 
  Unfortunately, this changes the appearance significantly. Dark
  background for all code.
 
 
 
  As an alternative, we could change all foreground colors, in that we
  keep the tint, but reduce the brightness of each. That way we would keep
  the appearance and have readable code. I've changed the background to be
  slightly lighter. Just put this in an exported HTML file, just before
  the `/head' tag and keep the original styles in place, to see the
  results:
 
 
  style type=text/css
 
  pre {
 /* only the changed values for pre again */
 background-color:#fafafa;
 
 /* Use bigger font? courier is soo small on my system: */
 font-size:110%;
  }
 
 
  .org-string   { color:#BC2020; }
  .org-builtin  { color:#5C2659; }
  .org-keyword  { color:#5C128A; }
  .org-doc  { color:#754C4C; }
  .org-constant { color:#385D5E; }
 
  .org-variable-name { color:#805F11; }
  .org-function-name { color:#CC; }
 
  /style
 
 
 
  What do you think?
 
  How is the font-size of code on Windows and MAC (Safari)?
 
 
 
   Sebastian
 
 
  ___
  Emacs-orgmode mailing list
  Remember: use `Reply All' to send replies to the list.
  Emacs-orgmode@gnu.org
  http://lists.gnu.org/mailman/listinfo/emacs-orgmode
 
  - Carsten
 
 

 --
 ~~
 Sebastian  Rose  Fachinformatiker / Anwendungsentwicklung
 Viktoriastr. 22  Entwicklung von Anwendungen mit freien Werkzeugen
 30451  Hannover  und Bibliotheken.

 0173  83 93 417  sebastian_r...@gmx.de s.r...@emma-stil.de
 ~~


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] emacs for the mac -- best distribution/version

2009-11-12 Thread Greg Newman
I too have been building but lately after the 23 betas I started grabbing
the builds from http://emacsformacosx.com


On Thu, Nov 12, 2009 at 4:33 PM, Eric Schulte schulte.e...@gmail.comwrote:

 Marcelo de Moraes Serpa celose...@gmail.com writes:

  Hello fellows orgers,
 
  After almost 5 years in a love-hate relationship with Linux and lately,
 Ubuntu (which I acknowledge, is a
  marvelous OS, and that has been getting greater with each release), I
 decided to go to the next level
  (read: Focus on web development/graphics design and forget about tweaking
 my OS for some time) and buy a
  Mac. There's no way I will ever use Windows again, except for selected
 games or eventual entertainment
  software that I'm not able to run on Mac or Linux, so, the logical
 decision was a Mac.
 
  Philosophies aside, orgmode and emacs have become keys pieces of my life,
 I have almost every aspect of my
  life recorded in text-files managed by orgmode. This won't change
 whatever OS I use. So I politely ask,
  what is the best emacs distribution for the Mac? I've heard carbon emacs
 is the logical choice, but some
  say Aquamacs is better. What I want is an emacs that up-to-date with
 current releases and that is as close
  as possible to the one I use on my Ubuntu box right now
 (emacs-snapshot-gtk 23.1.50.1), so, any
  suggestions/ideas are greatly appreciated :)
 

 Hi Marcelo,

 I've been building emacs from source on my Mac for years; when running
 configure pass the --with-ns option and then after running make
 install you will find an Emacs.app Mac application in your nextstep
 directory.

 I think this to be the best approach as (like you) I was coming to Mac
 from linux and wanted an Emacs that was as similar as possible to *true*
 linux Emacs.

 also you might find the following helpful.
 --8---cut here---start-8---
 ;; on mac apple is meta
 (setq mac-command-modifier 'meta)
 (setq mac-option-modifier 'super)
 --8---cut here---end---8---

 Best -- Eric

 
  Thanks,
 
  Marcelo.
 
  ___
  Emacs-orgmode mailing list
  Remember: use `Reply All' to send replies to the list.
  Emacs-orgmode@gnu.org
  http://lists.gnu.org/mailman/listinfo/emacs-orgmode


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Is there a good way to use org as blog system?

2009-11-11 Thread Greg Newman
The correct url is http://github.com/bmaland/happyblogger

On Wed, Nov 11, 2009 at 9:27 AM, Ian Barton li...@manor-farm.org wrote:

 Rick Moynihan wrote:

 2009/11/11 Ian Barton li...@manor-farm.org:

 Rick Moynihan wrote:

 2009/10/2 Miguel Fernando Cabrera mfcabr...@gmail.com:

 Hi,

 You might be interested in Jekkyl, a Ruby program that is a
  blog-aware,
 static  web sites generator. It basically generates HTML out of
 tex,haml,
 textile files.

 check it out: http://github.com/mojombo/jekyll/
 Example sites: http://wiki.github.com/mojombo/jekyll/sites

 So what does it have to do with Org? well, some guy developed a nice
 way
 of
 using the power of Jekky with Org. It uses org as a backed to generate
 the
 html, he prepoceses it and then generates the site using Jekyll.

 You might want to check it out:

 http://github.com/Chrononaut/happyblogger

  This looks like it could be really good, but I can't access the
 happyblogger repository nor any of Chrononaut's other git repo's on
 github.  Has the account been deleted or is github just down again?

 I'm looking for an org-mode based static blogging solution that's more
 robust than blorg, so I'm hoping this is available somewhere.

 R.

  My stuff on github is OK, so he may have deleted his account.


 Do you or does anyone else know if there is a clone of this repo anywhere?

 R.

 Sorry, the last url I posted doesn't seem to contain anything useful:) Try
 this one: http://github.com/bmaland/chrononaut.net/

 Ian.



 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] For all you IRC types

2009-10-20 Thread Greg Newman

irssi! :)

On Oct 20, 2009, at 6:21 PM, John Wiegley wrote:


On Oct 20, 2009, at 6:16 PM, Paul Holcomb wrote:


On Tue, Oct 20, 2009 at 06:17:05PM -0400, John Wiegley wrote:

I've started the channel #orgmode on irc.freenode.net, for the
discussion of all things Org and Emacs and between!  Come join us!


#org-mode already exists...


Just found that out.  I guess Colloquy's channel searching feature  
is really not all it's cracked up to be.


John



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Evangelize the world with Org-mode

2009-10-16 Thread Greg Newman
There already is Worg for wiki and pdf generation is already a core  
function of org-mode.

Not sure if i'm missing something here or not.


On Oct 16, 2009, at 6:41 AM, Scot Becker wrote:


Sebastien,

I don't think any of this is crazy.

 The first idea is similar to the HTML composition GUIs which now  
seem to be everywhere.  I'm told it's a pretty complex task to get  
them to reliably be both WYSISYG and to maintain syntactically  
correct markup through multiple edits, but people are attempting  
it---with some success for HTML and BBcode.


Could org-syntax be used in a Wiki? I suppose so with some elisp or  
scripting infrasturcture.  In fact, such an idea is has potential to  
help with other problems as well, such as making simple changes to  
your server-stored org-documents when at a non-emacs machine or a  
simple web-enabled device like a smartphone.   I imagine that the  
overhead of processing org-markup to html via Emacs is high-ish in  
comparision with traditonal ways of generating html from other  
markup languages.   But with static pages and mostly internal use,  
that should be no issue.


Look at this link for an example of online PDF generation.  In this  
case it's from another lightweight markup language called  
ReStructured Text, and uses pdflatex on a server to automatically  
generate pdf's.


http://rst2a.com/

If they can do it.

Scot
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: org-version from git 6.30 trans

2009-10-14 Thread Greg Newman

Thanks Bernt.  I learn't somethin' new today.
I used gitx to check the submodule which I did not know I could do  
from within a git repo.  Very nice.

Ok, I'll update it to use the 6.31 tag.

Thanks again.

— Greg


On Oct 14, 2009, at 7:09 AM, Bernt Hansen wrote:


Greg Newman g...@20seven.org writes:


I have my configs setup so that org-mode is a git submodule from
git://repo.or.cz/org-mode.git I updated my submodule but org-version
is still saying 6.30 trans.  Is 6.31 on a branch or tag?


Hi Greg,

I don't use submodules in git yet but as I understand it the  
supermodule
points at a specific commit and won't move until you update it.   
6.31 is

a tag which is part of the history of the master branch.  You can see
this in gitk.

HTH,
Bernt




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] org-version from git 6.30 trans

2009-10-13 Thread Greg Newman

I have my configs setup so that org-mode is a git submodule from 
git://repo.or.cz/org-mode.git
I updated my submodule but org-version is still saying 6.30 trans.  Is  
6.31 on a branch or tag?



Greg Newman
http://20seven.org
twitter: gregnewman___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread Greg Newman
On Wed, Sep 16, 2009 at 5:46 AM, Bastien bastiengue...@googlemail.comwrote:

 Sebastian Rose sebastian_r...@gmx.de writes:


 I would love to see a dialog between two org-ers, exchanging on how they
 progressively adapt Org to their needs or any other topics.  This could
 actually be a bit more fun to write, and I'm sure the result would be
 useful.

 Who's in?


+1 -- I'd love to see this too!




 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org-mode Mercurial mirror on Bitbucket

2009-09-16 Thread Greg Newman
Bastien,The description has been updated to read Mirror of the org-mode git
repository located at http://repo.or.cz/w/org-mode.git, visit
http://orgmode.org/ for more information.

On Tue, Sep 15, 2009 at 8:07 PM, Bastien bastiengue...@googlemail.comwrote:

 Greg Newman g...@20seven.org writes:

  I've had my friends over at Bitbucket.org create a org-mode mirror of the
  git repo for me (and anyone who prefers Mercurial) to pull from.This repo
 is
  updated every hour against the git repository.
 
  http://bitbucket.org/mirror/org-mode/

 I think it is useful.  Perhaps people using this repo should be advised
 to create patches preferrably against the git repo?  At least a link to
 the official repo would be nice.

 Thanks!

 --
  Bastien

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org-mode Mercurial mirror on Bitbucket

2009-09-16 Thread Greg Newman
Don't thank me, thank the great guys at Bitbucket. :)

On Wed, Sep 16, 2009 at 11:22 AM, Bastien bastiengue...@googlemail.comwrote:

 Greg Newman g...@20seven.org writes:

  The description has been updated to read Mirror of the org-mode git
  repository located at http://repo.or.cz/w/org-mode.git,
  visit http://orgmode.org/ for more information.

 Thank you!

 --
  Bastien

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Org-mode Mercurial mirror on Bitbucket

2009-09-15 Thread Greg Newman
I've had my friends over at Bitbucket.org create a org-mode mirror of the
git repo for me (and anyone who prefers Mercurial) to pull from.This repo is
updated every hour against the git repository.

http://bitbucket.org/mirror/org-mode/

Carsten, I hope you don't mind.  It is read only.  If it's a problem I'll be
happy to tell them to take it down.

Cheers,


*Greg Newman*

http://20seven.org

twitter: 20seven
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org-mode Mercurial mirror on Bitbucket

2009-09-15 Thread Greg Newman
Great point Bastien.  I'll update the wiki on it in the morning with some
detailed information and links to the git repo and official site.

On Tue, Sep 15, 2009 at 8:07 PM, Bastien bastiengue...@googlemail.comwrote:

 Greg Newman g...@20seven.org writes:

  I've had my friends over at Bitbucket.org create a org-mode mirror of the
  git repo for me (and anyone who prefers Mercurial) to pull from.This repo
 is
  updated every hour against the git repository.
 
  http://bitbucket.org/mirror/org-mode/

 I think it is useful.  Perhaps people using this repo should be advised
 to create patches preferrably against the git repo?  At least a link to
 the official repo would be nice.

 Thanks!

 --
  Bastien

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Subversion for backups?

2009-09-08 Thread Greg Newman
Thanks Bastien.

On Mon, Sep 7, 2009 at 6:31 PM, Bastien bastiengue...@googlemail.comwrote:

 Hi Greg,

 Greg Newman g...@20seven.org writes:

  In light of this topic I've posted my process using mercurial and
 bitbucket
  from my Mac.  I've added an hourly bash script to my daemons to push to
 my repo
  every hour.  You can get all the details at
 http://www.20seven.org/journal/2009
  /09/backing-up-org-mode-files.html

 I've added a link to this blog entry at the end of this page:

  http://orgmode.org/worg/org-tutorials/org-vcs.php

 Thanks,

 --
  Bastien

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] iPhone app for Org view and capture

2009-09-08 Thread Greg Newman
Bastien took the words out of my mouth! :D

On Tue, Sep 8, 2009 at 4:36 AM, Bastien bastiengue...@googlemail.comwrote:

 Richard Moreland r...@ncogni.to writes:

  Here is a teaser video of the app running in the simulator:
  http://ncogni.to/ mobileorg-demo1.mov

 WOW... Great work!

 --
  Bastien


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Subversion for backups?

2009-09-05 Thread Greg Newman
In light of this topic I've posted my process using mercurial and bitbucket
from my Mac.  I've added an hourly bash script to my daemons to push to my
repo every hour.  You can get all the details at
http://www.20seven.org/journal/2009/09/backing-up-org-mode-files.html
Cheers,


*Greg Newman*

http://20seven.org

twitter: 20seven

2009/9/2 Sébastien Vauban wxhgmqzgw...@spammotel.com

 Hi Rainer,

 Rainer Stengele wrote:
  Sébastien Vauban schrieb:
  Rainer Stengele wrote:
 
  I have a server in my office running the subversion server.
 
  Access is by port forwarding the subversion port via ssh - no matter
 being
  under windows (putty) or under Linux (ssh).
 
  In this way I have my subversion server and repository virtually
 local,
  that is acces is always via svn://localhost/repository
 
  Just for my own understanding, why to you want your repository to appear
 as
  local? In case you wanna change the physical location of the SVN server,
  and don't want to update any of the working copies? Something like that,
 or
  are there other major reasons for this setup?
 
  A reason is I use my notebook at home and at work.
  Having the localhost server solves the problem.
  I simply use different port forwarding scripts at home and at work.

 Thanks for the explanation.

 Seb

 --
 Sébastien Vauban



 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] broken link

2009-08-19 Thread Greg Newman
works for me

On Wed, Aug 19, 2009 at 2:24 PM, Ilya Shlyakhter ilya_...@alum.mit.eduwrote:

 The link from orgmode.org to
 http://sachachua.com/wp/2008/01/18/outlining-your-notes-with-org/ is
 broken.


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Tracking Org-mode's git repo

2009-07-29 Thread Greg Newman
I could whip up some bash scripts to do this in different flavors Sebastian,
like one for those with git, one for those without.  It just wouldn't work
for windows users; only mac/linux.
On Wed, Jul 29, 2009 at 5:09 AM, Sebastian Rose sebastian_r...@gmx.dewrote:



 Yes, I hear you

 The repo is here:

  http://github.com/SebastianRose/track-org-git/tree/master

 :-)


   Sebastian


 Sebastian Rose sebastian_r...@gmx.de writes:
  Hi all,
 
  I sat down to hack a little on our functions we wrote to compile
  Org-mode without make (see
  http://article.gmane.org/gmane.emacs.orgmode/15264 ff).
 
  I thought it would be nice, to do the whole bunch of actions at once for
  users tracking the development version of Org-mode:
 
 * git
   - clone the repo
   - pull
 
 * Download and unpack org-latest.tar.gz in case no git is installed
   or the user doesn't want to use git to track Org.
 
  Git cloning and pulling is now done as recommended in our FAQ
  (
 http://orgmode.org/worg/org-faq.php#keeping-local-changes-current-with-Org-mode-development
 )
  which is based on Bernt's suggestions, I believe. Optionally, the whole
  thing sets up a local branch for you, that is rebased automatically
  (again, see the FAQ entry for more no this).
 
  What's still missing, is a function to download and unpack
  org-latest.tar.gz, which I will do during the next days. We should add
  that feature for people not willing/being able to install git.
 
 
  I've set up a repo on github for this.
 
  If you want to contribute, you could (a) clone/fork the repo, (b) send
  me your public key that you wish to use with that repo so I can add it,
  or (c) just send patches.
 
 
 
  Best regards,
 
 
  Sebastian
 


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Tracking Org-mode's git repo

2009-07-29 Thread Greg Newman
I think I understand what you're talking about Sebastian, which what I'd do
is use wget in the bash script for those who don't have and don't want to
install git.

On Wed, Jul 29, 2009 at 8:11 AM, Sebastian Rose sebastian_r...@gmx.dewrote:

 Greg Newman g...@20seven.org writes:
  I could whip up some bash scripts to do this in different flavors
 Sebastian,
  like one for those with git, one for those without.  It just wouldn't
 work
  for windows users; only mac/linux.

 Thanks Greg, but that what it is intended for: work without any external
 dependencies in a portable way.


 Best wishes,


   Sebastian

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Results of the SourceForge Community Award

2009-07-24 Thread Greg Newman
That's not great news but in my book, org won.  Thanks for the update
Bastien.

On Fri, Jul 24, 2009 at 6:56 AM, Bastien bastiengue...@googlemail.comwrote:

 Hi all,

 the results of the SCCA 2009 have been announced and the winner in our
 category is portableapps.com, a platform to carry computer programs on
 a USB key.

 Org-mode didn't win but it was really great to participate and to have
 all these nice contributions from so many people!

 A big thanks to all of you.

 Let's keep making Org a tool which changes the way _we_ do everything :)

 --
  Bastien


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] How to track time spent on a project

2009-07-24 Thread Greg Newman
Take a look at this: http://doc.norang.ca/org-mode.html#sec-7I use this
exact setup and it works perfectly


*Greg Newman*

http://20seven.org

twitter: 20seven

On Fri, Jul 24, 2009 at 6:40 AM, Geralt usr.gen...@googlemail.com wrote:

 Hi,

 I want to track the time that I'll spend on a new project. For this
 I'm planning to use org-mode's clocking feature, so far my first tests
 (I've never used org-agenda before) showed me that I can do this
 easily from the agenda view, as long as I have a DATE: property in my
 node. And that's a bit of a problem because I don't really have a
 scheduled date when I'm going to work on a part of this project.
 Is there a way in org-mode to just clock the time and have the agenda
 view show me on the views for every day (or time interval) just the
 clocked times for every tree item that fall into this time
 interval/range?
 And how can I start clocking items that do not show up in the agenda
 view? I'm not sure if it's understandable what I want, so I here's a
 small example org-file and a description of what I want to see and how
 I want to work on it:
 Basic layout of the org-file:
 * Part 1
  :CLOCK:
  CLOCK: [2009-07-20 Mon 12:40]--[2009-07-20 Mon 14:43] =  2:03
  CLOCK: [2009-07-23 Thu 22:28]--[2009-07-23 Thu 22:48] =  0:20
  :END:
 * Part 2
  :CLOCK:
  CLOCK: [2009-07-24 Fri 09:45]--[2009-07-24 Fri 11:15] =  1:30
  :END:

 What I want:
 (Re-)start at any time the clocking of one of either Part 1 or Part 2
 whenever I'm working on it and get summaries of the total working
 times on a day, week, or whatever time interval I want and the total
 working time I've spent on the project or single parts on it.


 I assume that a lot of you are using org-mode exactly for this purpose
 and probably you know how to do it better, so if you have any
 suggestions how I could do it better please tell me :-)




 Thanks,

 Geralt.


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Results of the SourceForge Community Award

2009-07-24 Thread Greg Newman
Bastien,Might I suggest taking it a little further and maybe put a matrix.
 Include apps outside of org like OmniFocus, Things, Remember the milk, etc.
 Might get some non-emacs users to look at it.


*Greg Newman*

http://20seven.org

twitter: 20seven

On Fri, Jul 24, 2009 at 6:21 PM, Bastien bastiengue...@googlemail.comwrote:

 Raffi R raf...@gmail.com writes:

  In terms of marketing within the Emacs community, it might be worth
  advertising it as an outline-mode replacement. Has anyone written a
  simple tutorial explaining how to use org-mode just in this way, and
  then providing a link to, say, the manual/Worg at the end?

 I am working on a simple Worg page which will describe what are the
 benefits of org-mode over outline-mode as a major-mode for the Emacs
 files like etc/TODO and admin/FOR-RELEASE.

 I hope this will be good enough to convince Emacs developers.
 If so, it will certainly give more exposure to org-mode.

 --
  Bastien


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] ANN: org-mac-protocol, let's try again

2009-07-23 Thread Greg Newman
I'm using 23.x pretests and haven't updated in almost a month so mine is
probably much older than yours.  I am running 6.28b of org which I think you
are too.  Not sure what the issue is.

On Tue, Jul 21, 2009 at 7:33 PM, Christopher Suckling suckl...@gmail.comwrote:

 On Tue, 21 Jul 2009 15:15:09 -0400, Greg Newman g...@20seven.org wrote:

  Chris,I figured out what my issue was last night.  My org-mode 6.25 was
  stomping on my git clone of 6.28b.  With that fixed i can get it to
 work...
  with only links.
  With notes and remember i get the following error every time; any clues?
 
  Process *tramp/scp org-protocol* exited abnormally with code 255
 

 Greg, I did come across this. Unfortunately, I didn't make a note of
 when or where and can't reproduce it this evening.

 I have a suspicion, but only a suspicion, that it may have resulted from
 a (now fixed) tramp bug in CVS Emacs. I last complied on 15 July. Could
 this be a possibility?

 [There are gaps in the above logic; I can't figure out why org-link
 should work whilst org-note and org-remember bork. I'm clutching at
 straws. No idea why it is so fragile.]

 Christopher

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] ANN: org-mac-protocol, let's try again

2009-07-21 Thread Greg Newman
Chris,I figured out what my issue was last night.  My org-mode 6.25 was
stomping on my git clone of 6.28b.  With that fixed i can get it to work...
with only links.
With notes and remember i get the following error every time; any clues?

Process *tramp/scp org-protocol* exited abnormally with code 255




On Mon, Jul 20, 2009 at 8:03 PM, Christopher Suckling 
suckling.l...@googlemail.com wrote:

 Apologies to the early adopters to whom I sold some dummies.

 Hopefully this should work better.

 (I had so much residual stuff sitting in memory that I was under the
 false impression that everything just worked TM)

 The installer is, I'm afraid, 10.5 only.

 The manual includes, um, manual installation instructions for 10.4.

 Available from:

 http://claviclaws.net/org/

 or

 git://github.com/claviclaws/org-mac-protocol.git

 Best wishes,

 Christopher


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] emacs on the iPhone

2009-07-21 Thread Greg Newman
Man, you guys are making me want and android phone.I sat in a cafe with a
friend who grep'd his mail server from his g1 and was impressed.

On Tue, Jul 21, 2009 at 2:54 PM, Michael Zeller 
michael.dylan.zel...@gmail.com wrote:

 Sven Bretfeld sven.bretf...@gmx.ch writes:

 
  Connecting to my PC and starting emacsclient -t via a bash-alias (`ec')
  takes about 5 seconds from everywhere. I think running (and working
  with) a native Emacs on the phone itself (which isn't available anyway)
  could never be much faster. Gnus and Org-mode are ready to go. And no
  need to synchronize.

 As an aside, you could actually run emacs natively on the g1. I've
 followed the instructions from Jay Freeman (http://www.saurik.com/id/10,
 seems to be down though, try using the Google cache) for installing
 Debian on the g1 (on your SD card -- I recommend getting an 8GB
 card). After you've installed Debian you run openssh and connect to
 localhost using ConnectBot.

 Even better, you could install xorg and run emacs using AndroidVNC in X,
 although I've found this to be much slower. Although, theoretically
 you could use a browser such as Conkeror in X to follow http links,
 although this is extremely slow for me. You're better off with w3m-el,
 until newer hardware comes out. Also note that the keyboard under
 AndroidVNC is not as nice as ConnectBot's layout.

 
  This is the solution I always dreamed of and more than once asked about
  in this list. I can very much recommend Android (even if its
  relationship to Google can be annoying).

 I also recommend Android.

 
  For those who want to give it a try: In ConnectBot CTRL is pressing the
  mouse ball once, META (ESC) is pressing it twice. TAB is twice pressing
  the mouse ball and hitting SPC. To expand a tree in an org file you have
  to set org-cycle to a key. Of course, you should have an internet
  flatrate if you want to write your PhD thesis that way ;-).

 With my solution, you don't need to drop all of that money on an
 internet plan, but you would need to sync your org files. For using the
 g1 without a plan, just buy a prepaid SIM card and connect using adb
 shell when registering the phone and execute:

 am start -a android.intent.action.MAIN -n com.android.settings/.Settings

 to bring up the Wifi settings and register without buying a dataplan. I
 spend about $10 a month prepaid and use Skype for everything else.

 
  Greetings
 
  Sven

 Thanks,
 ~Michael Zeller


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Greg Newman
Awesome Chris, thanks!  Now I don't have to finish my safari  org-protocol
script.I'll give this a try this evening and report back.  Is this on github
by chance?


*Greg Newman*

http://20seven.org

twitter: 20seven

On Mon, Jul 20, 2009 at 1:57 PM, Christopher Suckling 
suckling.l...@googlemail.com wrote:

 All,

 This is essentially a rewrite of my org-annotate-quicksilver suite of
 scripts for compatibility
 with org-protocol with a major improvement: Quicksilver is no longer
 required.

 Launch the scripts from the Script menu in the menu bar or from your
 favourite script launcher
 (including Quicksilver, of course!).

 Three modes of operation:

 org-link: create an org-mode link to the selected document, file or
 application
 org-remember: pop up a small remember frame initialized with links
 and, where possible,
 content from the selected document, file or application.
 org-note: pop up a small remember frame for quick note taking
 independent of current
 application.

 Currently supported apps are:

 Finder
 Safari
 Skim
 BibDesk
 Terminal

 In the works are:

 Office
 iCal
 iTunes
 iPhoto

 Full documentation and downloads from:

 http://claviclaws.net/org

 As always, bug reports (I don't have a wide range of systems to test
 on) and improvements
 welcome.

 Best wishes,

 Christopher


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: New screencast about org-protocol.el

2009-07-20 Thread Greg Newman
No Chris, I haven't.  FF 3.x is just borked on the mac as far as extending
it goes.I wrote some scripts that would allow me to jump from the current
open safari url to the same url in firefox (useful for testing) and that no
longer works either.  There are a bunch of bug reports that have been logged
at mozilla since the introduction of 3.0 and no-one seems to care.  Really
doesn't bother me too much since I don't use it very often but for those who
do it's a killer.  I typically use Safari and it's developer tools.

On Mon, Jul 20, 2009 at 2:01 PM, Christopher Suckling 
suckling.l...@googlemail.com wrote:

 On Sun, Jul 19, 2009 at 8:44 PM, Greg Newmang...@20seven.org wrote:

  Kieth, I've been working (in my spare time) on a applescript solution
 that's
  elegant.  When I get it finished and working I'll let everyone know.  I'm
 a
  Safari user but when it's done it will work with FF (or camino) too.
 

 Greg,

 I'd love to know if you've had any success with FF. As of 3.5, there is a
 getURL object, but I've not been able to get it to work reliably, and,
 regardless,
 it still leaves FF as a rather second class citizen compared to Safari.

 If it's of interest, you can find my (finally) rewritten suite of
 scripts for org-protocol
 here:

 http://claviclaws.net/org/

 Best wishes,

 Christopher

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] emacs on the iPhone

2009-07-20 Thread Greg Newman
For those that are interested (and don't already know), there are a few apps
out now for secure shell on the iphone.  The one I'm using is issh by
zingersoft. http://www.zinger-soft.com/iSSH_features.html
So far I've had good luck with it and hopefully later this week will have
time to poke a hole in my router to try connecting to my mac so I can give
org-mode a try with it.  I have successfully run emacs and irssi from my
server but it's not setup for org.

If anyone does give it a try before I report back please fill me/us in.

Cheers,


*Greg Newman*

http://20seven.org

twitter: 20seven
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Greg Newman
Chris,Just a note, the package tried to install by default to my root dir
and failed.  I changed it to ~/ and it then installed.  Not sure if you can
make something else the default or have it ask for roots password.  I almost
didn't see the option to change the install location.

Giving this a try now...

On Mon, Jul 20, 2009 at 1:57 PM, Christopher Suckling 
suckling.l...@googlemail.com wrote:

 All,

 This is essentially a rewrite of my org-annotate-quicksilver suite of
 scripts for compatibility
 with org-protocol with a major improvement: Quicksilver is no longer
 required.

 Launch the scripts from the Script menu in the menu bar or from your
 favourite script launcher
 (including Quicksilver, of course!).

 Three modes of operation:

 org-link: create an org-mode link to the selected document, file or
 application
 org-remember: pop up a small remember frame initialized with links
 and, where possible,
 content from the selected document, file or application.
 org-note: pop up a small remember frame for quick note taking
 independent of current
 application.

 Currently supported apps are:

 Finder
 Safari
 Skim
 BibDesk
 Terminal

 In the works are:

 Office
 iCal
 iTunes
 iPhoto

 Full documentation and downloads from:

 http://claviclaws.net/org

 As always, bug reports (I don't have a wide range of systems to test
 on) and improvements
 welcome.

 Best wishes,

 Christopher


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Greg Newman
Hmm, Chris.No matter what I do I always get Required feature
`org-mac-protocol' was not provided when I re-eval.  I can load-file fine
but when I add it to my configs, before or after org-mode it always barks at
me.

On Mon, Jul 20, 2009 at 1:57 PM, Christopher Suckling 
suckling.l...@googlemail.com wrote:

 All,

 This is essentially a rewrite of my org-annotate-quicksilver suite of
 scripts for compatibility
 with org-protocol with a major improvement: Quicksilver is no longer
 required.

 Launch the scripts from the Script menu in the menu bar or from your
 favourite script launcher
 (including Quicksilver, of course!).

 Three modes of operation:

 org-link: create an org-mode link to the selected document, file or
 application
 org-remember: pop up a small remember frame initialized with links
 and, where possible,
 content from the selected document, file or application.
 org-note: pop up a small remember frame for quick note taking
 independent of current
 application.

 Currently supported apps are:

 Finder
 Safari
 Skim
 BibDesk
 Terminal

 In the works are:

 Office
 iCal
 iTunes
 iPhoto

 Full documentation and downloads from:

 http://claviclaws.net/org

 As always, bug reports (I don't have a wide range of systems to test
 on) and improvements
 welcome.

 Best wishes,

 Christopher


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Greg Newman
I was actually doing it right Chris (require 'org-mac-protocol).  I hadn't
noticed a typo.

On Mon, Jul 20, 2009 at 7:36 PM, Christopher Suckling 
suckling.l...@googlemail.com wrote:

 On Tue, Jul 21, 2009 at 12:04 AM, Greg Newmang...@20seven.org wrote:
  Hmm, Chris.
  No matter what I do I always get Required feature `org-mac-protocol' was
  not provided when I re-eval.  I can load-file fine but when I add it to
 my
  configs, before or after org-mode it always barks at me.
 

 Urrrgh. Stupid typo, but I'd already evaled the buffer when testing
 and didn't notice.

 Last line should read:

 (require 'org-mac-protocol)

 NOT

 (require 'org-mac-protocol.el)

 Putting together updated release now...

 C.

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] New screencast about org-protocol.el

2009-07-19 Thread Greg Newman
Keith,I haven't been able to get it to work on OS X either.  FF 3.x I
believe is broken in that respect.  I cannot get applescripts to work with
it either.

On Sun, Jul 19, 2009 at 12:13 PM, Keith Lancaster klancaster1...@mac.comwrote:

 The screencast is great, but I can't seem to get things working. On OS X, I
 consistently get a message from Firefox that no application is associated
 with org-protocol.  This happens on both FF 3 and 3.5, and regardless of how
 I specify emacsclient. Any thoughts on how to debug this?

 Thanks,
 Keith


 On Jul 19, 2009, at 5:48 AM, Bastien wrote:

  Hi all,

 I have created a five-minutes screencast about basic usage of
 org-protocol.el (also featuring ubiquity commands):

  http://vimeo.com/5662410

 Enjoy,

 --
 Bastien


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode


 Keith Lancaster
 klancaster1...@mac.com






 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: New screencast about org-protocol.el

2009-07-19 Thread Greg Newman
Kieth, I've been working (in my spare time) on a applescript solution that's
elegant.  When I get it finished and working I'll let everyone know.  I'm a
Safari user but when it's done it will work with FF (or camino) too.


*Greg Newman*

http://20seven.org

twitter: 20seven

On Sun, Jul 19, 2009 at 1:59 PM, Matthew Lundin m...@imapmail.org wrote:

 Keith Lancaster klancaster1...@mac.com writes:

  The screencast is great, but I can't seem to get things working. On OS
  X, I consistently get a message from Firefox that no application is
  associated with org-protocol.  This happens on both FF 3 and 3.5, and
  regardless of how I specify emacsclient. Any thoughts on how to debug
  this?
 

 Yes, this is a known issue on Mac OS X. I believe that the problem lies
 not with Firefox per se, but with the way in which Mac OS handles
 internet protocols. I think someone will have to code something in cocoa
 or applescript that passes the protocol to emacsclient. See this post by
 Sebastian for more details:

 http://article.gmane.org/gmane.emacs.orgmode/14903

 That said, I don't really know too much about the internals of MacOS X,
 so I may be wrong about this.

 BTW, the only browser I was able to get working with org-protocol on the
 Mac was conkeror, a browser that uses emacs-style keybindings.

 http://www.conkeror.org

 For emacs users, conkeror is particularly convenient browser, not least
 because you can call commands with M-x or get information about commands
 using apropos (C-h a). If anyone is interested in trying it out, I put
 up instructions on how to set up conkeror on the org-protocol page. You
 can even bind org-remember to C-c r in conkeror!

 http://orgmode.org/worg/org-contrib/org-protocol.php#sec-8.1

 Best,
 Matt


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] broken link in manual

2009-07-16 Thread Greg Newman
Thanks Nick.  You beat me to it.


*Greg Newman*

http://20seven.org

twitter: 20seven

On Thu, Jul 16, 2009 at 5:44 PM, Nick Dokos nicholas.do...@hp.com wrote:

 Bastien bastiengue...@googlemail.com wrote:

  Greg Newman g...@20seven.org writes:
 
   I found a broken link in the manual just now.  The appendix link A
   extensions (on the left nav) gives a 404.
 
  I can't find the broken link.
 
  Btw, the manual lives in two locations:
 
  http://orgmode.org/org.html
  http://orgmode.org/manual/
 
  Can you send the relevant link?
 

 The navigation menu on the left of the page is out of sync: it contains
 a link to a non-existent appendix A Extensions in between the
 Miscellaneous link and the B Hacking link. The manual itself goes
 from Ch. 14 Miscellaneous to Hacking as its Next: link.  The bad
 link is

   http://orgmode.org/manual/Extensions.html#Extensions

 HTH,
 Nick

 PS. Here is a fragment of the page source:

 ...
 div id=table-of-contents
 h2Table of Contents/h2
 div id=text-table-of-contents
 ul
 lia name=toc_Top href=index.html#TopOrg Mode Manual/a
 lia name=toc_Introduction href=Introduction.html#Introduction1
 Introduction/a
 lia name=toc_Document-Structure
 href=Document-Structure.html#Document-Structure2 Document Structure/a

 lia name=toc_Tables href=Tables.html#Tables3 Tables/a
 lia name=toc_Hyperlinks href=Hyperlinks.html#Hyperlinks4
 Hyperlinks/a
 lia name=toc_TODO-Items href=TODO-Items.html#TODO-Items5 TODO
 Items/a
 lia name=toc_Tags href=Tags.html#Tags6 Tags/a
 lia name=toc_Properties-and-Columns
 href=Properties-and-Columns.html#Properties-and-Columns7 Properties and
 Columns/a
 lia name=toc_Dates-and-Times
 href=Dates-and-Times.html#Dates-and-Times8 Dates and Times/a
 lia name=toc_Capture href=Capture.html#Capture9 Capture/a
 lia name=toc_Agenda-Views href=Agenda-Views.html#Agenda-Views10
 Agenda Views/a
 lia name=toc_Embedded-LaTeX
 href=Embedded-LaTeX.html#Embedded-LaTeX11 Embedded LaTeX/a

 lia name=toc_Exporting href=Exporting.html#Exporting12
 Exporting/a
 lia name=toc_Publishing href=Publishing.html#Publishing13
 Publishing/a
 lia name=toc_Miscellaneous href=Miscellaneous.html#Miscellaneous14
 Miscellaneous/a
 lia name=toc_Extensions href=Extensions.html#ExtensionsA
 Extensions/aTHIS ONE
 lia name=toc_Hacking href=Hacking.html#HackingB Hacking/a
 lia name=toc_History-and-Acknowledgments
 href=History-and-Acknowledgments.html#History-and-AcknowledgmentsC
 History and Acknowledgments/a
 lia name=toc_Main-Index href=Main-Index.html#Main-IndexMain
 Index/a
 lia name=toc_Key-Index href=Key-Index.html#Key-IndexKey Index/a
 /li/ul

 /div
 /div



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] broken link in manual

2009-07-16 Thread Greg Newman
you rock Basetien!

On Thu, Jul 16, 2009 at 6:00 PM, Bastien bastiengue...@googlemail.comwrote:

 Nick Dokos nicholas.do...@hp.com writes:

  The navigation menu on the left of the page is out of sync: it contains
  a link to a non-existent appendix A Extensions in between the
  Miscellaneous link and the B Hacking link. The manual itself goes
  from Ch. 14 Miscellaneous to Hacking as its Next: link.  The bad
  link is
 
 http://orgmode.org/manual/Extensions.html#Extensions

 Thanks.

 I've fixed this by updating the manual in http://orgmode.org/manual/
 This manual don't have the fancy navigation, but since it's available
 from http://orgmode.org/org.html I guess it's all right.  At least the
 link is not broken anymore.

 --
  Bastien

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] broken link in manual

2009-07-09 Thread Greg Newman
I found a broken link in the manual just now.  The appendix link A
extensions (on the left nav) gives a 404.


*Greg Newman*

http://20seven.org

twitter: 20seven
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: unicorn image is not a link back to the front page on orgmode.org

2009-06-25 Thread Greg Newman
Glad to hear you guys worked this out.  I agree with Carsten that the image
itself is/was the preferred method.I don't agree that transparent images are
a problem but that's for a different topic/thread.  It looks great on my end
guys!

On Thu, Jun 25, 2009 at 11:10 AM, Carsten Dominik carsten.domi...@gmail.com
 wrote:


 On Jun 25, 2009, at 5:02 PM, Bernt Hansen wrote:

  Carsten Dominik carsten.domi...@gmail.com writes:

  On Jun 25, 2009, at 4:28 PM, Sebastian Rose wrote:

  Bastien bastiengue...@googlemail.com writes:

 Carsten Dominik carsten.domi...@gmail.com writes:

  What would be wrong with pulling the image out of the
 background and making it directly clickable?


 None, I've done this.


 Great.  I am also more comfortable with this because invisible
 clicking areas are notoriously used by fishing sites to make users
 believe they click one thing, and in fact they click another.

 At least this is how I interpret what I hear.  Lets try to keep
 things transparent.

 ^^
 you mean opaque ;)


 Great catch!

 - Carsten



 It's the invisible clicky things that are the problem :)

 -Bernt




 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] unicorn image is not a link back to the front page on orgmode.org

2009-06-24 Thread Greg Newman
You're welcome.Fixed works too.  Absolute can act goofy if the main body and
starting div aren't set to absolute.  I should have known better.
Sebastion: divs work too on some browsers.  Some browsers (cough) IE will
sometimes collapse them if they have no content.  I've  always had better
luck with a transparent image.

Bastien.  Works great for me on Safari.

Cheers,


*Greg Newman*

http://20seven.org

twitter: 20seven

On Wed, Jun 24, 2009 at 1:31 PM, Bastien bastiengue...@googlemail.comwrote:

 Manish mailtomanish.sha...@gmail.com writes:

  The page seems to work for me at the moment.  Would you like me to
  save it and send it to you?

 Thanks - Greg gave me instructions and the logo should be clickable
 now.

 --
  Bastien


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] org-protocol and safari

2009-06-23 Thread Greg Newman
I searched the list and saw that someone else asked this already with no
reply.  Well, Chris replied but didn't solve my problem.
Questions:
1.  Has anyone gotten org-protocol working with Safari?  I'm not a firefox
user and would prefer not to switch.

I did try to get it working with Firefox 3.x and it's not working.
I followed the worg instructions (
http://orgmode.org/worg/org-contrib/org-protocol.php ) for FF and tried the
verification links with no luck.
Firefox just screams at me Firefox doesn't know how to open this address,
because the protocol (org-protocol) isn't associated with any program.
2.  Any clue why this isn't working?

Thanks guys!


*Greg Newman*

http://20seven.org

twitter: 20seven
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Volunteer wanted for administration of emacs-orgmode

2009-06-18 Thread Greg Newman
I can lend one hand guys.


*Greg Newman*

http://20seven.org

twitter: 20seven

On Thu, Jun 18, 2009 at 4:21 AM, Carsten Dominik
carsten.domi...@gmail.comwrote:

 Hi all,

 Paul Rivier is one of the two[1] moderators of emacs-orgmode, i.e. one if
 the two
 great guys that make sure any mail arriving on our list from
 non-subscribers
 is passed through timely, but only if it is relevant and no spam.

 Paul says that he would like to be relieved of this task because he'll
 have less time in the future.  So I am looking for a replacement.
 I believe this does not take more than about 5 minutes a day.

 If you'd like to take over that task for a while, please get in touch
 with Paul, CC to me and to the mailing list (so that not 100 people
 write to Paul... :-)

 Thanks!

 - Carsten

 [1] Austin Frank is the other


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] pread pack issues from the git repo

2009-06-06 Thread Greg Newman
I was trying to update to the latest-greatest-org and am getting errors from
git.  Can anyone else confirm?
remote: Counting objects: 833, done.
remote: Compressing objects: 100% (301/301), done.
remote: Total 772 (delta 602), reused 626 (delta 471)
Receiving objects: 100% (772/772), 770.61 KiB | 36 KiB/s, done.
fatal: cannot pread pack file: No such file or directory
fatal: index-pack failed


Cheers,


*Greg Newman*

http://20seven.org

twitter: 20seven
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] coloring is off and a crash

2009-04-15 Thread Greg Newman
Under emacs 23.0.92 mac build, the coloring of my org files is off from what
I saw in carbon emacs.  For example, my first, second and third levels of
the tree are all the same color (if that makes sense) but in carbon they are
blue, orange and red respectively.
Has anyone else experienced this?

Also, I tried to go back to carbon emacs (22.3.1) but when folding the last
item in a list it carbon crashes every time and I can't seem to capture the
exception.


*Greg Newman*

http://20seven.org

twitter: 20seven
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode