Re: [O] Extremely slow org-table operations

2014-10-30 Thread Michael Brand
Hi Charles

First I would like to point out that to my understanding there are now
two separate issues in discussion in this thread which are easy to mix
up:

1) The same table calculates fast or slow depending on the position
   within the same entry, see OP.

2) An entry with nothing but a single table, as you describe it:

On Thu, Oct 30, 2014 at 12:40 AM, Charles Millar mill...@verizon.net wrote:
 I learned that the hard way when I had one table - four columns, three
 simple addition formulas with about 1,000 entries. It seemed an eternity
 before the addition was completed.

Only out of curiosity I would like to see the TBLFM. And do you see
still the same slowness with 8.3beta?

Michael



Re: [O] Braced inline math no longer supported: ($ ... $)

2014-10-30 Thread Jonas Hörsch
On Thu, Oct 30 2014, Nick Dokos wrote:

 See the recent discussion here:

http://thread.gmane.org/gmane.emacs.orgmode/92136


Thanks,

and sorry, I actually did a cursory search, for braces and
math-mode. Didn't occur to me to use the word parentheses.


signature.asc
Description: PGP signature


[O] OrgStruct: start with collapsed view (was: Moving my init.el to Org)

2014-10-30 Thread Karl Voit
Hi!

* Thorsten Jolitz tjol...@gmail.com wrote:
 Marcin Borkowski mb...@wmi.amu.edu.pl writes:

 And now there's another problem: I'd like to have my init file
 collapsed to only headlines on opening.  Since I visit my init file
 through a custom command (which finds it and turns on orgstruct), I
 don't need to use file local variables for that - I just need a
 command to do it.  So:

 how do I (programmatically, in elisp) collapse the view of
 an orgstruct .el file?

 Try 'org-overview'. Both, 'org-overview' and 'show-all' work
 with outshine too, so they should work with org-struct.

I also transformed my 3657 lines of init.el to OrgStruct.

Similar to Marcin, I want to see a collapsed view of my headings
when I open my init.el file. org-overview gives me a weird view of
all lines that start a parenthesis on top level (defun, setq, ...)
and not my top level OrgStruct comment lines.

Has somebody successfully managed to get a collapsed init.el view
when opening the file?

Thanks!




Re: [O] OrgStruct: start with collapsed view

2014-10-30 Thread Rasmus
Karl Voit devn...@karl-voit.at writes:

 Hi!

 * Thorsten Jolitz tjol...@gmail.com wrote:
 Marcin Borkowski mb...@wmi.amu.edu.pl writes:

 And now there's another problem: I'd like to have my init file
 collapsed to only headlines on opening.  Since I visit my init file
 through a custom command (which finds it and turns on orgstruct), I
 don't need to use file local variables for that - I just need a
 command to do it.  So:

 how do I (programmatically, in elisp) collapse the view of
 an orgstruct .el file?

 Try 'org-overview'. Both, 'org-overview' and 'show-all' work
 with outshine too, so they should work with org-struct.

 I also transformed my 3657 lines of init.el to OrgStruct.

 Similar to Marcin, I want to see a collapsed view of my headings
 when I open my init.el file. org-overview gives me a weird view of
 all lines that start a parenthesis on top level (defun, setq, ...)
 and not my top level OrgStruct comment lines.

 Has somebody successfully managed to get a collapsed init.el view
 when opening the file?

Nope.  And `org-overview' produces a mess of my file as well.  I have,

;; -*- orgstruct-heading-prefix-regexp: ;; -*-

And headings look like

;;* h
;;** h1

—Rasmus

-- 
m-mm-mmm- bacon!




[O] org-icalendar-store-uid messes up encrypted sections?

2014-10-30 Thread Kevin Brubeck Unhammer
I've got an entry marked :crypt: and after trying org-icalendar export
with emacs 24.4 my git diff showed that the entry had changed like this:



*** Gift ideas:crypt:
 -BEGIN PGP MESSAGE-
-Version: GnuPG v1.4.12 (GNU/Linux)
-
-hQEMAzVla4vwE6+lAQf/e77oEFC+U6xRyJb589Q7oqSO9ZLz/Oa7Nwb2F+Z7i8B6

[… bunch of nonsense …]

+Version: GnuPG v1
+
+hQEMAzVla4vwE6+lAQf+Np4U1vdVe04912UohKyuo1CIajJnBMeKGvBvGZlOlGnR


So at the moment I'm just not using icalendar export for fear of losing
data :-(



-- 
Kevin Brubeck Unhammer

Sent from my emacs


signature.asc
Description: PGP signature


[O] how to turn off UID-creation for non-exported ical items?

2014-10-30 Thread Kevin Brubeck Unhammer
Before upgrading to Emacs 24.4, I used org-caldav to sync my agenda with
OwnCloud. This of course requires stable UID's on the exported items, so
I have

(setq org-icalendar-store-UID t)

Items which are not exported don't need UID's, and didn't seem to get
them before. But after upgrading, suddenly all my org entries get UID's,
which is very annoying. Is there a way to avoid UID's on non-exported
items?

I figured maybe org-icalendar-create-uid could check if
(org-element-property :deadline entry) or (org-element-property
:scheduled entry), but then I noticed there's no property for entries
such as


** Thing happens
   2014-10-10 fr. 20:00

so maybe to be sure only to-be-exported items get UID's, the creation
has to happen in org-export-data (after
org-export--populate-ignore-list), but at that point I'm not sure the
org-file can be safely altered. Does anyone have an idea how to fix
this?


-- 
Kevin Brubeck Unhammer

GPG: 0x766AC60C


signature.asc
Description: PGP signature