Re: Spreadsheet calc complex number display format

2020-07-07 Thread Rob Duncan
Russell Adams writes: > On Mon, Jul 06, 2020 at 05:59:18PM -0700, Rob Duncan wrote: >> Rob Duncan writes: >> >> > Is there a way to specify the display format used for complex number >> > calculations in the table spreadsheet? In particular I'd like to b

Re: Spreadsheet calc complex number display format

2020-07-06 Thread Rob Duncan
Rob Duncan writes: > Is there a way to specify the display format used for complex number > calculations in the table spreadsheet? In particular I'd like to be > able control whether a value is displayed in rectangular or polar form. I ended up explicitly using the `polar(Z

Re: Spreadsheet calc complex number display format

2020-07-06 Thread Rob Duncan
Russell Adams writes: > On Sun, Jul 05, 2020 at 04:00:47PM -0700, Rob Duncan wrote: >> Is there a way to specify the display format used for complex number >> calculations in the table spreadsheet? In particular I'd like to be >> able control whether a value is display

Spreadsheet calc complex number display format

2020-07-05 Thread Rob Duncan
Is there a way to specify the display format used for complex number calculations in the table spreadsheet? In particular I'd like to be able control whether a value is displayed in rectangular or polar form. Thanks, Rob.

[O] Inserting a link when setting a property

2019-09-30 Thread Rob Duncan
I'd like to be able to use C-c C-l (org-insert-link) to specify a link when setting a property value with C-c C-x p (org-set-property) but that key sequence isn't recognized in that mode. What's the best way to set things up so this works? Thanks, Rob.

Re: [O] org-link-set-parameters missing in ELPA version

2016-08-25 Thread Rob Duncan
Hi John, I deleted my existing packages and installed org-plus-contrib-20160822 and everything works again. Thanks very much! Rob. > On Aug 25, 2016, at 6:15 PM, John Kitchin wrote: > > I haven't been able to reproduce this in org-plus-contrib-20160822. > > Rob Duncan w

Re: [O] org-link-set-parameters missing in ELPA version

2016-08-20 Thread Rob Duncan
20, 2016 at 2:45 PM, Rob Duncan mailto:rdun...@tesla.com>> wrote: I just installed org-mac-link version 20160808.220 from ELPA and I’m no longer able to insert links from Mail.app and other applications. It used to work… When I try to manually load org-mac-link.el I get this error mes

[O] org-link-set-parameters missing in ELPA version

2016-08-20 Thread Rob Duncan
I just installed org-mac-link version 20160808.220 from ELPA and I’m no longer able to insert links from Mail.app and other applications. It used to work… When I try to manually load org-mac-link.el I get this error message: eval-buffer: Symbol’s function definition is void: org-link-set-parame

[O] Access outline from a code block

2016-07-31 Thread Rob Duncan
The manual states that the :var header argument can be given a reference to a table, a list, a literal example, a code block, or results. But I want to use a reference to an outline tree—is there some way to do this? My experiments have all failed: #+NAME: example-outline * L1 ** L2a *** L3a