[O] worg/org-contrib list items are missing

2011-05-04 Thread Sullivan, Gregory (US SSA)
Something is broken exporting worg source to lists: http://orgmode.org/worg/org-contrib/ is missing the list item headers. -- Greg -- Greg Sullivan gregory.sulli...@baesystems.com (781)262-4553 (office) (978)430-3461 (cell)

[O] [taskjuggler] small edits to org-taskjuggler.el for tj3

2011-04-04 Thread Sullivan, Gregory (US SSA)
Appended is a patch with a couple of small changes to org-taskjuggler.el, addressing the following issues: General: * in org-taskjuggler-open-project, the duration is never calculated (default is always used). Specific to tj3: * the reports need a "formats" attribute * tj3 does not support t

[O] RE: [Orgmode] using (id "Name") target in org-capture-templates

2011-03-06 Thread Sullivan, Gregory (US SSA)
, Gregory (US SSA) Cc: Giovanni Ridolfi; Emacs-orgmode@gnu.org Subject: Re: [Orgmode] using (id "Name") target in org-capture-templates Hi Sullivan, "Sullivan, Gregory (US SSA)" writes: > The way I understood your patch is that I can use (currentfile) as > _the_ targ

RE: [Orgmode] using (id "Name") target in org-capture-templates

2011-02-27 Thread Sullivan, Gregory (US SSA)
-- Greg -- Greg Sullivan gregory.sulli...@baesystems.com (781)262-4553 (office) (978)430-3461 (cell) -Original Message- From: Bastien Guerry [mailto:bastiengue...@googlemail.com] On Behalf Of Bastien Sent: Sunday, February 27, 2011 6:37 AM To: Sullivan, Gregory (US SSA) Cc: Giovanni Ridol

RE: [Orgmode] using (id "Name") target in org-capture-templates

2011-02-22 Thread Sullivan, Gregory (US SSA)
-- From: Bastien Guerry [mailto:bastiengue...@googlemail.com] On Behalf Of Bastien Sent: Friday, February 11, 2011 5:22 AM To: Sullivan, Gregory (US SSA) Cc: Giovanni Ridolfi; Emacs-orgmode@gnu.org Subject: Re: [Orgmode] using (id "Name") target in org-capture-templates Hi Gregory, "S

RE: [Orgmode] using (id "Name") target in org-capture-templates

2011-01-06 Thread Sullivan, Gregory (US SSA)
-templates. Thanks. -- Greg -- Greg Sullivan gregory.sulli...@baesystems.com (781)262-4553 (office) (978)430-3461 (cell) -----Original Message- From: Giovanni Ridolfi [mailto:giovanni.rido...@yahoo.it] Sent: Thursday, December 23, 2010 6:42 AM To: Sullivan, Gregory (US SSA) Cc: Emac

[Orgmode] using (id "Name") target in org-capture-templates

2010-12-22 Thread Sullivan, Gregory (US SSA)
I would like to have a template that will add a TODO below the "Tasks" heading in the current .org file. From the documentation, I would think that (setq org-capture-templates `(("t" "Todo (local)" entry (id "Tasks") "* TODO %? %i\n%T\n" :prepend t) )) would work, but org says

RE: [Orgmode] RE: [babel] evaluating shell commands for side effect

2010-08-25 Thread Sullivan, Gregory (US SSA)
Perfect! Thanks very much. -- Greg -- Greg Sullivan, gregory.sulli...@baesystems.com (781)262-4553 (desk), (978)430-3461 (cell) -Original Message- From: Eric Schulte [mailto:schulte.e...@gmail.com] Sent: Wednesday, August 25, 2010 1:30 PM To: Sullivan, Gregory (US SSA) Cc: emacs

[Orgmode] RE: [babel] evaluating shell commands for side effect

2010-08-20 Thread Sullivan, Gregory (US SSA)
I meant "whenever I want to _export_ the code" (C-c C-e h). -- Greg -- Greg Sullivan, gregory.sulli...@baesystems.com (781)262-4553 (desk), (978)430-3461 (cell) -Original Message----- From: Sullivan, Gregory (US SSA) Sent: Friday, August 20, 2010 7:37 PM To: Sullivan, Grego

[Orgmode] RE: [babel] evaluating shell commands for side effect

2010-08-20 Thread Sullivan, Gregory (US SSA)
lto:emacs-orgmode-bounces+gregory.sullivan=baesystems....@gnu.org] On Behalf Of Sullivan, Gregory (US SSA) Sent: Thursday, August 19, 2010 12:51 PM To: emacs-orgmode@gnu.org Subject: [Orgmode] [babel] evaluating shell commands for side effect I'm writing "how to" documents that inclu

[Orgmode] [babel] evaluating shell commands for side effect

2010-08-19 Thread Sullivan, Gregory (US SSA)
I'm writing "how to" documents that include sequences of shell commands, such as: #+begin_src sh :session *shell* cd /home/sullivan/myproj/src ./configure --prefix /home/sullivan/myproj/install make make test #+end_src and simply want C-c C-c to send the lines, one at a time, to the inferio

[Orgmode] changing face (color) on tags-todo agenda headlines

2009-12-08 Thread Sullivan, Gregory (US SSA)
I'd like to process agenda headlines and apply face (color) to ones with given tags. It seems like I should add a function to org-finalize-agenda-hook. When that hook is invoked, how do I iterate over agenda headlines? I thought I could use org-map-entries, on the current buffer, as follows:

RE: [Orgmode] Is this an aquamacs bug?

2008-12-14 Thread Sullivan, Gregory (US SSA)
I don't use aquamacs too much with org, but I just tried what you describe, with aquamacs 1.5 (gnu emacs 22.3.2 from M-x emacs-version) the latest org via git, and did not have that behavior. I run aquamacs with (setq one-buffer-one-frame '()) Do you already do this? If not, you might see if t

RE: [Orgmode] quickly adding files to agenda..

2008-12-04 Thread Sullivan, Gregory (US SSA)
es to agenda.. On Dec 4, 2008, at 10:09 AM, Sullivan, Gregory (US SSA) wrote: > http://article.gmane.org/gmane.emacs.orgmode/8992/match=sullivan > > illustrates the use of 'find-lisp-find-file' i am not good at lisp at all, but i have it slated to learn over christmas.. but

RE: [Orgmode] quickly adding files to agenda..

2008-12-04 Thread Sullivan, Gregory (US SSA)
http://article.gmane.org/gmane.emacs.orgmode/8992/match=sullivan illustrates the use of 'find-lisp-find-file' HTH. --Greg -- Gregory T. Sullivan, Ph.D. BAE Systems Advanced Information Technologies 6 New England Executive Park, Burlington, MA 01803 781-262-4553 (office), 978-430-3461 (cell) [EM

RE: [Orgmode] Recursive org-agenda-files

2008-10-31 Thread Sullivan, Gregory (US SSA)
The function find-lisp-find-files seems to work. To see it, do M-x find-function find-lisp-find-files To use it, you'll probably have to do (load-library "find-lisp") (find-lisp-find-files "~/org" "\.org") HTH. --Greg -- Gregory T. Sullivan, Ph.D. BAE Systems Advanced Information Techno

RE: [Orgmode] keeping track of sent emails in org?

2008-10-28 Thread Sullivan, Gregory (US SSA)
Much of what I need to do is in some way related to email messages I have received. So, to the extent that org is my repository of things I have to do and notes related to those things, links to related email messages would be very useful. --Greg -- Gregory T. Sullivan, Ph.D. BAE Systems Advance

[Orgmode] org-table-export, orgtbl-to-html, missing tag

2008-10-17 Thread Sullivan, Gregory (US SSA)
Small bug with latest org from git (6.09a): org-table-export, orgtbl-to-html is missing the starting "" tag. --Greg -- Gregory T. Sullivan, Ph.D. BAE Systems Advanced Information Technologies 6 New England Executive Park, Burlington, MA 01803 781-262-4553 (office), 978-430-3461 (cell) [EMAIL P

[Orgmode] simple spreadsheet question - hlines affecting formulas

2008-10-17 Thread Sullivan, Gregory (US SSA)
The following spreadsheet behaves as expected, and every time I hit C-c* on the "Total" row, the formula recalculates to 0.4 | Name | Percent | | Foo | .1 | | Bar | .3 | | Total | 0.4 | #+TBLFM: @4$2=vsum(@[EMAIL PROTECTED]) The following spreadsheet is exactly the same, and h

RE: [Orgmode] BUG: Problems with LaTeX exporting of ^ and _

2008-10-17 Thread Sullivan, Gregory (US SSA)
As far as: Ideally, it should be \item This is a $\mbox{super}^{\mbox{\scriptsize{s}}}$cript but I'd settle for this \item This is a $super^{s}cript$ I agree that it should be the first (using mbox). The second is just wrong, as it uses math mode spacing for each letter. Possibly a simpler way

RE: [Orgmode] Re: font lock mode can't get to work

2008-09-25 Thread Sullivan, Gregory (US SSA)
I think the "\\'" after ".org" is to match the end of the filename. >From emacs info section "Regexp Backslash", `\'' matches the empty string, but only at the end of the string or buffer (or its accessible portion) being matched against. --Greg -- Gregory T. Sullivan, Ph.D. BAE Syste

[Orgmode] LaTeX export - ignoring "universal" markup for *bold*, /italic/, etc.

2008-09-23 Thread Sullivan, Gregory (US SSA)
I've updated to the latest git, from a much earlier org mode version, and it seems that the "generic" markup, such as *bold* and /italic/ is ignored when exporting to LaTeX. Is this intended? Also, the "#+BEGIN_EXAMPLE" and "#+END_EXAMPLE" lines are emitted as is, which messes up LaTeX. They sho

[Orgmode] escaping of ampersands in latex array environment by latex export

2008-09-16 Thread Sullivan, Gregory (US SSA)
If I have in my .org file: \(\begin{array}{rclr} A & ::= & B & \\ & \mid & C & \\ D & ::= & E & \mbox{(any value-returning expression)} \end{array}\) and I export as latex, the generated .tex file contains \(\begin{array}{rclr} A \& ::= \& B \& \\ \& \mid \& C \& \\ D \& ::= \& E

RE: [Orgmode] Question about cursor movement

2008-09-16 Thread Sullivan, Gregory (US SSA)
Try leaving the cell with to move to the next field (in left-to-right, top-to-bottom order), whereas goes down one row. --Greg -- Gregory T. Sullivan, Ph.D. BAE Systems Advanced Information Technologies 6 New England Executive Park, Burlington, MA 01803 781-262-4553 (office), 978-430-3461 (cel

RE: [Orgmode] set remember default file to be originating .org file

2008-08-06 Thread Sullivan, Gregory (US SSA)
TECTED] ____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sullivan, Gregory (US SSA) Sent: Wednesday, August 06, 2008 11:55 AM To: emacs-orgmode@gnu.org Subject: [Orgmode] set remember default file to be originating .org file If I invok

[Orgmode] set remember default file to be originating .org file

2008-08-06 Thread Sullivan, Gregory (US SSA)
If I invoke remember from a .org file, e.g. "foo.org", I would like the default file to which the remembered note is saved to be that file, "foo.org". I work on several projects at a time, and the project mix changes monthly. While on a project, I generate lots of project-specific notes and TO