Here is my branch
https://github.com/stardiviner/org-mode/tree/feature/ob-sclang
Merge this branch?
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433
Blog: htt
On 6/8/17, Nicolas Goaziou wrote:
>>> I don't know what is `org-link-minor-mode'.
it is rather nice to put org-id links in your elisp code [or any
non-org] so that you can click on them and get a description in your
org files. or a website. or a search link to a place in your code.
it does tim
Hello,
Kaushal Modi writes:
> 6 unexpected results:
>FAILED ob-fortran/list-matrix-from-table1
>FAILED ob-fortran/list-matrix-from-table2
>FAILED ob-fortran/list-var-from-table
>FAILED test-org-export/file-uri
>FAILED test-org/custom-properties
>FAILED test-org/forw
Dear group,
How do I get rid of the (first) line indent in org mode? I type some
text (book length) in:
* Some heading text
Here is some text in one line in
visual mode that wraps nicely
and looks like it should.
** Another header
And some more text in just one
line in visual mode that wraps
Hello,
I ran make test today using the latest version of org master branch (and
latest of emacs master), and I see 6 failures:
6 unexpected results:
FAILED ob-fortran/list-matrix-from-table1
FAILED ob-fortran/list-matrix-from-table2
FAILED ob-fortran/list-var-from-table
FAILED tes
Thanks for CCing me, Nicholas. I'll take a look at this in the next 24
hours -- have been away form my computer all day and have lots of stuff
to respond to!
matt
On 06/08/2017 03:24 PM, Nicolas Goaziou wrote:
> Hello,
>
> "N. Raghavendra" writes:
>
>> Continuing the soliloquy, I was wondering
Hello,
I'll explain the problem with this example:
* Run this in =emacs -Q= with the latest org
#+BEGIN_SRC emacs-lisp
;(add-to-list 'load-path "~/build/org-mode/lisp")
;;; ensure we are using the latest Org
(setq org-capture-templates (quote (("x" "Testing" item
At 2017-06-08T21:24:31+02:00, Nicolas Goaziou wrote:
> I'm Cc'ing Matt Price, who introduced klipse feature, for some
> insight.
Thanks for the reply, and for the information. I'll wait for Matt
Price's response.
> You posted the patch only two days ago. I hope you understand a "bump"
> may be
Hello,
"N. Raghavendra" writes:
> Continuing the soliloquy, I was wondering if any of the maintainers have
> seen this patch,
I saw it.
> and the bug that it addresses.
That is above my pay-grade. I'm Cc'ing Matt Price, who introduced klipse
feature, for some insight.
> If they have, I'd app
At 2017-06-06T20:50:21+05:30, N. Raghavendra wrote:
> CSS rules like
>
> pre.src-awk:before { content: 'Awk'; }
>
> in `org-html-style-default' don't work in the current Org version,
> because the class attribute has been moved from the `pre' element to a
> `code' child of that element. As a resu
This looks like exactly the solution Sharon is looking for! What a great
community we have that it even already exists! Thanks for pointing to it.
Michael Brand writes:
> Hi Sharon
>
> On Thu, Jun 8, 2017 at 4:21 PM, Sharon Kimble
> wrote:
>
>> Okay, imagine that you have this table -
>>
>> | fr
Hi, group. I know there are some other solutions about blogging from EMACS
out there but I find *org-blog.el* free from dependences other than emacs
and org-mode. Plus it's light and straightforward however outdated as I
guess.
I've been trying to make it works, tried e.g. (see line 127 in this
pas
Please see:
https://github.com/swhahn/org-link-minor-mode
With kind regards,
Stefan
Hi Sharon
On Thu, Jun 8, 2017 at 4:21 PM, Sharon Kimble
wrote:
> Okay, imagine that you have this table -
>
> | fruit | one| two|
> |++|
> | pear | orange | grape |
> | banana | grapefruit | satsuma|
> | tomato | potato | clemen
John Kitchin writes:
> Not really. Could you give an example of before and after?
>
> For example if you are in the middle of a row and want to insert a cell
> in that row, what should happen? Should the just that row get longer? Or
> should you just add a new column? How should the cells around
Not really. Could you give an example of before and after?
For example if you are in the middle of a row and want to insert a cell
in that row, what should happen? Should the just that row get longer? Or
should you just add a new column? How should the cells around it shift?
Sharon Kimble write
Hello,
Eric S Fraga writes:
> I do wonder, philosophically, about the use cases for macro expansion
> and the resulting implementation. My understanding is that macros are
> only for export so should they not pay attention to export exclusion
> directives?
Macros are expanded prior to Babel co
On Thu, Jun 8, 2017 at 6:50 AM Nicolas Goaziou
wrote:
> This never happens. Master is a strict superset of maint.
>
Thanks. That takes care of my merging concerns.
--
Kaushal Modi
On Wednesday, 7 Jun 2017 at 19:56, Nicolas Goaziou wrote:
[...]
> What about simply removing macros in :noexport: trees from
> a pre-processing-hook?
Hi Nicolas,
Thanks for the suggestion. It makes sense but the problem (for me) is
the "simply" in the above. ;-)
But Charles's solution works
On Wednesday, 7 Jun 2017 at 18:43, Charles C. Berry wrote:
[...]
> Maybe implement somethng like this:
>
> #+BEGIN_SRC emacs-lisp
>(defun n-noexport (x y)
> (let ((tags (nth 5 (org-heading-components
>(unless (and tags
> (string-match ":noexport:" tags))
>
Seems currently have two solutions:
1. copy the latest `ob-clojure.el` to `.emacs.d/elpa/org-20170608/`. It
works, and I'm using this currently. But really not a good way.
2. use `(use-package org :load-path "/path/to/org-mode/source-code/" :pin
manual)`. But this has source c
Hello,
"Miriam Mayer" writes:
> Emacs-version: 25.2.1 (x86_64-unknown-linux-gnu (I'm using Arch Linux)
> GTK+ version 3.22.10) as of 2017-04-22 Org-mode-version: 8.2.10
> I created a file with C-x C-f and named it 'test.org' to get into
> org-mode. Exporting to html and opening in a browser via
Hello,
Kaushal Modi writes:
> On Thu, Jun 8, 2017, 2:52 AM Nicolas Goaziou wrote:
>
>> Hello,
>>
>> Samuel Wales writes:
>>
>> > org-link-minor-mode broken by recent maint. both links and tses.
>>
>> I don't know what is `org-link-minor-mode'.
>>
>
> I don't use this package, but it looks lik
Hello,
"numbch...@gmail.com" writes:
> If so, the latest `ob-clojure.el` commits are bug fix obviously.
>
> #+BEGIN_EXAMPLE
> 7ed93eba5 * Fix incorrect argument call in ob-clojure.el
> 98d672de3 * Update "25.2" defcustom :version's that remain in master
> 0d3683f2c * Merge branch 'maint'
>
Hello,
Kaushal Modi writes:
> And in the case there are commits that should not be merged to master, you
> just cherry-pick, right?
This never happens. Master is a strict superset of maint.
Regards,
--
Nicolas Goaziou
If so, the latest `ob-clojure.el` commits are bug fix obviously.
#+BEGIN_EXAMPLE
7ed93eba5 * Fix incorrect argument call in ob-clojure.el
98d672de3 * Update "25.2" defcustom :version's that remain in master
0d3683f2c * Merge branch 'maint'
|\
713f78501 | * Update copyright years
2c4
Yes, I install `org` and `org-plus-contrib` from `"http://orgmode.org/elpa/
"`.
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.gith
On Wed, Jun 7, 2017, 6:56 PM Nicolas Goaziou wrote:
> Why would you? It is a good habit to merge maint into master after
> a patch.
Just because I cannot always be sure that all the commits made by someone
else in maint branch are applicable in master branch too.
I didn't do it for my own comm
On Thu, Jun 8, 2017, 2:52 AM Nicolas Goaziou wrote:
> Hello,
>
> Samuel Wales writes:
>
> > org-link-minor-mode broken by recent maint. both links and tses.
>
> I don't know what is `org-link-minor-mode'.
>
I don't use this package, but it looks like this one:
https://github.com/seanohalpin/or
John Kitchin writes:
> I don't totally understand what you want to do. You can insert a row or
> column into a table.
>
> org-table-insert-column
> org-table-insert-row
>
> Are you trying to do something different than that?
Yes, I would like to just insert a single cell into a place wi
I haven't seen anyone mention org-spec https://github.com/thi-ng/org-spec
or these themes: https://github.com/fniessen/org-html-themes
Both seem like they would make for a fine class webpage.
The original request didn't go into details, but for most teaching
websites, wordpress is overkill, and a s
31 matches
Mail list logo