Re: [O] Adding single cell movement to org-table

2018-05-29 Thread Chris Kauffman
ose to a correctly formatted commit messages but do make any necessary formatting changes for compliance. Cheers, Chris Kauffman On Fri, May 4, 2018 at 7:18 PM, stardiviner wrote: > That's really great. Thanks. > > -- > [ stardiviner ] don't need to convince

Re: [O] Adding single cell movement to org-table

2018-05-04 Thread Chris Kauffman
I was the original person who was working on code for single cell movement but got distracted by a move to the midwest, job change, and marriage. I will attempt to complete the code in the next month to submit a patch. Chris Kauffman On Fri, May 4, 2018 at 7:29 AM, stardiviner wrote: >

Re: [O] Adding single cell movement to org-table

2017-07-28 Thread Chris Kauffman
Carsten: S-up, S-down, S-left, S-right in org.el (via org-shiftup etc.). Cheers, Chris On Fri, Jul 28, 2017 at 4:19 AM, Nicolas Goaziou wrote: > Hello, > > Chris Kauffman writes: > > > Greetings from a first-time contributor. Another patch contributor, Uwe > > Br

[O] Adding single cell movement to org-table

2017-07-27 Thread Chris Kauffman
Greetings from a first-time contributor. Another patch contributor, Uwe Brauer, recruited me after finding some code I had written to move single org-table cells up/down/left/right. I found this feature to be useful in certain kinds of tables so wrote the functions for myself but am told that othe

Re: [O] Property inheritance in beamer export [7.4]

2011-11-14 Thread Chris Kauffman
Hi Carsten On Fri, Nov 11, 2011 at 10:58 AM, Carsten Dominik wrote: > Hi Chris, > > On 11.11.2011, at 05:34, Chris Kauffman wrote: > >> >> I use org for constructing simple slide presentations quite a >> bit.  I'd like to be able to set a global property whic

[O] Bug: Property inheritance in beamer export [7.4]

2011-11-11 Thread Chris Kauffman
I'd like to be able to set a global property which shrinks all text tofit in the allotted space; this is great for source examples. Aftersome experimentation I put #+PROPERTY: BEAMER_envargs [shrink] in the preamble and did (set-variable (quote org-use-property-inheritance) t nil) According to my u

[O] Property inheritance in beamer export [7.4]

2011-11-10 Thread Chris Kauffman
I use org for constructing simple slide presentations quite a bit. I'd like to be able to set a global property which shrinks all text to fit in the allotted space; this is great for source examples. After some experimentation I put #+PROPERTY: BEAMER_envargs [shrink] in the preamble and evalua