Hi,
> Am 22.06.2017 um 22:03 schrieb Nicolas Goaziou :
>
> So as to ease the reviewing process, could you send it on the ML with
> git format-patch sub-command?
>
sure. I would like to add an example using the subprotocol “open-source” for
hugo. If that sounds ok for you.
For that I would need
> Hello,
> Uwe Brauer writes:
> What is true column hiding? What is the question you are referring to?
Most of the spreadsheet application I know allow you
- to mark a column
- and to hide it (it is still there and can be displayed of course)
That question was asked
> Uwe Brauer writes:
> (info "(calc) Integer Truncation") has
> So I suggest the following:
> | 3.25 | |
> | 6.5 | |
> #+TBLFM: $2=round($1*0.15,2);%.2f
That is cool as well
On Fri, Jun 23, 2017, 1:56 AM Nicolas Goaziou
wrote:
>
> Sure, go ahead. Thank you.
>
Thanks, done.
> --
Kaushal Modi
Hi,
There's a bug in ‘org-indent--compute-prefixes’ near ";; Inline tasks line
prefixes".
If (bound-and-true-p org-inlinetask-show-first-star) is non-nil, then Org
tries to compute (substring heading-prefix 1). But the initial value of
‘heading-prefix’ seems to be "", at least some of the time (
Hi,
org-inside-LaTeX-fragment-p seems to assume that a latex-fragment only
exists beyond the first paragraph. It does fails to predict the fragment
in this simple file
#+begin_src org
foo $x$ bar
test `org-inside-LaTeX-fragment-p' on the "$x$" above.
#+end_src
It seems to be fixed if we replace
Hello,
Rasmus writes:
> There's a bug in ‘org-indent--compute-prefixes’ near ";; Inline tasks line
> prefixes".
>
> If (bound-and-true-p org-inlinetask-show-first-star) is non-nil, then Org
> tries to compute (substring heading-prefix 1). But the initial value of
> ‘heading-prefix’ seems to be
Hello,
Rasmus writes:
> org-inside-LaTeX-fragment-p seems to assume that a latex-fragment only
> exists beyond the first paragraph. It does fails to predict the fragment
> in this simple file
>
> #+begin_src org
> foo $x$ bar
> test `org-inside-LaTeX-fragment-p' on the "$x$" above.
> #+end_src
Nicolas Goaziou writes:
> `backward-paragraph' may be a bit heavy.
>
> Anyway we shouldn't use this function at all. Why do you need it?
It's used by a couple of org-cdlatex-* functions,
e.g. org-cdlatex-math-modify.
Rasmus
--
Vote for proprietary math!
Rasmus writes:
> Nicolas Goaziou writes:
>
>> `backward-paragraph' may be a bit heavy.
>>
>> Anyway we shouldn't use this function at all. Why do you need it?
>
> It's used by a couple of org-cdlatex-* functions,
> e.g. org-cdlatex-math-modify.
Then these calls should be replaced with `org-elem
Hi Uwe
On Thu, Jun 22, 2017 at 9:56 AM, Uwe Brauer wrote:
> #+TBLFM: $2=if("$1" == "nan", string(""), $1*0.15;%.1f);E
>
> And friends did not work any more
>
> | 3.25 | 0.5) |
> | | 0.0) |
> #+TBLFM: $2=if("$1" == "nan", string(""), $1*0.15;%.1f);E
This is invalid syntax, what you meant wo
Hi Uwe
On Wed, Jun 21, 2017 at 11:24 AM, Uwe Brauer wrote:
> Any plans to implement true column hiding for org tables?
Not that I know of. How would you select a hidden column to unhide it?
> Concerning narrowing (poor man version of hiding)
>
> | Name | passport | Other |
> | | <
On Fri, Jun 23, 2017 at 9:45 AM, Nicolas Goaziou
wrote:
> Rasmus writes:
>
> > Nicolas Goaziou writes:
> >
> >> `backward-paragraph' may be a bit heavy.
> >>
> >> Anyway we shouldn't use this function at all. Why do you need it?
> >
> > It's used by a couple of org-cdlatex-* functions,
> > e.g.
Hi,
> fails all the time causing the function to fail silently.
I got "open-source" working by sanitising the URI before it is processed.
diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el
index 825435674..7e986a9ed 100644
--- a/lisp/org-protocol.el
+++ b/lisp/org-protocol.el
@@ -520,7 +
Hello,
Carsten Dominik writes:
> Yes, these can be used in partially written fragments.
OK. Does it make sense to use them outside of any fragment? For example,
you don't need to be in a LaTeX fragment to insert \alpha.
Regards,
--
Nicolas Goaziou
Hello,
It seems that the only place where we hardcode the Org version is
orgcard.tex. Any objections to auto-generating this as well?
-- >8 --
* doc/Makefile: Add rule to generate org-version.tex.
* doc/orgcard.tex: Include org-version.tex rather than explicitly
setting version and year.
This r
>>> "Michael" == Michael Brand writes:
> Hi Uwe
> On Wed, Jun 21, 2017 at 11:24 AM, Uwe Brauer wrote:
>> Any plans to implement true column hiding for org tables?
> Not that I know of. How would you select a hidden column to unhide it?
Similar as in LO/OO excel and friends, I woul
When I `org-store-link` in a local git repository file buffer, I got this
link:
[[git:~/.emacs.d/init/org-mode/init-my-org-hyperlink.el::develop@
{2017-06-24}::202][git:~/.emacs.d/init/org-mode/init-my-org-hyperlink.el::develop@
{2017-06-24}::202]]
Then I insert link into Org-mode buffer.
But whe
18 matches
Mail list logo