From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 18 Mar 2018 18:30:05 +0000 (UTC) From: Kyle Meyer Reply-To: kyleam/snakemake-mode Message-ID: In-Reply-To: References: Subject: Re: Conflict with orgstruct-mode (#27) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5aaeb02c65c57_9142af84565aec4599994"; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: kyleam/snakemake-mode List-Archive: https://github.com/kyleam/snakemake-mode List-Post: List-Unsubscribe: , To: kyleam/snakemake-mode Cc: Kyle Meyer , Your activity ----==_mimepart_5aaeb02c65c57_9142af84565aec4599994 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I've not been able to trigger the issue. I've tried using the tip of Org's maint branch, release_9.1.7-19-gea4cb1488 (as I mentioned above, orgstruct-mode is removed in master, which will be Org 9.2). Right, so I have a Snakefile that looks like this (note the s/eva/eval/ to fix the typo in your original snippet): ``` ### * imports from glob import glob ### * rules rule blah: output: "foo" shell: "echo blah > {output}" ### * org mode sepcific ### Local Variables: ### eval: (orgstruct-mode 1) ### orgstruct-heading-prefix-regexp: "### " ### End: ``` With Snakemake mode and Org on the load path and no additional configuration (i.e., `emacs -Q`), if I visit that file and hit tab on the imports line, it folds as expected. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/27#issuecomment-374028940 ----==_mimepart_5aaeb02c65c57_9142af84565aec4599994 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I've not been able to trigger the issue. I've tried using the tip of Or= g's maint branch, release_9.1.7-19-gea4cb1488 (as I mentioned above, orgstr= uct-mode is removed in master, which will be Org 9.2).

Right, so I have a Snakefile that looks like this (note the s/eva/eval/ = to fix the typo in your original snippet):

### * imports

from glob import glob

### * rules

rule blah:
    output: "foo"
    shell: "echo blah > {output}"

### * org mode sepcific
### Local Variables:
### eval: (orgstruct-mode 1)
### orgstruct-heading-prefix-regexp: "### "
### End:

With Snakemake mode and Org on the load path and no additional configura= tion (i.e., emacs -Q), if I visit that file and hit tab on the= imports line, it folds as expected.

&mda= sh;
You are receiving this because you are subscribed to this thread.<= br />Reply to this email directly, view it on GitHub, or mute the thread.3D""

= ----==_mimepart_5aaeb02c65c57_9142af84565aec4599994--