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'
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
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
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)
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
>
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:
>
>
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
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-
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
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
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,
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
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 '("
Peter Davis writes:
> The git install appears to have worked.
Great, thanks for confirming!
--
Bastien
Hi Fabrice,
Fabrice Popineau writes:
> Any idea on how to track what's happening ?
What the value of `org-support-shift-select'?
--
Bastien
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'
>
>
> > 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
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
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
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
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
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
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-
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
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.
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
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
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
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
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
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
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
Hi Nick,
This works like a charm #+OPTIONS: d:nil
Thanks you,
M
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
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
>>
35 matches
Mail list logo