Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-30 Thread Alexander Baier
M elwood...@web.de writes:

 Hi,

 I'd like to set up org-mode in a way to separate my personal data from my
 gerenal settings.

 Why?
 I'd like to be able to quickly and easily create tutorials or minimal
 examples with sample data without having to worry about publishing
 private/personal information anywhere.
 So I'm searching for a way to disable all personal data with one command
 and easily re-enable them later.

 I assume that some of you already have something like that or can recommend
 a way for doing so?
 I'm using Mercurial for versioning my org-mode files (but honestly I have no
 ideas about the advanced features of version control like branching,
 merging, etc., I'm just abusing it for regularly storing backups of my setup
 and data and making a diff, if something got messed up or accidently
 deleted).

 Kind regards

 Martin

You might want to watch Cask.el [1] as you might be able to configure a
little emacs instace with only those things that you need for that demo
fairly easily. There are certainly some interesting things there.


Regards,
  Alex

___
[1]  https://github.com/cask/cask





Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-14 Thread Mike McLean

On Oct 14, 2013, at 1:01 AM, M elwood...@web.de wrote:

 Running a virtual machine for the second setup is an interesting idea, but
 it is problematic, as I'm using MacOS X 10.6 and AFAIK it is not permitted
 to run it in a VM.

It is allowed according to the license as long as it is on Apple hardware. So 
running VMWare Fusion or Parallels on OS X, with another copy of OS X as the 
guest would be a possible solution.

Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-13 Thread Noorul Islam K M
Nick Dokos ndo...@gmail.com writes:

 Karl Voit devn...@karl-voit.at writes:

 * M elwood...@web.de wrote:

 Hi,

 Hi!

 I'd like to set up org-mode in a way to separate my personal data from my
 gerenal settings.
 and easily re-enable them later.
 [...]
 I assume that some of you already have something like that or can recommend
 a way for doing so?

 I by myself did chose a manual attempt so far: temporarily modifying
 org-agenda-files to one demo file [1] and sticking to this demo file
 only while showing stuff.

 With my Memacs setup (see sig), I gave up selecting stuff that might
 be private because every daily agenda shows private stuff (in case
 or displaying archive files is enabled).


 It may be worth considering running in a virtual machine.

And RAM and CPU cycles being cheap these days, I second this suggestion. 

Take a look at 

http://docs.vagrantup.com/v2/getting-started/

Thanks and Regards
Noorul



Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-13 Thread M
Thank you for your comments and suggestions!

Running a virtual machine for the second setup is an interesting idea, but
it is problematic, as I'm using MacOS X 10.6 and AFAIK it is not permitted
to run it in a VM.
I'm currently working with org-mode under OS X (Aquamacs) at home and under
Windows 7 at work.
(For a VM with Windows I'd need a second license and for using LINUX in the
VM I'd have a 3rd operating system to fiddle with).

I could however create a second user account in OS X for such purpose and
then try to sync the shared parts of the emacs/org-mode configuration
files.

I thought that it should be easy (give I know, how) to have 2 branches in my
mercurial repository, one for the general settings and one also containing
my private data.

Another solution might be to have 2 different stages of emacs/org-mode
configuration files and if necessary reset emacs and org-mode by a command
and then only load the public configuration for demo purpose.

Kind regards

Martin

 Von: Noorul Islam K M noo...@noorul.com
 Datum: Mon, 14 Oct 2013 09:30:15 +0530
 An: Nick Dokos ndo...@gmail.com
 Cc: emacs-orgmode@gnu.org
 Betreff: Re: [O] Setup for switching between 2 org-mode configurations
 (demo/productive)?
 
 Nick Dokos ndo...@gmail.com writes:
 
 Karl Voit devn...@karl-voit.at writes:
 
 * M elwood...@web.de wrote:

 I'd like to set up org-mode in a way to separate my personal data from my
 gerenal settings.
 and easily re-enable them later.
 [...]
 I assume that some of you already have something like that or can recommend
 a way for doing so?
 
 I by myself did chose a manual attempt so far: temporarily modifying
 org-agenda-files to one demo file [1] and sticking to this demo file
 only while showing stuff.
 
 It may be worth considering running in a virtual machine.
 
 And RAM and CPU cycles being cheap these days, I second this suggestion.
 
 Take a look at 
 
 http://docs.vagrantup.com/v2/getting-started/
 
 Thanks and Regards
 Noorul
 





Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-13 Thread Iannis Zannos
Hello Martin,

for situations like this I would consider switching between branches on
Git. If you are using Mercurial, maybe there is a similar possibility.

Iannis Z.


On Mon, Oct 14, 2013 at 8:01 AM, M elwood...@web.de wrote:

 Thank you for your comments and suggestions!

 Running a virtual machine for the second setup is an interesting idea, but
 it is problematic, as I'm using MacOS X 10.6 and AFAIK it is not permitted
 to run it in a VM.
 I'm currently working with org-mode under OS X (Aquamacs) at home and under
 Windows 7 at work.
 (For a VM with Windows I'd need a second license and for using LINUX in the
 VM I'd have a 3rd operating system to fiddle with).

 I could however create a second user account in OS X for such purpose and
 then try to sync the shared parts of the emacs/org-mode configuration
 files.

 I thought that it should be easy (give I know, how) to have 2 branches in
 my
 mercurial repository, one for the general settings and one also
 containing
 my private data.

 Another solution might be to have 2 different stages of emacs/org-mode
 configuration files and if necessary reset emacs and org-mode by a
 command
 and then only load the public configuration for demo purpose.

 Kind regards

 Martin

  Von: Noorul Islam K M noo...@noorul.com
  Datum: Mon, 14 Oct 2013 09:30:15 +0530
  An: Nick Dokos ndo...@gmail.com
  Cc: emacs-orgmode@gnu.org
  Betreff: Re: [O] Setup for switching between 2 org-mode configurations
  (demo/productive)?
 
  Nick Dokos ndo...@gmail.com writes:
 
  Karl Voit devn...@karl-voit.at writes:
 
  * M elwood...@web.de wrote:

  I'd like to set up org-mode in a way to separate my personal data
 from my
  gerenal settings.
  and easily re-enable them later.
  [...]
  I assume that some of you already have something like that or can
 recommend
  a way for doing so?
 
  I by myself did chose a manual attempt so far: temporarily modifying
  org-agenda-files to one demo file [1] and sticking to this demo file
  only while showing stuff.
 
  It may be worth considering running in a virtual machine.
 
  And RAM and CPU cycles being cheap these days, I second this suggestion.
 
  Take a look at
 
  http://docs.vagrantup.com/v2/getting-started/
 
  Thanks and Regards
  Noorul
 






[O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-03 Thread M

Hi,

I'd like to set up org-mode in a way to separate my personal data from my
gerenal settings.

Why?
I'd like to be able to quickly and easily create tutorials or minimal
examples with sample data without having to worry about publishing
private/personal information anywhere.
So I'm searching for a way to disable all personal data with one command
and easily re-enable them later.

I assume that some of you already have something like that or can recommend
a way for doing so?
I'm using Mercurial for versioning my org-mode files (but honestly I have no
ideas about the advanced features of version control like branching,
merging, etc., I'm just abusing it for regularly storing backups of my setup
and data and making a diff, if something got messed up or accidently
deleted).

Kind regards

Martin





Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-03 Thread Karl Voit
* M elwood...@web.de wrote:

 Hi,

Hi!

 I'd like to set up org-mode in a way to separate my personal data from my
 gerenal settings.
 and easily re-enable them later.
[...]
 I assume that some of you already have something like that or can recommend
 a way for doing so?

I by myself did chose a manual attempt so far: temporarily modifying
org-agenda-files to one demo file [1] and sticking to this demo file
only while showing stuff.

With my Memacs setup (see sig), I gave up selecting stuff that might
be private because every daily agenda shows private stuff (in case
or displaying archive files is enabled).

To demonstrate Memacs, I wrote a small shell script that finds days
where I got no time-stamp in my Org-mode files. (Fun act: I found
only a handful within the last years!). This way, I chose September
15th 2008 for [2]. I created dummy entries for a demo scenario and
stick to this single artificial day only. :-)

  1. e.g., 
https://github.com/novoid/org-mode-workshop/blob/master/featureshow/org-mode-teaser.org
  2. http://arxiv.org/abs/1304.1332
-- 
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
get Memacs from https://github.com/novoid/Memacs 

https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github




Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-03 Thread Nick Dokos
Karl Voit devn...@karl-voit.at writes:

 * M elwood...@web.de wrote:

 Hi,

 Hi!

 I'd like to set up org-mode in a way to separate my personal data from my
 gerenal settings.
 and easily re-enable them later.
 [...]
 I assume that some of you already have something like that or can recommend
 a way for doing so?

 I by myself did chose a manual attempt so far: temporarily modifying
 org-agenda-files to one demo file [1] and sticking to this demo file
 only while showing stuff.

 With my Memacs setup (see sig), I gave up selecting stuff that might
 be private because every daily agenda shows private stuff (in case
 or displaying archive files is enabled).


It may be worth considering running in a virtual machine.

-- 
Nick




Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-03 Thread Karl Voit
* Nick Dokos ndo...@gmail.com wrote:
 Karl Voit devn...@karl-voit.at writes:

 With my Memacs setup (see sig), I gave up selecting stuff that might
 be private because every daily agenda shows private stuff (in case
 or displaying archive files is enabled).


 It may be worth considering running in a virtual machine.

If I had to do this on a monthly basis or similar, you are
absolutely right, yes. 

However, unfortunately I give Org-mode/Memacs demos probably twice a
year or so. It's not worth the hazzle/disk space/effort.

-- 
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
get Memacs from https://github.com/novoid/Memacs 

https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github