From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Guiditta Subject: Re: Multiple files and auto-updating Date: Wed, 14 Jul 2010 17:02:06 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0257026699==" Return-path: Received: from [140.186.70.92] (port=45560 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZ95l-0004Zp-Th for emacs-orgmode@gnu.org; Wed, 14 Jul 2010 17:02:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZ95k-0007W0-27 for emacs-orgmode@gnu.org; Wed, 14 Jul 2010 17:02:09 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:42551) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZ95j-0007Vk-Pv for emacs-orgmode@gnu.org; Wed, 14 Jul 2010 17:02:07 -0400 Received: by iwn2 with SMTP id 2so243495iwn.0 for ; Wed, 14 Jul 2010 14:02:06 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org --===============0257026699== Content-Type: multipart/alternative; boundary=0016e68fa7345df040048b5f4c20 --0016e68fa7345df040048b5f4c20 Content-Type: text/plain; charset=UTF-8 On Wed, Jul 14, 2010 at 4:30 PM, Carsten Dominik wrote: > Hi Jason, > > from your description it is not really clear to me what your setup is. > > > On Jul 12, 2010, at 8:41 PM, Jason Guiditta wrote: > > Hello, apologies if these questions are documented somewhere (in fact, I >> bet they are, just haven't been able to find them). I am a newcomer to both >> orgmode and emacs in general, so I am still on the steep side of the >> learning curve. I have spent several days poking around the documentation, >> watching some screencasts, looking at gmane, etc with no success solving my >> issue, so I hope someone can point me in the right direction. >> >> The group I work with is using orgmode to track tasks for our projects. >> This is currently in one big file (with various tags) that has at the >> bottom a dynamic table >> > > What do you mean by "dynamic table"? Can you show us the relevant section > of the file? > > Hi Carsten, sure, here is the wrapping chunk of code (sorry I used the wrong word, from page 69 of the manual, what I meant to say was 'Dynamic Block'): #+BEGIN: columnview :hlines 3 :id 85c58add-2c45-48d5-bff3-6b4cd4f5e20 #+TBLFM: #+END: Hope that makes the rest of my question more clear, thanks for the response! -j - Carsten > > that we periodically export to html and put up on a server for easier >> viewing of the current state of tasks. We store this project file in a git >> repo. I have been asked to do two major things and two minor (at least in >> importance) things to streamline this. >> >> == Major == >> 1. Move this dynamic table out into its own file to reduce the size of the >> main project file (I am not the only one in the group not that familiar with >> emacs --yet). >> 2. Have this table be updated/exported automatically when saving the >> project file. >> >> From what I have seen, dynamic tables are meant to just be another view of >> the data in a given file, so I am wondering if this is even the right >> approach. The update/export seems likely to be some org-mode post-save >> command. If this is the case, guess I'll have to figure out how to write >> some elisp :-/ >> >> == Minor == >> 1. After automatically updating/exporting the table file, upload that to >> our server as well. >> 2. Commit the file to git from the buffer (pretty sure this is just a >> matter of using the git mode I have seen mentioned, but thought I'd throw it >> out there in case there is another suggestion). >> >> Hopefully these questions are reasonable and I haven't missed obvious >> directions on how to do these things. I appreciate any assistance from >> members of the list. (Also, really liking orgmode/emacs in general so far, >> fwiw). >> >> Thanks, >> >> -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 >> > > - Carsten > > > > --0016e68fa7345df040048b5f4c20 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Wed, Jul 14, 2010 at 4:30 PM, Carsten Dominik= <carsten= .dominik@gmail.com> wrote:
Hi Jason,

from your description it is not really clear to me what your setup is.


On Jul 12, 2010, at 8:41 PM, Jason Guiditta wrote:

Hello, apologies if these questions are documented somewhere (in fact, I be= t they are, just haven't been able to find them). =C2=A0I am a newcomer= to both orgmode and emacs in general, so I am still on the steep side of t= he learning curve. =C2=A0I have spent several days poking around the docume= ntation, watching some screencasts, looking at gmane, etc with no success s= olving my issue, so I hope someone can point me in the right direction.

The group I work with is using orgmode to track tasks for our projects. =C2= =A0This is currently in one big file (with various tags) that has at the bo= ttom a dynamic table

What do you mean by "dynamic table"? =C2=A0Can you show us the re= levant section of the file?

Hi Carsten, sure, here is the wrapping chunk of code = =C2=A0(sorry I used the wrong word, from page 69 of the manual, what I mean= t to say was 'Dynamic Block'):

#+BEGIN: co= lumnview :hlines 3 :id 85c58add-2c45-48d5-bff3-6b4cd4f5e20
=C2=A0=C2=A0<output>
#+TBLFM:
#+END:

Hope that makes the rest of my question more c= lear, thanks for the response!

-j

- Carsten

that we periodically export to html and put up on a server for easier viewi= ng of the current state of tasks. =C2=A0We store this project file in a git= repo. =C2=A0I have been asked to do two major things and two minor (at lea= st in importance) things to streamline this.

=3D=3D Major =3D=3D
1. Move this dynamic table out into its own file to reduce the size of the = main project file (I am not the only one in the group not that familiar wit= h emacs --yet).
2. Have this table be updated/exported automatically when saving the projec= t file.

>From what I have seen, dynamic tables are meant to just be another view of = the data in a given file, so I am wondering if this is even the right appro= ach. =C2=A0The update/export seems likely to be some org-mode post-save com= mand. =C2=A0If this is the case, guess I'll have to figure out how to w= rite some elisp =C2=A0:-/

=3D=3D Minor =3D=3D
1. After automatically updating/exporting the table file, upload that to ou= r server as well.
2. Commit the file to git from the buffer (pretty sure this is just a matte= r of using the git mode I have seen mentioned, but thought I'd throw it= out there in case there is another suggestion).

Hopefully these questions are reasonable and I haven't missed obvious d= irections on how to do these things. =C2=A0I appreciate any assistance from= members of the list. =C2=A0(Also, really liking orgmode/emacs in general s= o far, fwiw).

Thanks,

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

- Carsten




--0016e68fa7345df040048b5f4c20-- --===============0257026699== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0257026699==--