[O] Error when unfolding trees and when mobileorg push

2014-01-20 Thread JBash
Orgmode list,

I am getting the following error when unfolding certain trees (I believe
this is only trees that have the PROPERTIES tag added automatically by
mobileorg), and also when pushing files for mobileorg.  My search for this
in the archives has not turned up anything as yet, and as my lisp skills
are not up to the task, I am wondering if anyone would be able to help
determine the cause of my problem and point me towards a solution.

Many thanks,
Jerry

-

byte-code: Wrong number of arguments: #[(tree data) ÃÄH „
$‡ [tree cl-struct-avl-tree--tags data avl-tree--do-delete 0 error
avl-tree--cmpfun accessing a non-avl-tree- 2 avl-tree--dummyroot
accessing a non-avl-tree- 1] 5
(/usr/share/emacs/23.4/lisp/emacs-lisp/avl-tree.elc . 14221)], 4




Re: [O] Error when unfolding trees and when mobileorg push

2014-01-20 Thread JBash
Thanks Nicolas.

The problem I had with unfolding is now gone.

However, when pushing to mobileorg, I now am getting:

Symbol's function definition is void: avl-tree-mapc

Thanks,
Jerry


On Mon, Jan 20, 2014 at 1:08 PM, Nicolas Goaziou n.goaz...@gmail.comwrote:

 Hello,

 JBash bashve...@gmail.com writes:

  I am getting the following error when unfolding certain trees (I believe
  this is only trees that have the PROPERTIES tag added automatically by
  mobileorg), and also when pushing files for mobileorg.  My search for
 this
  in the archives has not turned up anything as yet, and as my lisp skills
  are not up to the task, I am wondering if anyone would be able to help
  determine the cause of my problem and point me towards a solution.
 
  Many thanks,
  Jerry
 
  -
 
  byte-code: Wrong number of arguments: #[(tree data) Ã ÄH „
  $‡ [tree cl-struct-avl-tree--tags data avl-tree--do-delete 0 error
  avl-tree--cmpfun accessing a non-avl-tree- 2 avl-tree--dummyroot
  accessing a non-avl-tree- 1] 5
  (/usr/share/emacs/23.4/lisp/emacs-lisp/avl-tree.elc . 14221)], 4

 Org uses a cache mechanism built over avl-tree library, which was
 included in Emacs 23.1. I realize that `avl-tree-delete' signature
 changed between Emacs 23.1 and Emacs 24.1.

 The problem should be gone. Thank you for reporting it.


 Regards,

 --
 Nicolas Goaziou



[O] [0] Beamer export - scaling images

2013-09-01 Thread JBash
Hi,

I am having trouble getting images to scale using the #+ATTR_LaTeX: line
for an export.  I've tried in a full beamer frame, as below, as well as in
a column in a frame.  Then I put it in a non-beamer latex to pdf export and
had the same problem.  Can someone point out what I'm missing?

*** Frame Title
#+CAPTION:The Figure Caption
#+LABEL:  fig:figure1
#+ATTR_LaTeX: width=0.2\textwidth
file:./images/image7a.jpg

orgmode 8.0.7; emacs 24.3.1 on linux

Thanks,
Jerry


Re: [O] [0] Beamer export - scaling images

2013-09-01 Thread JBash
Thank you, Suvayu


On Sun, Sep 1, 2013 at 10:24 AM, Suvayu Ali fatkasuvayu+li...@gmail.comwrote:

 On Sun, Sep 01, 2013 at 10:19:32AM -0400, JBash wrote:
 
  #+ATTR_LaTeX: width=0.2\textwidth
  file:./images/image7a.jpg

 Your syntax is wrong.  The new exporter uses property lists.

 
 http://orgmode.org/manual/LaTeX-specific-attributes.html#LaTeX-specific-attributes
 

 --
 Suvayu

 Open source is the future. It sets us free.




[O] ODT Exporting

2013-05-16 Thread JBash
Hello,

Is there any configuration needed to enable ODT export ability?  I do not
have the options available for export ODT when I C-c C-E.   I only have
iCalendar, HTML, Latex, Plain Text, and Publish.

I did see that zip is required, and have that installed.

Libreoffice is installed also.

I'm at Org-mode version 8.0.2 (release_8.0.2-119-g646f1a


Re: [O] ODT Exporting

2013-05-16 Thread JBash
Thanks, Nick.

That did it.
Jerry


On Thu, May 16, 2013 at 12:26 PM, Nick Dokos ndo...@gmail.com wrote:

 JBash bashve...@gmail.com writes:

  Hello,
 
  Is there any configuration needed to enable ODT export ability?  I do
  not have the options available for export ODT when I C-c C-E.   I only
  have iCalendar, HTML, Latex, Plain Text, and Publish.
 

 C-h v org-export-backends RET

 Click on the ``customize'' link and mark the ODT backend (and any others
 you might want to add). Click on ``Apply and Save''. That should be all
 that's needed, I think.

  I did see that zip is required, and have that installed.
 
  Libreoffice is installed also.
 
  I'm at Org-mode version 8.0.2 (release_8.0.2-119-g646f1a
 

 --
 Nick





[O] Export options for subheadings

2013-05-13 Thread JBash
Hello,

I'm having a problem getting the export options for single subtree to work.
 I'm exporting to pdf.  I'm not sure the information in the manual applies
to the new exporter (since I'm not sure C-c @ applies anymore... I've tried
it, and get the same results as putting the cursor on the subheading, and
doing C-c C-e C-s l p.  I've attached a test file.  The export ignores the
EXPORT_FILE_NAME, EXPORT_TITLE, and EXPORT_DATE in the subtree.

It may well be a problem with my configuration, so if it's working y'all,
please let me know and, if you have suggestions about possible
configuration problems, I'd appreciate hearing them.

Thanks,
Jerry

Org-mode version 8.0.2 (release_8.0.2-119-g646f1a / emacs 23.4.1 / debian
sid

From the manual:

When exporting only a single subtree by selecting it with C-c @ before
calling an export command, the subtree can overrule some of the file's
export settings with properties EXPORT_FILE_NAME, EXPORT_TITLE, EXPORT_TEXT
, EXPORT_AUTHOR, EXPORT_DATE, and EXPORT_OPTIONS.


test_export_subtree.org
Description: Binary data


Re: [O] Basic beamer export

2013-03-19 Thread JBash
On Sun, Mar 17, 2013 at 11:17 AM, Suvayu Ali fatkasuvayu+li...@gmail.comwrote:

 On Fri, Mar 15, 2013 at 10:59:22AM -0400, JBash wrote:
 
  M-x list-load-path-shadows output

 [...]

  ~/emacs/lisp/org-mode/lisp/org-list hides
  /usr/share/emacs/23.4/lisp/org/org-list
  ~/emacs/lisp/org-mode/lisp/org-plot hides
  /usr/share/emacs/23.4/lisp/org/org-plot

 [...]

 Looks okay to me.  Are you sure your org directory is clean?  What does
 `git status' and `git describe' say in your org directory?

 --
 Suvayu

 Open source is the future. It sets us free.


(Sorry for the delay in responding.  I was called away from town on a
family matter over the weekend.  I VERY MUCH appreciate all the help)

Here is 'git status' and 'git describe'

jlb@debian64tu01:~/emacs/lisp/org-mode$ git status
# On branch master
nothing to commit (working directory clean)
jlb@debian64tu01:~/emacs/lisp/org-mode$ git describe
release_8.0-pre-54-gb5a8538


I've also tried to *not* escaping the curly braces as Eric suggested, but
that resulted in no change in my output.

I have essentially performed steps 1 and 3, as Feng shu suggested:

 Your can try like this:
 1. Install emacs 24 deb package
 2. remove org directory in /use/share/**/org
 3. install org from org-mode.git

I have not yet tried removing the org directory in /use/share/**/org
(step 2).  I'll try that next...
But so that I understand, if the files are not hidden by that directory (as
shown by 'list-load-path-shadows'), I would also not expect any impact from
them (unless of course there is still something in my installation that is
fouled up).  Is that correct?

Thanks again,
Jerry


Re: [O] Basic beamer export

2013-03-15 Thread JBash
On Wed, Mar 13, 2013 at 11:01 AM, Achim Gratz strom...@nexgo.de wrote:

 Suvayu Ali fatkasuvayu+linux at gmail.com writes:
   Yes.  I just updated org.  I'm now at:
   Org-mode version 8.0-pre (release_8.0-pre-54-gb5a853 @
   /user/share/emacs/site-lisp/org)
 
  Are you overwriting the org files that come with your distribution of
  emacs?  If you are, I think that is asking for trouble.  I would
  recommend to install to a separate directory, maybe somewhere in your
  home if you are the only user or somewhere in /opt/ if you want it to be
  available to other users.

 This is the canonical place for site-wide installation and it should work
 correctly.  But looking at the other problems reported there is something
 else
 wrong with that Emacs installation, badly so.  But not this.


 Regards,
 Achim.

 Thanks for the help.

I've removed everything associated with emacs 24 and have installed emacs
23 (from the debian repository).  I now get a return from M-x
list-load-path-shadows, which I've pasted below.  I don't see anything
that looks like it should be a problem there, since the latest org files
are all being used, if I'm interpreting that output correctly.  I also made
the following change to my .emacs file as you suggested, Suvayu (just to be
sure it wasn't causing a problem).

;; == org-mode customizations ==
(add-to-list 'load-path ~/emacs/lisp/org-mode/lisp)
;;(add-to-list 'load-path /usr/share/emacs/site-lisp/org)

Using the same input file, and the same .emacs file (with the path change
above), I'm still getting the same .tex file output that I sent a couple of
days ago, where I'm getting subsubsections where I should be getting frames.

I also tried Eric's presentation.org file (
http://orgmode.org/worg/exporters/beamer/presentation.org) that he
mentioned in another thread, with similar results (but in this case,
subsections where I should be getting frames, due to the Heading level
differences in the two files).

I've tried my input file on another machine as well, which I think (but
can't be sure) has never had emacs 24 (thinking the problem may be that
there are still some vestiges of the emacs 24 installation that I didn't
get cleared off from this machine), and I'm getting same results.

At this point I'm still stuck.  I'll keep poking at it, but if there are
any suggestions, I'd appreciate hearing them.  Since no one else is having
these issues, it seems to suggest something in my installation.

Thanks,
Jerry


==
M-x list-load-path-shadows output

/usr/share/emacs/23.4/site-lisp/debian-startup hides
/usr/share/emacs/site-lisp/debian-startup
~/emacs/lisp/org-caldav/org-caldav-master/url-dav hides
/usr/share/emacs/23.4/lisp/url/url-dav
/usr/share/emacs23/site-lisp/dictionaries-common/flyspell hides
/usr/share/emacs/23.4/lisp/textmodes/flyspell
/usr/share/emacs23/site-lisp/dictionaries-common/ispell hides
/usr/share/emacs/23.4/lisp/textmodes/ispell
~/emacs/lisp/org-mode/lisp/org-timer hides
/usr/share/emacs/23.4/lisp/org/org-timer
~/emacs/lisp/org-mode/lisp/org-bibtex hides
/usr/share/emacs/23.4/lisp/org/org-bibtex
~/emacs/lisp/org-mode/lisp/org-feed hides
/usr/share/emacs/23.4/lisp/org/org-feed
~/emacs/lisp/org-mode/lisp/org-list hides
/usr/share/emacs/23.4/lisp/org/org-list
~/emacs/lisp/org-mode/lisp/org-plot hides
/usr/share/emacs/23.4/lisp/org/org-plot
~/emacs/lisp/org-mode/lisp/org-install hides
/usr/share/emacs/23.4/lisp/org/org-install
~/emacs/lisp/org-mode/lisp/org-mouse hides
/usr/share/emacs/23.4/lisp/org/org-mouse
~/emacs/lisp/org-mode/lisp/org-macs hides
/usr/share/emacs/23.4/lisp/org/org-macs
~/emacs/lisp/org-mode/lisp/org-datetree hides
/usr/share/emacs/23.4/lisp/org/org-datetree
~/emacs/lisp/org-mode/lisp/org-irc hides
/usr/share/emacs/23.4/lisp/org/org-irc
~/emacs/lisp/org-mode/lisp/org-crypt hides
/usr/share/emacs/23.4/lisp/org/org-crypt
~/emacs/lisp/org-mode/lisp/org-mhe hides
/usr/share/emacs/23.4/lisp/org/org-mhe
~/emacs/lisp/org-mode/lisp/org-mac-message hides
/usr/share/emacs/23.4/lisp/org/org-mac-message
~/emacs/lisp/org-mode/lisp/org-id hides
/usr/share/emacs/23.4/lisp/org/org-id
~/emacs/lisp/org-mode/lisp/org hides /usr/share/emacs/23.4/lisp/org/org
~/emacs/lisp/org-mode/lisp/org-agenda hides
/usr/share/emacs/23.4/lisp/org/org-agenda
~/emacs/lisp/org-mode/lisp/org-info hides
/usr/share/emacs/23.4/lisp/org/org-info
~/emacs/lisp/org-mode/lisp/org-rmail hides
/usr/share/emacs/23.4/lisp/org/org-rmail
~/emacs/lisp/org-mode/lisp/org-protocol hides
/usr/share/emacs/23.4/lisp/org/org-protocol
~/emacs/lisp/org-mode/lisp/org-footnote hides
/usr/share/emacs/23.4/lisp/org/org-footnote
~/emacs/lisp/org-mode/lisp/org-src hides
/usr/share/emacs/23.4/lisp/org/org-src
~/emacs/lisp/org-mode/lisp/org-gnus hides
/usr/share/emacs/23.4/lisp/org/org-gnus
~/emacs/lisp/org-mode/lisp/org-indent hides
/usr/share/emacs/23.4/lisp/org/org-indent
~/emacs/lisp/org-mode/lisp/org-inlinetask hides

[O] Basic beamer export

2013-03-12 Thread JBash
Hello,

I am apparently missing something very basic in the setup for beamer
export.  I have used http://orgmode.org/worg/exporters/beamer/ox-beamer.html as
a guide and have:

;; Export to Beamer Presentation
(require 'ox-latex)
(add-to-list 'org-latex-classes
 '(beamer
   \\documentclass\[presentation\]\{beamer\}
   (\\section\{%s\} . \\section*\{%s\})
   (\\subsection\{%s\} . \\subsection*\{%s\})
   (\\subsubsection\{%s\} . \\subsubsection*\{%s\})))

in my .emacs file.  As you can see from the attached files, I'm getting
nested items rather than frames in the exported .tex file for the 3rd level
headlines, as I'd expect.  I am using Org-mode version 8.0-pre
(release_8.0-pre-33-g5c25ed and emacs 24.2.1.

I've attached the .org file and the .tex file that is generated.  I'd
appreciate if someone could point out what I'm missing.

Thanks,
Jerry


beamer_attempt1.org
Description: Binary data


beamer_attempt1.tex
Description: TeX document


Re: [O] Basic beamer export

2013-03-12 Thread JBash
Hi Glyn,

That does not change my output at all.

In some earlier googleing, I'd found some mention of setting
org-e-latex-classes, but that seems to be now changed to org-latex-classes,
I believe.

Thanks for the suggestion. If you have any more thoughts, please let me
know.

Jerry


On Tue, Mar 12, 2013 at 5:34 AM, Glyn Millington
glyn.milling...@gmail.comwrote:

 JBash bashve...@gmail.com writes:

  Hello,
 
  I am apparently missing something very basic in the setup for beamer
  export. I have used
  http://orgmode.org/worg/exporters/beamer/ox-beamer.html as a guide and
  have:
 
  ;; Export to Beamer Presentation
  (require 'ox-latex)
  (add-to-list 'org-latex-classes
  '(beamer
  \\documentclass\[presentation\]\{beamer\}
  (\\section\{%s\} . \\section*\{%s\})
  (\\subsection\{%s\} . \\subsection*\{%s\})
  (\\subsubsection\{%s\} . \\subsubsection*\{%s\})))
 
  in my .emacs file. As you can see from the attached files, I'm getting
  nested items rather than frames in the exported .tex file for the 3rd
  level headlines, as I'd expect. I am using Org-mode version 8.0-pre
  (release_8.0-pre-33-g5c25ed and emacs 24.2.1.
 
  I've attached the .org file and the .tex file that is generated. I'd
  appreciate if someone could point out what I'm missing.


 Does adding

 (require 'ox-beamer) in .emacs help?

 atb



 Glyn





Re: [O] Basic beamer export

2013-03-12 Thread JBash
Glyn,

To clarify, my output does not change by adding ox-beamer in .emacs, or by
adding the beameroverlaydefaultspecification line in the file header.

Jerry


On Tue, Mar 12, 2013 at 6:21 AM, JBash bashve...@gmail.com wrote:

 Hi Glyn,

 That does not change my output at all.

 In some earlier googleing, I'd found some mention of setting
 org-e-latex-classes, but that seems to be now changed to org-latex-classes,
 I believe.

 Thanks for the suggestion. If you have any more thoughts, please let me
 know.

 Jerry


 On Tue, Mar 12, 2013 at 5:34 AM, Glyn Millington 
 glyn.milling...@gmail.com wrote:

 JBash bashve...@gmail.com writes:

  Hello,
 
  I am apparently missing something very basic in the setup for beamer
  export. I have used
  http://orgmode.org/worg/exporters/beamer/ox-beamer.html as a guide and
  have:
 
  ;; Export to Beamer Presentation
  (require 'ox-latex)
  (add-to-list 'org-latex-classes
  '(beamer
  \\documentclass\[presentation\]\{beamer\}
  (\\section\{%s\} . \\section*\{%s\})
  (\\subsection\{%s\} . \\subsection*\{%s\})
  (\\subsubsection\{%s\} . \\subsubsection*\{%s\})))
 
  in my .emacs file. As you can see from the attached files, I'm getting
  nested items rather than frames in the exported .tex file for the 3rd
  level headlines, as I'd expect. I am using Org-mode version 8.0-pre
  (release_8.0-pre-33-g5c25ed and emacs 24.2.1.
 
  I've attached the .org file and the .tex file that is generated. I'd
  appreciate if someone could point out what I'm missing.


 Does adding

 (require 'ox-beamer) in .emacs help?

 atb



 Glyn






Re: [O] Basic beamer export

2013-03-12 Thread JBash
Hi Suvayu,

I'm still having problems, but I'm getting slightly different results.
 With the same input file, the 3rd level headers are not exported as
subsubsections (rather than an enumerate).  I'm still not getting frames.
 I've attached the new output (from the same input file)  See inline
comments:

On Tue, Mar 12, 2013 at 10:48 AM, Suvayu Ali fatkasuvayu+li...@gmail.comwrote:

 Hi Jerry,

 On Tue, Mar 12, 2013 at 02:57:14AM -0400, JBash wrote:
  Hello,
 
  I am apparently missing something very basic in the setup for beamer
  export.  I have used
 http://orgmode.org/worg/exporters/beamer/ox-beamer.html as
  a guide and have:

 [...]

  in my .emacs file.  As you can see from the attached files, I'm getting
  nested items rather than frames in the exported .tex file for the 3rd
 level
  headlines, as I'd expect.  I am using Org-mode version 8.0-pre
  (release_8.0-pre-33-g5c25ed and emacs 24.2.1.

 I cannot replicate this problem with your example.  I have a few
 questions though.

 1. How do you check your org-version, M-x org-version RET?


Yes.  I just updated org.  I'm now at:
Org-mode version 8.0-pre (release_8.0-pre-54-gb5a853 @
/user/share/emacs/site-lisp/org)



 2. Is the previously attached result with a minimal org setup?  If not,
you should try that.


 I stripped my .emacs file to a very simple setip.  I've attached it.



 3. On first thought, you have a mixed installation and somehow the old
exporter is taking over.  I would suggest you go over the mixed
installation FAQ on Worg:

http://orgmode.org/worg/org-faq.html#mixed-install


Thanks for this link.  I had not found it before.  As mentioned above, my
M-x org-version looks Good.

M-x list-load-path-shadows returns Wrong type argument: stringp, nil

Is that to be expected, or am I misunderstanding how to use that function?


 I suspect (3) because converting headlines to list is an old exporter
 behaviour.  A mixed install can happen if you do not update the
 load-path early enough in your setup before you start customising org
 variables.  I think the FAQ entry above is not complete since this
 information is missing, I'll try to update it when I can find the time.


Looks like you've already done it :).



 Hope this helps,

 --
 Suvayu

 Open source is the future. It sets us free.

 Thanks for your help.  Let me know if there are other things I can try.

Jerry


dotemacs-stripped-jerry
Description: Binary data


beamer_attempt1-20130312.tex
Description: TeX document


Re: [O] Statistics in Org-Tables

2013-02-20 Thread JBash
Rodolfo,

I think this is what you're looking for.

http://orgmode.org/worg/org-tutorials/org-spreadsheet-intro.html

Hope this helps.

Jerry


On Wed, Feb 20, 2013 at 11:47 AM, Rodolfo Aramayo raram...@gmail.comwrote:

 Simple question: What is the best way to configure/find out how to
 calculate Median, Standard Deviation in an org-table?
 Thanks
 --Rodolfo




Re: [O] org-caldav: New version with proper two-way sync

2013-01-15 Thread JBash
It's working great for me to.  I was able to test 2 way synch, so far with
a very simple case, and it worked fine.

Thanks very much.

Jerry


On Mon, Jan 14, 2013 at 4:53 PM, David Engster d...@randomsample.de wrote:

 I just pushed a pretty big update to org-caldav. Get it at

 https://github.com/dengste/org-caldav

 The short story: org-caldav now does proper two-way syncing. It's pretty
 much a rewrite, actually. If you're already using org-caldav, you will
 have to start from scratch after updating.

 Please read the README before using this version. Most notably,
 org-caldav will set org-icalendar-store-UID when doing the iCalendar
 export, so every entry with an activate timestamp will get an ID
 property like this:

   :PROPERTIES:
   :ID:   6cdf8805-8d1a-46ac-94fc-d225cac5f098
   :END:

 If you don't want this, do not use this package.

 Please report bugs here or in the github tracker. And please have
 backups.

 -David




Re: [Orgmode] Export Options for subtree question

2010-02-01 Thread JBash
Thanks, Giovanni.

I should have seen that.  Sorry for the noise.

Jerry

On Mon, Feb 1, 2010 at 4:43 AM, Giovanni Ridolfi
giovanni.rido...@yahoo.itwrote:

 JBash bashve...@gmail.com writes:

  Hi,I am not able to get the export options for single sub-tree
  exporting to work as I expected it would.  In the attached file,
  exporting any of the subtrees yields the same author, date, export
  file name, and structure (absence of toc).
  I had expected the
  #+EXPORT_DATE line (in #39;Week 5#39; heading)

 * Notes - Week 5
 :PROPERTIES
 #+EXPORT_TITLE:   Weekly Schedule - Week 5
 #+EXPORT_AUTHOR:  Author 2
 #+EXPORT_DATE:January 29, 2010
 #+EXPORT_FILE_NAME:   week5
 #+OPTIONS: H:2 toc:nil
 #END

 This syntax is wrong.


  and/or the EXPORT_DATE Property (Week 6 heading)

 * Notes - Week 6
  :PROPERTIES:
  EXPORT_TITLE:   Weekly Notes - Week 6
  EXPORT_AUTHOR:  Author 3
  EXPORT_DATE:February 6, 2010
  OPTIONS: H:2
  :END:

 This syntax is wrong as well!

 The properties MUST have the colon (:) *before* and *after*
 the word(s).

 This is the correct syntax, and, obviously, works ;-)

 * Notes - Week 6 CORRECT
  :PROPERTIES:
  :EXPORT_TITLE:   Weekly Notes - Week 6
  :EXPORT_AUTHOR:  Author 3
  :EXPORT_DATE:February 6, 2010
  :OPTIONS: H:2
  :END:
 ** Week 6 CORRECT Heading 1
  - Topic 1a
  - Topic 1b
 ** Week 6 CORRECT Heading 2
  - Topic 2a
  - Topic 2b


 cheers,
 Giovanni

___
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] Export Options for subtree question

2010-01-29 Thread JBash
Hi,

I am not able to get the export options for single sub-tree exporting to
work as I expected it would.  In the attached file, exporting any of the
subtrees yields the same author, date, export file name, and structure
(absence of toc).   I had expected the #+EXPORT_DATE line (in 'Week 5'
heading) and/or the EXPORT_DATE Property (Week 6 heading) to be used for the
resultant exported file. Similarly with the other EXPORT_ options defined
(author, title, filename) in the subtree.

Are the methods used in Week 5 #+and Week 6 (properties) equivalent
for this purpose?  I tried the Week 5 method first, and when I didn't get
what I expected, I tried using Properties, but that didn't work either.

I am exporting to latex - pdf, using either 'C-c C-e 1 d' (after placing
point on the subtree heading), with transient-mark-mode enabled, in emacs
23.

Are there other things that I may have configured improperly, or is my
understanding of the behavior incorrect.

Thanks,
Jerry


export_options_test.org
Description: Binary data
___
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] Exporting subtree as beamer presentation

2010-01-04 Thread JBash
Hi,

How do I export a beamer presentation, embedded as a subtree in an org file?
I have attached a file with subtree properties defined as described on the
worg page - http://orgmode.org/worg/org-tutorials/org-beamer.php.

I expected 'C-c C-e 1 d' to do it, but the export is a article
documentclass, and is the entire document rather than just the subtree.
If I cut and paste the subtree to a separate file, and define the export
settings for beamer at the top of the file, I get the expected results
(documentclass[presentation]{beamer} (using C-c C-e d, since I am now have
the entire file, rather than a subtree).

I'm not sure if I have the properties defined improperly, or if I'm not
using the right command to export the subtree.

(Using 6.33trans, updated from git this morning.)

Thanks,
Jerry
___
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] Fwd: Exporting subtree as beamer presentation

2010-01-04 Thread JBash
Sorry - With attachments this time.
project1.org has the embedded presentation (CDR Presentation), and
cdr1.orgis that subtree placed in a separate file, adjusting the
settings
accordingly).
Thanks,
Jerry

-- Forwarded message --
From: JBash bashve...@gmail.com
Date: Mon, Jan 4, 2010 at 1:21 PM
Subject: Exporting subtree as beamer presentation
To: emacs-orgmode Mode emacs-orgmode@gnu.org


Hi,

How do I export a beamer presentation, embedded as a subtree in an org file?
I have attached a file with subtree properties defined as described on the
worg page - http://orgmode.org/worg/org-tutorials/org-beamer.php.

I expected 'C-c C-e 1 d' to do it, but the export is a article
documentclass, and is the entire document rather than just the subtree.
If I cut and paste the subtree to a separate file, and define the export
settings for beamer at the top of the file, I get the expected results
(documentclass[presentation]{beamer} (using C-c C-e d, since I am now have
the entire file, rather than a subtree).

I'm not sure if I have the properties defined improperly, or if I'm not
using the right command to export the subtree.

(Using 6.33trans, updated from git this morning.)

Thanks,
Jerry


project1.org
Description: Binary data


cdr1.org
Description: Binary data
___
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] Beamer support - 2nd round

2009-12-08 Thread JBash
On Tue, Dec 8, 2009 at 12:21 PM, Carsten Dominik
carsten.domi...@gmail.comwrote:


 On Dec 7, 2009, at 9:15 PM, JBash wrote:


 This is not working quite right for me...
 I pulled the latest beamer branch from git this morning and installed it.
  I am getting the export to latex, but no columns in the beamer (tex) and
 resulting pdf file.  There is a title frame, a TOC (blank) frame, and then a
 single frame titled This is the first structural section.  All other
 elements are nested itemized lists on that single slide.

 I manually copied the org-beamer.el file to my site-lisp area.  Is that
 supposed to be installed along with the other org files?

 I had also previously defined org-latex-export-classes, and have removed
 that from my .emacs file.

 I am also seeing an unexpected error the *second* (and subsequent) time I
 export (without changes to the org file) to to PDFabout a column-width
 function:

 Select command:
 Exporting to PDF...
 Exporting to LaTeX...
 org-beamer-open-column: Symbol's function definition is void:
 org-beamer-add-units-to-column-width


 Ah, I changed the name of this function, but not in all places, sorry about
 that.

 Fixed now.

 - Carsten



 If I restart emacs, I can export again (1 time) without these errors.

 If this points to something obvious in my configuration, please let me
 know.  I suspect I have something strangely configured, as no one else is
 having these issues.

 Thanks,
 Jerry


 - Carsten

Great.  I pulled the latest and the problem is solved.  Thanks very much,
Carsten.

I don't know if you're looking for this level in anomalies at this point in
the process of beamer support... if so, I am still getting an unexpected
behavior on the first export to latex / build pdf.  When I first open emacs
and load the test file, the resulting pdf file does not have columns or the
specified theme (appears to be the default theme instead).  Subsequent
exports/builds work fine.

Thanks again.
Jerry
___
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] Beamer support - 2nd round

2009-12-07 Thread JBash
On Sat, Dec 5, 2009 at 3:05 AM, Carsten Dominik
carsten.domi...@gmail.comwrote:


 On Dec 5, 2009, at 1:04 AM, Daniel Martins wrote:

  Thank you very much

 I did everything you suggested and everything worked nicely


 But even using load-libray

 org-latex

 and

 org-beamer

 I received


 Loading /home/daniel/emacs-lisp/org-mode/lisp/org-beamer.el
 (source)...done
 Loading /home/daniel/emacs-lisp/org-mode/lisp/org-latex.el (source)...done
 Select command:
 Exporting to LaTeX...
 or: No definition for class `beamer' in `org-export-latex-classes'


 If you have customized org-export-latex-classes before, then the value you
 stored will overwrite the new default (which contains the beamer entry.  Two
 ways to fix this:

 1. Remove you customization of this variable, restart Emacs, and customize
 again to redo the changed you have made earlier.  THis is the safest way.

 OR

 2. Customize the variable and create a new entry for beamer, with this:
(beamer
 \\documentclass{beamer}
 \\usepackage[utf8]{inputenc}
 \\usepackage[T1]{fontenc}
 \\usepackage{graphicx}
 \\usepackage{longtable}
 \\usepackage{float}
 \\usepackage{wrapfig}
 \\usepackage{soul}
 \\usepackage{amssymb}
 \\usepackage{hyperref}
 org-beamer-sectioning
 ))


 So in your customize buffer it must look like this:






 Note in paricular that under |levels|, you must choose Hook computing
 section levels from the value menu

 - Carsten


 2009/12/4 Nick Dokos nicholas.do...@hp.com:

 Daniel Martins daniel...@gmail.com wrote:

  Stupid question 9but I could not answer it)


 I have to set up

 (add-to-list 'org-export-latex-classes
 '(beamer
   \\documentclass[11pt]{beamer}
 ...)

 ???


 No.


 Or I have to imput another .el which sets org-export-latex-classes
 correctl=
 y?

 I sue the latest git version of org-mode 6.33trans and
 I tried to use the example but I couldn't


 Are you using git to keep up to date with org-mode? If not, then afaict,
 you cannot get it yet. If you are using git, you can do something like
 this:

 $ git branch -r
  origin/HEAD
  origin/add-recursion-to-org-publish
  origin/beamer
  origin/emacs23
  origin/experimental
  origin/experimental-code-for-the-new-export-engine
  origin/master
  origin/mobile-support
  origin/org-plot-doc
  origin/support-for-mobile-sync

 you can see there is a remote branch called origin/beamer. You can create
 a local tracking branch with

 $ git branch beamer origin/beamer

 and check it out:

 $ git checkout beamer

 If you then look in lisp/org-latex.el, you should see the beamer stuff.

 HTH,
 Nick


 - Carsten


 This is not working quite right for me...
I pulled the latest beamer branch from git this morning and installed it.  I
am getting the export to latex, but no columns in the beamer (tex) and
resulting pdf file.  There is a title frame, a TOC (blank) frame, and then a
single frame titled This is the first structural section.  All other
elements are nested itemized lists on that single slide.

I manually copied the org-beamer.el file to my site-lisp area.  Is that
supposed to be installed along with the other org files?

I had also previously defined org-latex-export-classes, and have removed
that from my .emacs file.

I am also seeing an unexpected error the *second* (and subsequent) time I
export (without changes to the org file) to to PDFabout a column-width
function:

Select command:
Exporting to PDF...
Exporting to LaTeX...
org-beamer-open-column: Symbol's function definition is void:
org-beamer-add-units-to-column-width

If I restart emacs, I can export again (1 time) without these errors.

If this points to something obvious in my configuration, please let me
know.  I suspect I have something strangely configured, as no one else is
having these issues.

Thanks,
Jerry
___
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] Beamer support - 2nd round

2009-12-07 Thread JBash
On Mon, Dec 7, 2009 at 3:15 PM, JBash bashve...@gmail.com wrote:



 On Sat, Dec 5, 2009 at 3:05 AM, Carsten Dominik carsten.domi...@gmail.com
  wrote:


 On Dec 5, 2009, at 1:04 AM, Daniel Martins wrote:

  Thank you very much

 I did everything you suggested and everything worked nicely


 But even using load-libray

 org-latex

 and

 org-beamer

 I received


 Loading /home/daniel/emacs-lisp/org-mode/lisp/org-beamer.el
 (source)...done
 Loading /home/daniel/emacs-lisp/org-mode/lisp/org-latex.el
 (source)...done
 Select command:
 Exporting to LaTeX...
 or: No definition for class `beamer' in `org-export-latex-classes'


 If you have customized org-export-latex-classes before, then the value you
 stored will overwrite the new default (which contains the beamer entry.  Two
 ways to fix this:

 1. Remove you customization of this variable, restart Emacs, and customize
 again to redo the changed you have made earlier.  THis is the safest way.

 OR

 2. Customize the variable and create a new entry for beamer, with this:
(beamer
 \\documentclass{beamer}
 \\usepackage[utf8]{inputenc}
 \\usepackage[T1]{fontenc}
 \\usepackage{graphicx}
 \\usepackage{longtable}
 \\usepackage{float}
 \\usepackage{wrapfig}
 \\usepackage{soul}
 \\usepackage{amssymb}
 \\usepackage{hyperref}
 org-beamer-sectioning
 ))


 So in your customize buffer it must look like this:






 Note in paricular that under |levels|, you must choose Hook computing
 section levels from the value menu

 - Carsten


 2009/12/4 Nick Dokos nicholas.do...@hp.com:

 Daniel Martins daniel...@gmail.com wrote:

  Stupid question 9but I could not answer it)


 I have to set up

 (add-to-list 'org-export-latex-classes
 '(beamer
   \\documentclass[11pt]{beamer}
 ...)

 ???


 No.


 Or I have to imput another .el which sets org-export-latex-classes
 correctl=
 y?

 I sue the latest git version of org-mode 6.33trans and
 I tried to use the example but I couldn't


 Are you using git to keep up to date with org-mode? If not, then afaict,
 you cannot get it yet. If you are using git, you can do something like
 this:

 $ git branch -r
  origin/HEAD
  origin/add-recursion-to-org-publish
  origin/beamer
  origin/emacs23
  origin/experimental
  origin/experimental-code-for-the-new-export-engine
  origin/master
  origin/mobile-support
  origin/org-plot-doc
  origin/support-for-mobile-sync

 you can see there is a remote branch called origin/beamer. You can
 create
 a local tracking branch with

 $ git branch beamer origin/beamer

 and check it out:

 $ git checkout beamer

 If you then look in lisp/org-latex.el, you should see the beamer stuff.

 HTH,
 Nick


 - Carsten


 This is not working quite right for me...
 I pulled the latest beamer branch from git this morning and installed it.
 I am getting the export to latex, but no columns in the beamer (tex) and
 resulting pdf file.  There is a title frame, a TOC (blank) frame, and then a
 single frame titled This is the first structural section.  All other
 elements are nested itemized lists on that single slide.

 I manually copied the org-beamer.el file to my site-lisp area.  Is that
 supposed to be installed along with the other org files?


I had also previously defined org-latex-export-classes, and have removed
 that from my .emacs file.


Correction:  I meant org-export-latex-classes  ... Sorry.

 I am also seeing an unexpected error the *second* (and subsequent) time I
 export (without changes to the org file) to to PDFabout a column-width
 function:

 Select command:
 Exporting to PDF...
 Exporting to LaTeX...
 org-beamer-open-column: Symbol's function definition is void:
 org-beamer-add-units-to-column-width

 If I restart emacs, I can export again (1 time) without these errors.

 If this points to something obvious in my configuration, please let me
 know.  I suspect I have something strangely configured, as no one else is
 having these issues.

 Thanks,
 Jerry

___
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] Subtree exporting to different LaTeX_CLASS

2009-10-22 Thread JBash
Hi,

A question about exporting:

Is it possible to export two different subtrees in the same file to a
different class?  There are cases where it would be nice to be able to
generate a document (say an article) from a single subtree in a file, and
have other subtrees that contain short presentations that could be exported
quickly to beamer, for example.  Currently, the exporter seems to find the
first #+LaTeX_CLASS in the file and use that for the entire file export, as
well as exporting any subtree in the file, even if you define a separate
LaTeX_CLASS under a specific subtree.  I have looked into using export
OPTIONS in subtrees for this, but have not hit on the right combination.  Is
this possible?

Thanks,
Jerry
___
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: Org-mode as a bug tracker.

2009-07-20 Thread JBash
Not sure if this helps, and I don't know the details or the mechanism, but I
believe that John Wiegley uses org-mode as a bug tracking tool for his
ledger app.

http://wiki.github.com/jwiegley/ledger

On Mon, Jul 20, 2009 at 2:18 AM, Bastien bastiengue...@googlemail.comwrote:

 Óscar Fuentes o...@wanadoo.es writes:

  Using org-mode instead of outline-mode is a no-brainer. The only
  incovenient is org's complexity. A basic but effective use of org is
  straightforward but its extensive documentation may seem daunting for
  the occasional user. Maybe a paragraph or two at the beginning of the
  file explaining what's required for adding entries and doing simple
  queries would help those developers who don't know nor plan to use org
  for other uses.

 I will write a page on Worg about this.

  This is the basic workflow.  Of course, permissions and other issues
  could be refined but I think such a system is feasible.
 
  IMAO this setup is more complex and fragile than a conventional bug
  tracker. The idea may seem appealing at first for a group of veteran
  emacs users (those who insist on managing the bug database via e-mail
  because they refuse to use a web browser, for instance) but I'm far from
  convinced about its effectiveness.

 Aside from the scalability of Org wrt to big bug databases, I'm myself
 only 50% convinced it's an effective setup.  I'd be glad to work on the
 remaining 50%.

  I don't think the size of the database would really be an issue for the
  system above - but maybe I'm wrong on this.
 
  I'm afraid you are. Lots of emacs bug reports comprises hundreds of
  lines of stack dumps, plus e-mail discussions with lots of quoted text,
  etc. Org is great for notes, but is it practical for containing tens of
  thousands of bug reports, some of them made of thousands of lines? And
  you don't control what's on a bug report, they usually contain all sorts
  of text constructs and random characters. How well it would deal with
  bug reports about org's itself, containing excerpts from other org
  files?  Wouldn't this confuse org?

 I don't know.  Org is certainly not written for that purpose.  But
 cannot the dumps and discussions but attached as files?  If so, the
 Org database would only need links to these files, not the full bug
 entry.

  Nope, the 20MB is the bugs' text alone.

 Gee...

  But attached files belong to the
  tickets and supposedly provide key information, so you can wipe them
  away to a place where they are not distributed along with the bug
  database.

 Yes.

  I think org as a bug tracker may work very well for individual
  developers or for small groups, but not for open big projects such as
  emacs.

 Yes.  In the setup I described in the previous email, no human directly
 write anything in an Org buffer, everything is taken care of by scripts.
 Which is kinda sick, 'cause Org is for humans.

 But still, I will continue to brainstorm on this, because if Org is so
 useful for individual bug databases, there should be a clever and useful
 way to *share* these individual databases and have a collective tool.

 --
  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] DONE items in agenda

2009-02-13 Thread JBash
I have done something to break my desired behavior, which is to exclude DONE
items from the agenda views.  In the process of trying to fix it, I've run
across what appears to be an inconsistency in the FAQ and the
customize-variable definitions.  Or maybe I'm interpreting it incorrectly...
(quite likely, since I still can't get back to my desired behavior...)  It
looks like emacs says non-nil skips over DONE items, but the FAQ says nil
skips over done items.  Am I reading this wrong?

I've also tried changing org-agenda-include-all-todo, but still get
SCHEDULED, DONE items in the agenda view.  What am I missing?

Thanks,
Jerry

-

From the customize-variable window in emacs:

Org Agenda Skip Scheduled If Done: Hide Value Toggle  off (nil)
   State: STANDARD.

Non-nil means don't show scheduled items in agenda when they are done. Hide
Rest
This is relevant for the daily/weekly agenda, not for the TODO list.  And
it applies only to the actual date of the scheduling.  Warnings about
an item with a past scheduling dates are always turned off when the item
is DONE.

---

From the FAQ on worg:

For instance, type:

M-x customize-variable RET org-agenda-skip-scheduled-if-done

 If this variable is on (t), then scheduled items will remain on the agenda
even after they are marked done.

If the variable is off (nil), then scheduled items will disappear from the
agenda after they are marked done.

If these settings seem not to behave the way you expect, then make sure you
understand the difference between SCHEDULED, DEADLINE, and timestamps.

-
___
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] DONE items in agenda

2009-02-13 Thread JBash
Thank you, Matt.

A followup...
I've discovered that after setting the org-agenda-skip-scheduled-if-done to
non-nil, I was still getting DONE items in my agenda view.  I then realized
that I'd changed the org-todo-keywords recently to:

(setq org-todo-keywords '(TODO STARTED WAITING DONE CANCELED))

from:
(setq org-todo-keywords '(TODO STARTED WAITING DONE))

When I re-ordered the keywords to:
(setq org-todo-keywords '(TODO STARTED WAITING CANCELED DONE))

I got back to where the DONE items were not being shown in the agenda view
as I was expecting.

Is there a requirement that DONE appears last in the list of keywords?
Just curious... it was something I'd not run into previously.

Thanks,
Jerry

On Fri, Feb 13, 2009 at 1:08 PM, Matthew Lundin m...@imapmail.org wrote:


 Hi Jerry,

 JBash bashve...@gmail.com writes:

  I have done something to break my desired behavior, which is to exclude
  DONE items from the agenda views.  In the process of trying to fix it,
  I've run across what appears to be an inconsistency in the FAQ and the
  customize-variable definitions.  Or maybe I'm interpreting it
  incorrectly... (quite likely, since I still can't get back to my
  desired behavior...)  It looks like emacs says non-nil skips over DONE
  items, but the FAQ says nil skips over done items.  Am I reading this
  wrong?

 That is indeed a mistake in the FAQ. I just fixed it; the update should
 be on Worg shortly. Thanks for finding this. You'll want to set
 org-agenda-skip-scheduled-if-done to on (t) to exclude the DONE items.

  I've also tried changing org-agenda-include-all-todo, but still get
  SCHEDULED, DONE items in the agenda view.  What am I missing?

 org-agenda-include-all-todo controls whether a list of all active todos
 is added to the daily/weekly agenda view. It does not control whether
 DONE items appear in the agenda.

 Thanks again,
 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


[Orgmode] org-plot figure - writing to a file

2008-10-24 Thread JBash
Hi,

Can I get org-plot to write the plot to a file?  I've tried:

#+PLOT: set:term eps
#+PLOT: file:plot1.eps

and similar things for png files, but I end up with an empty file, named
plot1.eps (or plot1.png) in the current directory.

Thanks,
Jerry
___
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-plot questions

2008-10-22 Thread JBash
Hi,

First of all, thanks to all for the work on org-mode and org-plot.

A question about org-plot...

Question 1:
When I include an index column in the first column of the table,  I am
getting evenly spaced data points, with the xtic labels being coming from
the 'ind:' column (2, in the first data set here).

The behavior I expected was to use the second column (Frequency) as the
independent variable, and to get a plot with 3 groups of 3 points, near
frequencies of 1, 10, and 20. as I get with the 'Data Set B' group.

Is this expected and correct?

I know that this will also include the first column in the plot, which leads
to my next question.

Question 2:
When I try to use the deps option, I either get an error or an undesired
result.  For example, if I include a deps:3,4, I get a Wrong type
argument error.  If I enclose the 3,4 in single quotes (eg. deps:'3,4'), I
get only the third column plotted, and not both third and fourth as I
expected.  What am I doing wrong?
A comment - enclosing the argument for deps in single quotes, if that is the
intention, seems inconsistent with the arguments for other options of that
type (ind, for example).

Question 3:
Is there a way to produce 2 different plots from the same table data?

Thanks again for the help.
Jerry

** Data Set A
#+PLOT: ind:2
| Index | Frequency |  Amplitude | Phase | Delta | Peak |
| 1 |   0.9 |  9 | 6 | 5 |  198 |
| 2 |   1.0 | 10 | 9 | 7 |  212 |
| 3 |   1.1 | 11 | 8 | 3 |  144 |
| 4 |   9.9 | 19 |12 | 9 |  235 |
| 5 |  10.0 | 18 | 7 |12 |  222 |
| 6 |  10.1 | 22 |14 | 4 |  187 |
| 7 |  19.9 | 14 |11 | 6 |  220 |
| 8 |  20.0 | 20 |15 |14 |  213 |
| 9 |  20.1 | 18 |16 |11 |  201 |

** Data Set B
#+PLOT: ind:1
| Frequency | Amplitude | Phase | Delta | Peak |
|---+---+---+---+--|
|   0.9 | 9 | 6 | 5 |  198 |
|   1.0 |10 | 9 | 7 |  212 |
|   1.1 |11 | 8 | 3 |  144 |
|   9.9 |19 |12 | 9 |  235 |
|  10.0 |18 | 7 |12 |  222 |
|  10.1 |22 |14 | 4 |  187 |
|  19.9 |14 |11 | 6 |  220 |
|  20.0 |20 |15 |14 |  213 |
|  20.1 |18 |16 |11 |  201 |
___
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-plot questions

2008-10-22 Thread JBash
Thanks, Eric!

It's a great tool... I like how it, within org, makes it easy to keep the
data organized an yet easily accessible.

Another quick org-plot question...

I found that to turn on the grid, I use:
#+PLOT: set:grid

So, to set an axis label, I tried
#+PLOT: set:xlabel(Frequency)
and
#+PLOT: set:xlabel Frequency
and a few other things, but didn't hit on the right combination.  What's the
correct syntax?

--snip--


 Notice that you are missing an hline in your table after the headers.


Sorry, I should have seen that.


  When I try to use the deps option, I either get an error or an undesired
 result.  For example, if I include
  a deps:3,4, I get a Wrong type argument error.  If I enclose the 3,4
 in single quotes (eg. deps:'3,4'),



 Currently no there is not.  In the current setup all of the plot lines
 adjacent to a table are collected and used to generate a single plot for
 the table.  I does seem like a good idea to allow multiple plots from a
 single table.  Two ideas that come to mind are...

 1) keep all of the plot lines adjacent with the table, but number them
   into any number of different plots.  For example the following would
   specify plots 1 and 2 for a table

 #+PLOT1: title:the first plot
 #+PLOT1: ind:1 with:points
 #+PLOT2: title:the second plot on the same table
 #+PLOT2: ind:2 deps:(3 4) with:lines
 | Frequency | Amplitude | Phase | Delta | Peak |
 |---+---+---+---+--|
 |   0.9 | 9 | 6 | 5 |  198 |
 |   1.0 |10 | 9 | 7 |  212 |
 |   1.1 |11 | 8 | 3 |  144 |
 |   9.9 |19 |12 | 9 |  235 |
 |  10.0 |18 | 7 |12 |  222 |
 |  10.1 |22 |14 | 4 |  187 |
 |  19.9 |14 |11 | 6 |  220 |
 |  20.0 |20 |15 |14 |  213 |
 |  20.1 |18 |16 |11 |  201 |

 2) the only other mechanism which occurs to me is to somehow label the
   table with a unique ID, and then allow the plot lines to be located


This feature (multiple plots from a single table) would be a very nice
addition, with either approach.



 Thanks for the bug reports and ideas -- Eric


You're welcome, and thanks for your help.

Jerry
___
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: remember integration problem with 6.06

2008-09-11 Thread JBash
That did it.

Thanks for the help!

On Wed, Sep 10, 2008 at 3:44 PM, Dan Griswold [EMAIL PROTECTED]wrote:

 JBash [EMAIL PROTECTED] writes:

  When I type 'Ctrl-C r', which used to bring up the remember template, I
 now
  get:
 
  run-hook-with-args-until-success: Autoloading failed to define function
  org-remember-annotation


 How about:

 (require 'org-install)


 I recently had problems that were resolved when I uncommented that
 line in my config. :\

 Dan


 --
 --
 Dan Griswold
 Rochester, NY
 --



 ___
 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