Hi,
Is there any way to break up an overly long #+TBLFM line?
Cheers,
Loris
--
This signature is currently under construction.
"vendo.li...@libero.it" writes:
> Hello, I'm having trouble understanding in which directory to download
> the cdlatex.el script that Mr. Dominik wrote. I'm on Windows 7, emacs
> 24, my AUCTEX version is 11.88 and I also have Org-mode 8.2 and
> yasnippet installed.
> When I give the command M-x o
Rasmus writes:
>
> Kyle Meyer writes:
>
>>> However, it's easy enough to switch to using an org-font-lock-ensure
>>> variant that avoids these issues, so I will do that (in an updated
>>> patch and on Org's maint).
>>
>> I've attached updated patches against emacs-25. If these are applied to
>>
* Nick Dokos wrote:
> Eric S Fraga writes:
>
>> On Tuesday, 19 Jan 2016 at 14:10, Karl Voit wrote:
>>>
>>> #+NAME: 2016-01-19-srctbl
>>> | Testdata |
>>>
>>> |--|
>>> | foobar |
>>> | fooübar |
>>> | fooßbar |
>>> | 1er |
>>> | 23,42|
>>> | 23.42|
>>>
>>> | Result | Exp
Rasmus,
Thank you for your suggestion.
I'm not very good at emacs so when you say "load path" do you mean
? My .emacs configuration file is in , so
where do I put cdlatex.el? Do you know if yasnippet and cdlatex are compatible
or not?Please refer to the screenshot at this link for Emacs my pat
Hello,
Derek Feichtinger writes:
> org-resolve-clock loops over all open org buffers for detecting open
> clocks (using function org-files-list). Is this really intended? I think
> it should just loop over the org-agenda-files.
>
> I was working on an extension for clocking and was recording my
Hello,
Gregor Zattler writes:
> Notes produced when clocking out with org-log-note-clock-out set
> will be placed above the clock line instead below the clock line.
> In my heavily customized sessions the notes show up on the
> previos line respective to the clock line. Without
> customizations
Hello
When I started using GNU Emacs compiled from the emacs25 branch two
issues come up consistently during Org make routine. These issues are
related to changes in the next Emacs version.
[...]
Compiling /home/user/repositories/org-mode/lisp/org-src.el...
In org-src-font-lock-fontify-block:
or
"vendo.li...@libero.it" writes:
> I'm not very good at emacs
Don’t worry. It will come!
You could check (info "eintr"); it’s a pretty cool book.
> so when you say "load path" do you mean ? My
> .emacs configuration file is in , so where do I put
> cdlatex.el? Do you know if yasnippet and cdla
Hi Nicolas,
* Nicolas Goaziou [20. Jan. 2016]:
> Gregor Zattler writes:
>> Notes produced when clocking out with org-log-note-clock-out set
>> will be placed above the clock line instead below the clock line.
>> In my heavily customized sessions the notes show up on the
>> previos line respective
Hi Vicente,
Vicente Vera writes:
> Hello
>
> When I started using GNU Emacs compiled from the emacs25 branch two
> issues come up consistently during Org make routine. These issues are
> related to changes in the next Emacs version.
Thanks for reporting these.
> Compiling /home/user/repositori
Gregor Zattler writes:
> Thanks for your explanation. To me this is not a documentation
> bug. What the documentation describes allows for a helpful
> distinction of notes in different contexts which IMHO should not
> be conflated:
>
> I understand that to you all notes are created equal: They
Hello Rasmus,
I did as you told me and finally CDLaTeX works in Org mode!
The command C-h v RET load-path RET revealed I had many load-paths, among
them:
"c:/home/.emacs.d/elpa/auctex-11.88.8/"
"c:/Program Files/emacs-24.4/share/emacs/site-lisp"
"c:/Program Files/emacs-24.4/share/emacs/24.4/li
phillip.l...@russet.org.uk (Phillip Lord) writes:
> Rasmus writes:
>>
>> Kyle Meyer writes:
>>
However, it's easy enough to switch to using an org-font-lock-ensure
variant that avoids these issues, so I will do that (in an updated
patch and on Org's maint).
>>>
>>> I've attached u
Hello Kyle,
Thanks for your reply. I see now why `font-lock-fontify-buffer' hasn't
been replaced.
2016-01-20 12:28 GMT-03:00 Kyle Meyer :
> Hi Vicente,
>
> Vicente Vera writes:
>
>> Hello
>>
>> When I started using GNU Emacs compiled from the emacs25 branch two
>> issues come up consistently dur
> (defalias 'org-font-lock-ensure
> - (if (fboundp 'org-font-lock-ensure)
> + (if (fboundp 'font-lock-ensure)
>#'font-lock-ensure
> -(lambda (_beg _end) (font-lock-fontify-buffer
> +(lambda (&optional _beg _end) (font-lock-fontify-buffer
Looks good.
> (unless
Hello,
Thank you so much for looking into this.
Kyle Meyer writes:
>> Hello,
>>
>> I have a function that uses org-map-entries to build a list of entries.
[... 6 lines omitted ...]
>
> Things seem to be working on my end. Both release_8.3.3 and the
> current master (23f31a9) are giving me th
Hello all,
With the most recent Org from git, attempting to change to the next or
previous allowed value in Column View throws an error: Symbol's value as
variable is void: pom
An ECM for the error:
Type =make vanilla= at the command prompt.
Change the scratch buffer to org-mode.
Erase the buf
Hello,
"T.F. Torrey" writes:
> With the most recent Org from git, attempting to change to the next or
> previous allowed value in Column View throws an error: Symbol's value as
> variable is void: pom
>
> An ECM for the error:
>
> Type =make vanilla= at the command prompt.
>
> Change the scratch
Thanks for having a look.
Stefan Monnier writes:
>> (unless (eq major-mode lang-mode) (funcall lang-mode))
>> -(org-font-lock-ensure)
>> +;; Avoid `font-lock-ensure', which does not display fonts in
>> +;; source block.
>> +(font-lock-fontify-buffer)
Hi Nicolas,
* Nicolas Goaziou [20. Jan. 2016]:
> Gregor Zattler writes:
>> It would be great when notes taken when clocking out would come
>> next to their respective clock lines.
>
> This is already possible: just make sure notes and clocks are stored at
> the same location (e.g., set `org-log-
21 matches
Mail list logo