Re: [Orgmode] Re: From state table to state diagram

2010-09-25 Thread Rainer M Krug
Hi

I really like the idea of this conversion from a State Transition Table to a
State Transition Diagram as it is much easier to make a table then a graph.
Unfortunately I don't know enough of python to help here.
Could you please publish your solution here (and on worg) as it would be a
very useful addition to org.

Cheers,

Rainer


On Thu, Sep 23, 2010 at 5:02 PM, Gary emacs-orgm...@garydjones.name wrote:

 Sorry, I've been rather lax on this :( I got dragged onto other stuff,
 went on training courses, and all sorts of other things.

 Eric Schulte wrote:
  Babel does support generating diagrams with graphviz via dot code
  blocks.  Babel is also capable of converting Org-mode tables to list
  objects in a number of languages, so I'd recommend writing a table-dot
  script in your favorite language, and then using babel to handle the
  coordination and Org-mode integration.

 That's all very easy for you to say :))

  I'm happy to help in this regard, the first step would be something like
  the following example which assumes python is your preferred scripting
  language (as you can see I have no idea what your state table may look
  like)...

 Well, wikipedia suggests the following[1] (and goes into further detail
 as well[2])
| Current State - | State | State | State |
| Input   v|   A   |   B   |   C   |
|--+---+---+---|
| x|   B   | ...   | ...   |
| y| ...   |   C   | ...   |
 which basically says that when the machine is in State A and receives
 'x' then it transitions to State B, and when it receives a 'y' in State
 B it transitions to State C.

  #+results: state-table
  | 1 | 2 |
  | 3 | 4 |
 
  #+source: table-to-dot
  #+begin_src python :var table=state-table
python code here

 Okay. What should this python code here do? :) I know, it converts a
 table to dot-script, but are there any examples I could look at which
 take a table as input and output something (anything), just so I can see
 how the python code should expect its input?

  #+end_src
 
  #+begin_src dot :var text=table-to-dot(table=state-table)
graph{
  $text
}
  #+end_src
 
  Once this is working I think it could make a great addition to the
  library of babel [1] (a collection of generally useful code blocks).

 Sure :)

 [1]
 http://en.wikipedia.org/wiki/Finite-state_machine#Concepts_and_vocabulary
 [2] http://en.wikipedia.org/wiki/State_transition_table


 ___
 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




-- 
NEW GERMAN FAX NUMBER!!!

Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa

Cell:   +27 - (0)83 9479 042
Fax:+27 - (0)86 516 2782
Fax:+49 - (0)321 2125 2244
email:  rai...@krugs.de

Skype:  RMkrug
Google: r.m.k...@gmail.com
___
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: FLOSS Weekly show about Org-mode

2010-09-25 Thread Ian Barton
Julien Fantin julien.fan...@gmail.com writes:

 Just noticed the interview is available on iTunes.
 http://itunes.apple.com/fr/podcast/floss-weekly-136-emacs-org/id368823654?i=
 87659805

 Not sure how I'd watch it if I were on my gnu box though.

You can downoad the video (hi res) from
http://twit.cachefly.net/video/floss/floss0136/floss0136_h264b_864x480_500.mp4
and the audio from
http://www.podtrac.com/pts/redirect.mp3/twit.cachefly.net/floss0136.mp3

Note that FLOSS always releases things as both video and mp3 only files.
-- 
Best wishes,

Ian.

___
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


[Orgmode] Problem with PROPERTIES :OPTIONS: when exporting subtree

2010-09-25 Thread Rainer M Krug
Hi

I hava a problem with exporting to LaTeX.

I want to export a table to latex. I put it into a subtree, containing only
the table, i.e. no headers, as I want to include it into another document. I
thought, that using the :OPTIONS: property, I can disable the headers - but
it does not seem to be working - am I missing something?

For a small example, see below. The resulting pdf is attached.

version: Org-mode version 7.01trans (release_7.01h.514.g878d)

Thanks,

Rainer



###
* Table of Parameter

The parameters are as follow:
** The Table
:PROPERTIES:
:EXPORT_FILE_NAME: table
:OPTIONS: H:0 num:f toc:f author:f timestamp:f creator:f
:END:
| A | B |  C |
|---+---+|
| 1 | 2 | 33 |
|   |   ||
###

-- 
NEW GERMAN FAX NUMBER!!!

Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa

Cell:   +27 - (0)83 9479 042
Fax:+27 - (0)86 516 2782
Fax:+49 - (0)321 2125 2244
email:  rai...@krugs.de

Skype:  RMkrug
Google: r.m.k...@gmail.com


table.pdf
Description: Adobe PDF document
___
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 as a reference system: Storing private/sensitive information and syncing across devices.

2010-09-25 Thread Richard Moreland
Hi Greg,

Carsten has already added support on his end for encrypting and decrypting the 
files that go into the MobileOrg staging area.

I've just started to pick this back up, so I plan to have it included in the 
next update of MobileOrg.

Thanks,
Richard

On Sep 24, 2010, at 8:18 PM, Greg Troxel wrote:

 
  That being said, I store all my sensitive information in a huge
  reference.org file that is added to the agenda. I sync this (among
  other org files) to MobileOrg through a HTTPS-secured WebDav server.
 
 I do this, but I use my own server, not dropbox.
 
 It would be nice if there were some interoperable crypto between
 MobileOrg and org, so that the server files were encrypted.
 ___
 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] ditaa set-up on windows box

2010-09-25 Thread Sebastian Rose
Markus Heller helle...@gmail.com writes:
 Hello everyone,

 this might be a little OT, but I'm having a hard time to get ditaa to
 run properly.  The org-mode part works, it's the Java part that's giving
 me trouble, I'm getting loads of Exception in thread main
 java.lang.misc stuff goes here errors, and I have no Java experience
 whatsoever. 

 I'm on a windoze XP box, and I was wondering if a fellow user might be
 willing to share his/her set-up.

 Thanks and Cheers
 Markus


Hi Markus,



does `org-ditaa-jar-path' have the correct value?
You can find out this way:

M-: org-ditaa-jar-path RET

Can you execute 

   java -jar c:\path\to\ditaa.jar --help

on the command line using the value of that variable? 



If not, I suspect you use an outdated version of Org mode and need to
set `org-ditaa-jar-path' to the correct value yourself.  Nowadays this
variable is set to the correct value automatically and ditaa.jar comes
with the development version of Org mode.



  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


AW: [Orgmode] ditaa set-up on windows box

2010-09-25 Thread Martin Stemplinger
this might be a little OT, but I'm having a hard time to get ditaa to run
properly.  The org-mode part works, it's the Java part that's giving me
trouble, I'm getting loads of Exception in thread main
java.lang.misc stuff goes here errors, and I have no Java experience
whatsoever. 

I experienced similar problems with the latest ditaa version (0.9) from
sourceforge but not with version 0.8 (no idea why). So you might give that
version a try.

HTH
Martin


___
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] Problem with PROPERTIES :OPTIONS: when exporting subtree

2010-09-25 Thread Noorul Islam
On Sat, Sep 25, 2010 at 4:02 PM, Rainer M Krug r.m.k...@gmail.com wrote:
 Hi
 I hava a problem with exporting to LaTeX.
 I want to export a table to latex. I put it into a subtree, containing only
 the table, i.e. no headers, as I want to include it into another document. I
 thought, that using the :OPTIONS: property, I can disable the headers - but
 it does not seem to be working - am I missing something?
 For a small example, see below. The resulting pdf is attached.
 version: Org-mode version 7.01trans (release_7.01h.514.g878d)
 Thanks,
 Rainer


 ###
 * Table of Parameter
 The parameters are as follow:
 ** The Table
 :PROPERTIES:
 :EXPORT_FILE_NAME: table
 :OPTIONS: H:0 num:f toc:f author:f timestamp:f creator:f
 :END:
 | A | B |  C |
 |---+---+|
 | 1 | 2 | 33 |
 |   |   |    |
 ###
 --

What are you expecting as output?

Thanks and Regards
Noorul

___
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] Problem with PROPERTIES :OPTIONS: when exporting subtree

2010-09-25 Thread Rainer M Krug
On Sat, Sep 25, 2010 at 4:05 PM, Noorul Islam noo...@noorul.com wrote:

 On Sat, Sep 25, 2010 at 4:02 PM, Rainer M Krug r.m.k...@gmail.com wrote:
  Hi
  I hava a problem with exporting to LaTeX.
  I want to export a table to latex. I put it into a subtree, containing
 only
  the table, i.e. no headers, as I want to include it into another
 document. I
  thought, that using the :OPTIONS: property, I can disable the headers -
 but
  it does not seem to be working - am I missing something?
  For a small example, see below. The resulting pdf is attached.
  version: Org-mode version 7.01trans (release_7.01h.514.g878d)
  Thanks,
  Rainer
 
 
  ###
  * Table of Parameter
  The parameters are as follow:
  ** The Table
  :PROPERTIES:
  :EXPORT_FILE_NAME: table
  :OPTIONS: H:0 num:f toc:f author:f timestamp:f creator:f
  :END:
  | A | B |  C |
  |---+---+|
  | 1 | 2 | 33 |
  |   |   ||
  ###
  --

 What are you expecting as output?


Well - As it says in the org manual in  12.2 Export options,
author:
turn on/off inclusion of author name/email into exported file

timestamp: turn on/off inclusion creation time into exported file
etc.

So I effectively expected that I don't have a header, no toc and no
timestamp. So effectively (what I would like to have) only the second page
(the table) of the pdf.

Rainer




 Thanks and Regards
 Noorul




-- 
NEW GERMAN FAX NUMBER!!!

Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa

Cell:   +27 - (0)83 9479 042
Fax:+27 - (0)86 516 2782
Fax:+49 - (0)321 2125 2244
email:  rai...@krugs.de

Skype:  RMkrug
Google: r.m.k...@gmail.com
___
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] Problem with PROPERTIES :OPTIONS: when exporting subtree

2010-09-25 Thread Rainer M Krug
On Sat, Sep 25, 2010 at 4:15 PM, Rainer M Krug r.m.k...@gmail.com wrote:



 On Sat, Sep 25, 2010 at 4:05 PM, Noorul Islam noo...@noorul.com wrote:

 On Sat, Sep 25, 2010 at 4:02 PM, Rainer M Krug r.m.k...@gmail.com
 wrote:
  Hi
  I hava a problem with exporting to LaTeX.
  I want to export a table to latex. I put it into a subtree, containing
 only
  the table, i.e. no headers, as I want to include it into another
 document. I
  thought, that using the :OPTIONS: property, I can disable the headers -
 but
  it does not seem to be working - am I missing something?
  For a small example, see below. The resulting pdf is attached.
  version: Org-mode version 7.01trans (release_7.01h.514.g878d)
  Thanks,
  Rainer
 
 
  ###
  * Table of Parameter
  The parameters are as follow:
  ** The Table
  :PROPERTIES:
  :EXPORT_FILE_NAME: table
  :OPTIONS: H:0 num:f toc:f author:f timestamp:f creator:f
  :END:
  | A | B |  C |
  |---+---+|
  | 1 | 2 | 33 |
  |   |   ||
  ###
  --

 What are you expecting as output?


 Well - As it says in the org manual in  12.2 Export options,
 author:
 turn on/off inclusion of author name/email into exported file

 timestamp: turn on/off inclusion creation time into exported file
 etc.

 So I effectively expected that I don't have a header, no toc and no
 timestamp. So effectively (what I would like to have) only the second page
 (the table) of the pdf.


Should have read:
So effectively (what I would like to have) everything below Contents, i.e.
only the table as a pdf.


 Rainer




 Thanks and Regards
 Noorul




 --
 NEW GERMAN FAX NUMBER!!!

 Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
 UCT), Dipl. Phys. (Germany)

 Centre of Excellence for Invasion Biology
 Natural Sciences Building
 Office Suite 2039
 Stellenbosch University
 Main Campus, Merriman Avenue
 Stellenbosch
 South Africa

 Cell:   +27 - (0)83 9479 042
 Fax:+27 - (0)86 516 2782
 Fax:+49 - (0)321 2125 2244
 email:  rai...@krugs.de

 Skype:  RMkrug
 Google: r.m.k...@gmail.com




-- 
NEW GERMAN FAX NUMBER!!!

Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa

Cell:   +27 - (0)83 9479 042
Fax:+27 - (0)86 516 2782
Fax:+49 - (0)321 2125 2244
email:  rai...@krugs.de

Skype:  RMkrug
Google: r.m.k...@gmail.com
___
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


[Orgmode] table, moving cells

2010-09-25 Thread Martin G. Skjæveland

Hi,

is there a quick way for moving a cell about in a table? I enjoy 
swapping the order of rows and columns in a table using Meta + [arrow], 
but I have not found a ways of doing the same for a single cell. Is it 
possible?


Example, with the cursor on '2' in the following table

| A | B | C |
| 1 | 2 | 3 |
| x | y | z |

and pressing [move cell left] would give me

| A | B | C |
| 2 | 1 | 3 |
| x | y | z |

Thanks!

Martin

___
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] table, moving cells

2010-09-25 Thread Charles C. Berry

On Sat, 25 Sep 2010, Martin G. Skjæveland wrote:


Hi,

is there a quick way for moving a cell about in a table? I enjoy swapping the 
order of rows and columns in a table using Meta + [arrow], but I have not 
found a ways of doing the same for a single cell. Is it possible?


Example, with the cursor on '2' in the following table

|  A | B | C |
|  1 | 2 | 3 |
|  x | y | z |



Try

M-t

HTH,

Chuck


and pressing [move cell left] would give me

|  A | B | C |
|  2 | 1 | 3 |
|  x | y | z |

Thanks!

Martin

___
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




Charles C. Berry(858) 534-2098
Dept of Family/Preventive Medicine
E mailto:cbe...@tajo.ucsd.edu   UC San Diego
http://famprevmed.ucsd.edu/faculty/cberry/  La Jolla, San Diego 92093-0901

___
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: FLOSS Weekly show about Org-mode

2010-09-25 Thread Russell Adams
I just watched the video, and I must say that Carsten has given
another excellent performance!

I think the key point he made through the whole interview was that
normally note taking tools are separate from planning / organizational
tools, and that Org-mode combines both!

Thanks for the video!

I hope to contribute to the screencast effort in the next few weeks.

On Fri, Sep 24, 2010 at 09:40:10AM -0400, Charles Philip Chan wrote:
 Julien Fantin julien.fan...@gmail.com writes:

  Just noticed the interview is available on iTunes.
  http://itunes.apple.com/fr/podcast/floss-weekly-136-emacs-org/id368823654?i=87659805
 
  Not sure how I'd watch it if I were on my gnu box though.

 I downloaded the high quality version from here:

 http://www.twit.tv/floss136

 and watched it already with mplayer. Great interview.

 Charles

 --
 But what can you do with it?  -- ubiquitous cry from Linux-user partner.
 (Submitted by Andy Pearce, a...@hpopd.pwd.hp.com)



 ___
 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



--
Russell Adamsrlad...@adamsinfoserv.com

PGP Key ID: 0x1160DCB3   http://www.adamsinfoserv.com/

Fingerprint:1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3

___
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] table, moving cells

2010-09-25 Thread Nick Dokos
Charles C. Berry cbe...@tajo.ucsd.edu wrote:

  is there a quick way for moving a cell about in a table? I enjoy
  swapping the order of rows and columns in a table using Meta +
  [arrow], but I have not found a ways of doing the same for a single
  cell. Is it possible?
 
  Example, with the cursor on '2' in the following table
 
  |  A | B | C |
  |  1 | 2 | 3 |
  |  x | y | z |
 
 
 Try
 
   M-t
 

[This is probably obvious, but just in case...]

M-t transposes words: it doesn't know anything about table cells, so it
won't work for anything more complicated than the sample table (e.g. if
there are spaces in the cell element). You also have to be careful to
position the cursor at the right place for it to work, even in the
simple case: you can't just click in a cell and go.

Nick

___
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 screencasts

2010-09-25 Thread Richard Moreland
I just wanted to follow up and point out that I added the following page to 
Worg (linked from the Tutorials page):

http://orgmode.org/worg/org-tutorials/org-screencasts/

I re-recorded the last screencast to make the keystrokes more clear.  I'm 
considering it done unless you guys find anything else I should add/fix.

If anyone would like to contribute ideas or scripts for screencasts in the 
future, please let me know.  I'd be happy to do the 
production/recording/voiceover, but help planning the script would be great.

Thanks,
Richard

On Sep 23, 2010, at 11:09 PM, John Hendy wrote:

 Wow, Richard. That was sweet. You even have a pleasing screencaster's voice.
 
 My only thought was along the lines of what one should assume about org-mode 
 viewers. Familiarity with emacs? No knowledge of emacs? I only got into emacs 
 because I found org-mode, so my only thought there is that I might not even 
 have known what meta was... I can't recall, but did you clarify meta = alt 
 on Win/Linux and Command on Mac?
 
 Stuff like that might be helpful. Obviously these won't all be done on a Mac 
 and some unfamiliar with it might wonder what the Command and carat symbols 
 are on their own keyboards?
 
 As Erik said -- folding and perhaps adjusting in and out (meta + left/right). 
 Also, it seems that only the meta or control functions show up as keystrokes. 
 For example, I thought you said M-n s and M-n w to narrow on the tree and 
 then widen the view but I only ever saw one part of that flash on the screen.
 
 Great, great job. Loved it and think this is exactly what Org could use. I 
 have a co-worker who just got emacs and org-mode up on his computer and would 
 love to have something this simple and clear-cut.
 
 
 Great work, again.
 John
 
 On Thu, Sep 23, 2010 at 9:54 PM, Erik Iverson er...@ccbr.umn.edu wrote:
 On 09/23/2010 07:45 PM, Richard Moreland wrote:
 I jumped the gun a bit and decided to put together a video showing the very 
 basics.  It seems overly simple when I re-watch it, but I think it is helpful 
 for those who are unsure how to get started with the basics of Org-mode.
 
 http://ncogni.to/org-screencasts/1-basics/
 
 Feedback is welcome, these were the least exciting topics to cover, but I 
 wasn't sure how to really wow new users without overwhelming them.  I figured 
 that taking it step by step with short, clear episodes covering special 
 topics would be a good start.
 
 
 Really nice, agree that the intro is the least exciting.
 
 But even starting with agendas in the next one, the more interesting things
 can be shown.
 
 Great job!
 
 So with the software you use, you can go and insert/delete/edit voice into the
 presentation once it's complete, or if you want to change the wording in one
 part, do you have to record the whole thing over again?  I assume you can 
 change
 it, but don't know if the Linux tool has that capability.
 
 
 -Richard
 
 On Sep 23, 2010, at 6:47 PM, Charles Cave wrote:
 
 Richard Morelandrlmat  ncogni.to  writes:
 I think it would be helpful to create a series of screencasts to
 demonstrate Org-mode.
 
 Great idea!  I would he happy to record a couple of screencasts
 based on tutorials I have written. Currently I am preparing
 a tutorial on date trees and capturing notes to a journal.
 
 I am a Windows user and a screencast tool I use is
 http://www.screenr.com - from Articulate.
 This allows screencasts up to 5 minutes to be recorded
 then hosted on their website.
 
 Charles
 
 
 
 
 
 
 
 ___
 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
 
 
 ___
 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] File-level execute permissions?

2010-09-25 Thread Bill Harris
Noorul Islam noo...@noorul.com writes:

 How about setting `org-confirm-babel-evaluate' to nil

Noorul,

Thank you for the suggestion.  Setting that to nil, according to the
documentation, prevents _any_ confirmation requests in any file, at
least as best as I can tell.  I don't really want that.  

What I want is to have to confirm once at the first code block in an org
file and then have the rest go without confirmation.  Since I don't see
the code blocks anyway when I get asked for confirmation, I'm not sure
there's a lot of benefit to a confirmation request on each block, but I
do want a reminder that there is one or more code blocks in a file
before I blithely execute the entire thing.

Bill
-- 
Bill Harris  http://makingsense.facilitatedsystems.com/
Facilitated Systems  Everett, WA 98208 USA
http://www.facilitatedsystems.com/   phone: +1 425 374-1845

___
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] table, moving cells

2010-09-25 Thread Noorul Islam
On Sat, Sep 25, 2010 at 9:32 PM, Martin G. Skjæveland
mart...@ifi.uio.no wrote:
 Hi,

 is there a quick way for moving a cell about in a table? I enjoy swapping
 the order of rows and columns in a table using Meta + [arrow], but I have
 not found a ways of doing the same for a single cell. Is it possible?

 Example, with the cursor on '2' in the following table

 | A | B | C |
 | 1 | 2 | 3 |
 | x | y | z |

 and pressing [move cell left] would give me

 | A | B | C |
 | 2 | 1 | 3 |
 | x | y | z |


I looked at the code and I could not see anything related to this. I
think this is not implemented as of now. I think this can be a feature
request.

Thanks and Regards
Noorul

___
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