From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 14 Mar 2018 07:38:26 -0700 From: Veera Reply-To: kyleam/snakemake-mode Message-ID: Subject: Conflict with orgstruct-mode (#27) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5aa933e29620_29e02ab890332ed01252ca"; 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: Subscribed ----==_mimepart_5aa933e29620_29e02ab890332ed01252ca Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, I use orgstruct mode to fold and expand sections of the script. When I try the same with snake file, it works as long as the snakemake-mode is not activated, but then it stops working after activate the snakemake mode. Is it because of some conflicts? I structured the code like this ``` #!/bin/env snakamake ### * imports ### * outfiles ### * rules ### * org mode sepcific ### Local Variables: ### eva: (orgstruct-mode 1) ### orgstruct-heading-prefix-regexp: "### " ### End: ``` Could you please help figure out why orgstruct-mode stops working, when I activate snakemake-mode ? -- 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 ----==_mimepart_5aa933e29620_29e02ab890332ed01252ca Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Hi,
I use orgstruct mode to fold and expand sections of the script. When I try the same with snake file, it works as long as the snakemake-mode is not activated, but then it stops working after activate the snakemake mode. Is it because of some conflicts?

I structured the code like this

#!/bin/env snakamake

### * imports
### * outfiles
### * rules

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

Could you please help figure out why orgstruct-mode stops working, when I activate snakemake-mode ?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5aa933e29620_29e02ab890332ed01252ca--