[O] Is it possible to delay org-babel fontification if the source block isn't visible?

2013-11-18 Thread Oleh
Hi all, I'm using (setq org-src-fontify-natively t) with a file of about 100 source blocks in different languages. And I'm getting a delay of 1-2s when opening this file. I'm sure that it's the fontification since when I turn it off, the opening time is fine. This file has #+STARTUP: folded, so I'

Re: [O] [PATCH] org-compat: Support for getting data from Windows clipboard

2013-11-18 Thread Bastien
Hi Alexander, Alexander Vorobiev writes: > Sorry for the mis-formatting. Here is the patch as an attachment. Thanks -- digging into this again, maybe we need to fix `org-get-x-clipboard-compat' directly? I'm not using Windows so I can't test the patch. Can a Windows user help here? -- Bast

Re: [O] Org version mix-up

2013-11-18 Thread Bastien
Hi Peter, Peter Davis writes: > I've been running Org-mode 8 on my MacBook, and Org-mode 7.something > on my office Mac. I've tried to upgrade the office one to 8 using the > list-packages', and it seems to install, but org-version always shows > up as 7.something afterwards. > > Now, completely

[O] [Exporter] Feature Request -extend customization options for property-drawer export

2013-11-18 Thread Thorsten Jolitz
Hi List, I wonder if customization options for the export of properties drawers could be extended to something like this #+begin_src emacs-lisp [...] :group 'org-export-general :version "24.4" :package-version '(Org . "8.0") :type '(choice (const :tag "All properties" t)

Re: [O] [Exporter] Feature Request -extend customization options for property-drawer export

2013-11-18 Thread Nicolas Goaziou
Hello, Thorsten Jolitz writes: > I wonder if customization options for the export of properties drawers > could be extended to something like this > > #+begin_src emacs-lisp > [...] > :group 'org-export-general > :version "24.4" > :package-version '(Org . "8.0") > :type '(choice >

Re: [O] [PATCH] org-compat: Support for getting data from Windows clipboard

2013-11-18 Thread Fabrice Popineau
Yes, you could lift the patch up to `org-get-x-clipboard-compat', but this way, òrg-no-properties' would be applied to the w32 data too. Is that relevant? I don't know if w32 clipboard data can have text properties. Fabrice 2013/11/18 Bastien > Hi Alexander, > > Alexander Vorobiev writes: > >

Re: [O] [Exporter] Feature Request -extend customization options for property-drawer export

2013-11-18 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Hello, > > Thorsten Jolitz writes: > >> I wonder if customization options for the export of properties drawers >> could be extended to something like this [...] > You can use a filter to do it, without needing to extend the variable. Ok, thanks. -- cheers, Thorsten

[O] My howto for Org, japanese text and furigana

2013-11-18 Thread Andrea Rossetti
Hello everyone, by reading the suggestions from this list, I prepared an example the Org headers one could use to write Japanese in Org, with or without furigana signs. It's available at this address, under the "furigana-example" section: https://github.com/thesoftwarebin/the-emacs-software-

Re: [O] How to filter on files

2013-11-18 Thread Rene
Bastien gnu.org> writes: > Rene yahoo.com> writes: > > > I'd have loved though to be able to switch from one view (home+office view) > > to another (office view) without having to reconstruct the whole > > agenda. > > Maybe the `org-agenda-sticky' option can help there? Well. Not exactly. W

Re: [O] How to filter on files

2013-11-18 Thread Eric Abrahamsen
Rene writes: > Bastien gnu.org> writes: > >> Rene yahoo.com> writes: >> >> > I'd have loved though to be able to switch from one view (home+office view) >> > to another (office view) without having to reconstruct the whole >> > agenda. >> >> Maybe the `org-agenda-sticky' option can help there

Re: [O] Org version mix-up

2013-11-18 Thread Peter Davis
On 11/18/13, 4:27 AM, Bastien wrote: Please read the Installation section of the manual carefully. If you install from ELPA, you need to do it from a fresh Emacs session where Org has not been loaded. Otherwise I'd suggest installing from git directly. HTH, I never had to install it before,

[O] org-shiftdown

2013-11-18 Thread Fabrice Popineau
I think there is a problem with it. Sometimes I have something already selected, say I selected it with the mouse. Next I do shift-down and the previous selected region is deselected before the next-line gets selected. Normal behavior would be that the selected region is expanded. It does not happe

Re: [O] How to filter on files

2013-11-18 Thread Michael Brand
Hi Rene On Mon, Nov 18, 2013 at 2:00 PM, Rene wrote: > Is there some config example out there? I think this simplified part of my config for org-agenda-custom-commands is similar to what you are looking for: [...] ("c" "calendar c--" ((agenda "" ((org-agenda-files '("

Re: [O] Org version mix-up

2013-11-18 Thread Bastien
Peter Davis writes: > The git install appears to have worked. Great, thanks for confirming! -- Bastien

Re: [O] org-shiftdown

2013-11-18 Thread Bastien
Hi Fabrice, Fabrice Popineau writes: > Any idea on how to track what's happening ? What the value of `org-support-shift-select'? -- Bastien

[O] Column view not changeable

2013-11-18 Thread Renger van Nieuwkoop
Hi I tried to change the face of column view in the options (because it is now grey background with very thin fonts and hardly readable). I set the options back to standard (as the option is "changed outside"), but every time I restart I get the old settings. I looked in my .emacs file but haven'

Re: [O] org-shiftdown

2013-11-18 Thread Fabrice Popineau
> > > > Any idea on how to track what's happening ? > > What the value of `org-support-shift-select'? > > It's true. I couldn't catch yet under what condition it happens. I suspect some race condition or something like that. Because it seems actually to happen randomly. -- Fabrice

Re: [O] patch proposal for org-clock-time% with day

2013-11-18 Thread marco paolo valerio vezzoli
Another small patch: this handles also partial times > 1d. Marco (defun org-clock-time% (total &rest strings) "Compute a time fraction in percent. TOTAL s a time string like 10:21 specifying the total times. STRINGS is a list of strings that should be checked for a time. The first string tha

[O] patch proposal for org-clock-time% with day

2013-11-18 Thread marco paolo valerio vezzoli
Hi, I use clocktables with the :funciton % option. Sometime the table sums up to a time interval larger than one day so the total may fool the regular expression: 1d 0:04 -> 4 minutes instead of 1444 minutes I wrote a simple modification of org-clock-time% : please find it below. I'm sure that el

Re: [O] links to attachments don't export anymore

2013-11-18 Thread Nicolas Goaziou
Nicolas Goaziou writes: > Actually, this could solved by widening the buffer before expanding the > link in `org-element-link-parser'. > > Though, I'm surprised that neither `org-id-get', `org-entry-get' nor, at > the most basic level, `org-entry-properties' remove narrowing before > computing th

Re: [O] How to filter on files

2013-11-18 Thread Rene
Michael Brand gmail.com> writes: > I think this simplified part of my config for > org-agenda-custom-commands is similar to what you are looking for: Yes. That's exactly what I did initially. But I find it more elegant to build the agenda once (let's say for both office and home) and then hit

[O] Property drawers and Beamer

2013-11-18 Thread Marvin Doyley
Hi there, Is there a way to prevent the content of a property draw from been exported. I am making a presentation that plan to turn into a paper later. I have placed a bunch of material in property draws that I would prefer not to export. Thanks M

Re: [O] How to filter on files

2013-11-18 Thread Rene
Eric Abrahamsen ericabrahamsen.net> writes: > It's a little hard to know what's wrong with org-agenda-sticky, but a > tag-based way of doing this would be to use a #+FILETAGS: line at the > top of each of your files. That automatically adds any tag in that line > to the whole file, so you can de-

Re: [O] My howto for Org, japanese text and furigana

2013-11-18 Thread Samuel Wales
hi andrea, awesome! now i want linux to display every kanji with furigana in parens no matter where it appears! :) samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmark: free Karina Hansen N

Re: [O] org-shiftdown

2013-11-18 Thread Samuel Wales
Does this happen after you compile? > It's true. I couldn't catch yet under what condition it happens. > I suspect some race condition or something like that. > Because it seems actually to happen randomly. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress.

Re: [O] Property drawers and Beamer

2013-11-18 Thread Nick Dokos
Marvin Doyley writes: > Hi there, > > Is there a way to prevent the content of a property draw from been > exported. I am making a presentation that plan to turn into a paper > later. I have placed a bunch of material in property draws that I > would prefer not to export. > > Thanks > M Untested

Re: [O] Property drawers and Beamer

2013-11-18 Thread Nick Dokos
Nick Dokos writes: > Marvin Doyley writes: > >> Hi there, >> >> Is there a way to prevent the content of a property draw from been >> exported. I am making a presentation that plan to turn into a paper >> later. I have placed a bunch of material in property draws that I >> would prefer not to ex

Re: [O] org-shiftdown

2013-11-18 Thread Fabrice Popineau
2013/11/18 Samuel Wales > Does this happen after you compile? > > Seems you are right. So you must have an idea why it fails after compiling? :-) > > It's true. I couldn't catch yet under what condition it happens. > > I suspect some race condition or something like that. > > Because it seems

Re: [O] org-shiftdown

2013-11-18 Thread Samuel Wales
I have no idea. However, I have noticed that when Emacs is running, and I compile, some things break. Then I have to restart Emacs. This makes no sense whatsoever. The running Emacs should not be affected by compiling outside of Emacs. On 11/18/13, Fabrice Popineau wrote: > 2013/11/18 Samuel

Re: [O] Full org-mode on unrooted Android

2013-11-18 Thread Jaromil
dear Carsten and org-mode list, while you have discovered (too early!) ZShaolin having a working version of Emacs that could decenlty run org-mode on an Android, I've been caught in a kind of guilty complex by reading your mails and not having time to fix things. I must admit, as I have admitted

Re: [O] org-shiftdown

2013-11-18 Thread Fabrice Popineau
2013/11/19 Samuel Wales > I have no idea. > > However, I have noticed that when Emacs is running, and I compile, > some things break. Then I have to restart Emacs. This makes no sense > whatsoever. The running Emacs should not be affected by compiling > outside of Emacs. > > What do you mean b

[O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-18 Thread Christopher W. Ryan
Not sure "citational" is even a word, but hopefully it conveys my meaning! I've been using LaTeX for academic writing and reading for quite some time, with emacs as my editor. I'm pretty familiar with managing a .bib file containing all the references I've collected, and using it in LaTeX \cite co

Re: [O] Property drawers and Beamer

2013-11-18 Thread Marvin Doyley
Hi Nick, This works like a charm #+OPTIONS: d:nil Thanks you, M

Re: [O] [PATCH] org-compat: Support for getting data from Windows clipboard

2013-11-18 Thread Alexander Vorobiev
I too was thinking of making the change to org-get-x-clipboard-compat instead, but somehow decided not to. It calls x-get-selection and the latter, while it does have w32-specific flavor (in w32-common-fns.el), doesn't seem to support clipboard and its primary purpose is stated as "Fix interface to

Re: [O] links to attachments don't export anymore

2013-11-18 Thread Thomas Holst
Hi, · Nicolas Goaziou wrote: >> Actually, this could solved by widening the buffer before expanding the >> link in `org-element-link-parser'. >> >> Though, I'm surprised that neither `org-id-get', `org-entry-get' nor, at >> the most basic level, `org-entry-properties' remove narrowing before >>