Re: [O] How to handle an inline multiline noweb reference

2018-12-01 Thread Grant Rettke
On Fri, Nov 30, 2018 at 11:25 AM Marcin Borkowski wrote: > On 2018-11-28, at 03:08, Grant Rettke wrote: > > On Tue, Nov 27, 2018 at 3:57 AM Marcin Borkowski wrote: > >> but it's fairly complicated. Any better ideas? > > > > What is the part that you think is too c

Re: [O] How to handle an inline multiline noweb reference

2018-11-28 Thread Grant Rettke
On Wed, Nov 28, 2018 at 1:08 AM Eric S Fraga wrote: > Check out the :post option for src blocks. May be exactly what you > want. Thanks for sharing that!

Re: [O] How to handle an inline multiline noweb reference

2018-11-27 Thread Grant Rettke
On Tue, Nov 27, 2018 at 3:57 AM Marcin Borkowski wrote: > but it's fairly complicated. Any better ideas? What is the part that you think is too complicated?

Re: [O] Getting feedback from a website created with OrgMode ??

2018-11-19 Thread Grant Rettke
On Sun, Nov 18, 2018 at 4:54 PM David Masterson wrote: > What options do I have for doing this in OrgMode?? > Your best option is to find a website platform that has all the features that you want. For example Hugo or Jekyll or WordPress or you name it there are plenty of options.Then figure

Re: [O] Help with sharing emacs-org presentation

2018-10-30 Thread Grant Rettke
On Mon, Oct 29, 2018 at 7:53 AM Feiming Chen wrote: > Hi, I am an enthusiastic emacs-org user. Thanks for making this great tool! > I gave a talk on emacs-org in a local > workshop (Government Advances in Statistical Programming) in Washington D.C. > yesterday. I'd like to share the slides >

Re: [O] org-mode: Would like to add custom chars as org-list bullets

2018-10-24 Thread Grant Rettke
On Sat, Oct 13, 2018 at 1:56 AM Colin Baxter wrote: > > > Tom Burbage writes: > > > When I use simple lists, I would like to be able to mix in '!' and > > '?' with '-' as these are sometimes more expressive of what the > > list item represents. My request is that the list of

Re: [O] org-babel-detangle issue on 9.1.14

2018-10-05 Thread Grant Rettke
On Thu, Oct 4, 2018 at 10:53 AM Brad Knotwell wrote: > Thanks for the response. At a minimum, I'd recommend changing the error > message from "Not in a source block" to something more descriptive > as most people's initial response will be, "uhhh, but it looks like I am." Consider submitting

Re: [O] org-babel-detangle issue on 9.1.14

2018-10-04 Thread Grant Rettke
On Thu, Oct 4, 2018 at 2:09 AM Brad Knotwell wrote: > I've been playing with org-babel-detangle and I've noticed something that's > either a bug or a limitation. It's confusing enough that > it's worth writing down if it's expected. Basically, it doesn't work if > there are variables defined

Re: [O] org-babel: capturing the output of a shell command that does not return

2018-10-04 Thread Grant Rettke
On Wed, Sep 19, 2018 at 3:35 PM wrote: > Maybe there is another way to run the shell command and extract the file name > I need (in elisp?), but I don't know how. What if you start Emacs, have it create a temp file, then in a separate terminal start Jupyter with stdout redirected to that file.

Re: [O] Literate programming: Org mode and Scala

2018-09-18 Thread Grant Rettke
On Sun, Sep 9, 2018 at 2:43 PM Andrea Giugliano wrote: > I wonder: is the org-mode community planning to make scala-mode work in > a literate way without workarounds? Are you saying that there are two versions of scala-mode out there: one that works and one that doesn't work?

Re: [O] Highlighting list item bullets

2018-09-18 Thread Grant Rettke
On Tue, Sep 18, 2018 at 8:25 AM Alex Helfet wrote: > I have a very early prototype working and wanted some feedback about whether > you would be interested in this feature upstream, or perhaps > including it in a package would be a better bet. That looks great. There are already more than a

Re: [O] :comments org doesn't export comments below code

2018-07-14 Thread Grant Rettke
On Sat, Jul 14, 2018 at 3:10 AM, Nicolas Goaziou wrote: > Ken Mankoff writes: > > Is there a way to get more of the Org file embedded in the tangled > > code? > I don't think so. What did you want to add to it?

Re: [O] org-utf-to-xetex - Teach Org-Mode And XeTeX How To Handle Non-Latin Unicode Characters

2018-06-29 Thread Grant Rettke
On Fri, Jun 29, 2018 at 7:21 AM, Van L wrote: > >> https://github.com/grettke/org-utf-to-xetex >> >> please share feedback. > > I’ve been meaning to try XeTeX in org-mode to > create PDF from plaintex and latex. > > https://orgmode.org/elpa.html > > Having followed the instructions above, > how

[O] org-utf-to-xetex - Teach Org-Mode And XeTeX How To Handle Non-Latin Unicode Characters

2018-06-28 Thread Grant Rettke
Sincerely, Grant Rettke

Re: [O] Patch adding from-logo commentary ox-koma-letter.el

2018-06-28 Thread Grant Rettke
On Wed, Jun 27, 2018 at 9:28 AM, Nicolas Goaziou wrote: > Grant Rettke writes: >> From: Grant Rettke >> +;; provides the 'includegraphics' command to tell LaTeX where to find >> +;; the logo. 'includegraphics' needs to know the logo's directory and > > I added t

Re: [O] Babel Edit Code Whole Session Context

2018-06-24 Thread Grant Rettke
Hi Kevin, On Sun, Jun 24, 2018 at 9:50 AM, Kevin Foley wrote: > Is there anyway to edit a source code block with the context of all other > source code blocks in the same session? Specifically when working with > Python I'd like features like company to be able to use the rest of the code > in

Re: [O] Patch adding from-logo commentary ox-koma-letter.el

2018-06-23 Thread Grant Rettke
On Thu, Jun 21, 2018 at 4:37 AM, Nicolas Goaziou wrote: > Grant Rettke writes: >> If you like the additional documentation, then I will update it with >> this and send a new patch. > > Let's first merge the complete documentation, then apply it, if you > don't mind. H

Re: [O] Patch adding from-logo commentary ox-koma-letter.el

2018-06-20 Thread Grant Rettke
On Tue, Jun 19, 2018 at 3:11 AM, Nicolas Goaziou wrote: > Hello, > > Grant Rettke writes: > >> Although the function document ion mentions the markup to use, it >> doesn't explain that the user needs to provide a logo file in the same >> directory as the lett

[O] Patch adding from-logo commentary ox-koma-letter.el

2018-06-18 Thread Grant Rettke
On Sat, Apr 28, 2018 at 1:32 AM, Bastien wrote: > Hi Grant, > > Grant Rettke writes: > >> Here is how it works, the same way as the other ones: > > If needed, don't hesitate to advertize this in the comment section > of the code. Here is a patch to a commentary on h

[O] Want to automatically specify different mainfont in XeTeX and wondering if a custom exporter is the right way

2018-06-15 Thread Grant Rettke
Good evening, A few months ago I migrated my Org-Mode configuration from PDFLaTeX to XeTeX. It is great using "real fonts" and Unicode symbols, and my Org-Mode configuration only needed a few changes to use XeTeX. Although I didn't read any documentation on XeTeX, I know enough about LaTeX to

Re: [O] Proposal: references from code to text.

2018-06-15 Thread Grant Rettke
On Wed, May 16, 2018 at 9:25 AM, John Kitchin wrote: > #+NAME: DOC-OF-ADD > We use the function add to calculate the sum of two numbers. > > #+NAME: add-options > - one > - two > - three > - and of course "optional things" > > > We use a block like this to get the contents of an org-element by

Re: [O] Issues with org-babel-detangle and :comments noweb

2018-06-15 Thread Grant Rettke
On Mon, May 28, 2018 at 12:32 PM, Frederick Giasson wrote: > Hi Everybody, > > I am trying to have noweb references working with org-babel-detangle. Let's > use this example: > > ``` > #+NAME: a > #+BEGIN_SRC clojure > > (def a "a") > > #+END_SRC > > #+NAME: b > #+BEGIN_SRC clojure > > (def a

Re: [O] General advice beyond Org

2018-06-15 Thread Grant Rettke
On Wed, Jun 6, 2018 at 3:58 AM, Marco wrote: > I started as post-doc almost 10 years ago, Thanks for your share Marco.

Re: [O] New org-count-words function

2018-06-15 Thread Grant Rettke
On Tue, Jun 12, 2018 at 2:58 PM, Adam Porter wrote: > I think it's an improvement over the functions I've seen that do this. > Hope someone finds it useful. Thank you that is very nice. Got me thinking that it would be fun to write some code that would report file statistics by element.

Re: [O] How to use em-dash as a bullet for plain text lists?

2018-06-14 Thread Grant Rettke
>> What could be possible, however, is to add UTF-8 characters as overlays >> on top of standard bullets. I think "org-bullet" does something like >> that. This seems to work: (font-lock-add-keywords 'org-mode '(("^[[:space:]]*\\(-\\) " 0 (prog1 () (compose-region (match-beginning 1)

Re: [O] How to use em-dash as a bullet for plain text lists?

2018-06-14 Thread Grant Rettke
Sincerely, Grant Rettke On Thu, Jun 14, 2018 at 9:14 AM, Nicolas Goaziou wrote: > > Hello, > > Grant Rettke writes: > > > Hi, > > > > I want to use em-dash as a bullet for plain lists. > > > > I read the documentation and didn't see a customizat

[O] How to use em-dash as a bullet for plain text lists?

2018-06-13 Thread Grant Rettke
go any further (studying or coding) 1. How would you go about this? 2. Is it worth me going further on figuring out how this works and how to do it? Sincerely, Grant Rettke

Re: [O] org-detangle seems broken

2018-06-06 Thread Grant Rettke
On Wed, Jun 6, 2018 at 7:31 AM, Frederick Giasson wrote: > If this is really the behavior, then I think that a new option should be > added to it such that we can choose one behavior or the other. If a function > that jump from a code > block to its tangled source is created, then we could use

Re: [O] org-detangle seems broken

2018-06-05 Thread Grant Rettke
On Tue, Jun 5, 2018 at 7:18 AM, Frederick Giasson wrote: > There is one last thing related to =org-babel-detangle= that seems "broken" > is that as far as I can see, the top =save-excursion= should save the > position of the cursor of the source file and keep the buffer at that > position when we

Re: [O] Moving from Jekyll to Orgmode

2018-04-29 Thread Grant Rettke
On Sat, Apr 28, 2018 at 4:05 PM, ST wrote: > 3. is there a free modern "corporate" style theme for org-mode? Twitter Bootstrap https://github.com/marsmining/ox-twbs and and these themes https://github.com/fniessen/org-html-themes are corporate-ish.

Re: [O] Patch adding from-logo to ox-koma-letter.el

2018-04-27 Thread Grant Rettke
On Fri, Apr 27, 2018 at 11:30 PM, Grant Rettke <g...@wisdomandwonder.com> wrote: > Tested it manually with Elisp and also in buffer properties. There are > four combinations (both in properties, both in Elisp, and then the two > permutations). Here is how it works, the same way as

[O] Patch adding from-logo to ox-koma-letter.el

2018-04-27 Thread Grant Rettke
it was more than 15 lines. Ran the system tests and they pass. Sincerely, Grant Rettke 0001-ox-koma-letter.el-Adds-from-logo-variable.patch Description: Binary data

Re: [O] [RFC] Add new export backend for Jekyll

2018-03-18 Thread Grant Rettke
On Sat, Mar 17, 2018 at 4:45 PM, Łukasz Stelmach wrote: > This is kind of work-in-progress version. "Kind of" because it satisfies > my needs and I would like to ask what others think or need. > > How to test this module? > > Please comment. That looks great. Best way to

Re: [O] Specifying the tangle filename based on the source filename?

2018-01-28 Thread Grant Rettke
On Sun, Jan 28, 2018 at 7:54 AM, Diego Zamboni wrote: > Hi, > > I’ve been converting many of my configuration files to org-mode to better > document them (examples: https://github.com/zzamboni/dot_emacs/blob/ > master/init.org,

Re: [O] babel header argument :var is not expanded when tangling

2017-12-27 Thread Grant Rettke
tangles to this (message "hi" Sincerely, Grant Rettke On Mon, Dec 25, 2017 at 6:45 AM, numbch...@gmail.com <numbch...@gmail.com> wrote: > > I see. I will use noweb style for now. > But should tangle expand :var variables when tangling? I think this is the > correct behavio

Re: [O] babel header argument :var is not expanded when tangling

2017-12-24 Thread Grant Rettke
> Here is a quick test: > > * Test tangle will auto expand and substitute :var > > #+begin_src js :tangle kk.js > console.log("hello, world!"); > #+end_src > > #+begin_src js :var name="chris" :tangle require-kk.js > // require("kk.js"); > console.log("Hi, ", name); > #+end_src > > #+RESULTS: > :

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-17 Thread Grant Rettke
On Sun, Dec 17, 2017 at 10:55 AM, Scott Randby <sran...@gmail.com> wrote: > > On 12/15/2017 01:43 PM, Grant Rettke wrote: > > Write it in Org. Export to Pandoc file pandoc-A. > > > > Export Pandoc file pandoc-A to Word file word-A. Send that to your > > peers

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-15 Thread Grant Rettke
between pandoc-B and pandoc-C. Integrate the results into your original Org file. Sincerely, Grant Rettke (accidentally replied off list) Sincerely, Grant Rettke On Fri, Dec 15, 2017 at 8:54 AM, Tim O'Callaghan <t...@linux.com> wrote: > Does anyone know of a good round trip/review

Re: [O] can't get org-mode noweb tangle to work

2017-12-01 Thread Grant Rettke
On Fri, Nov 24, 2017 at 11:38 PM, Martin Alsinet wrote: > Hello Charlie: > > I have found that I like better to use a combination of tangle and import > instead of noweb syntax. > > #+BEGIN_SRC python :tangle board.py > def init_board(args) > return [[-1 for x in

Re: [O] RFC better Unicode support - Unicode Characters causing problems with TAGs etc.

2017-12-01 Thread Grant Rettke
On Fri, Dec 1, 2017 at 2:40 AM, Tim O'Callaghan wrote: > > Also, are other people using Unicode, and if so, how? especially with > visually consistent tables, For some characters you can handle it by using [[http://orgmode.org/manual/Special-symbols.html][Special

Re: [O] Multi-layer ergonomic keyboard and org-mode

2017-10-26 Thread Grant Rettke
On Thu, Oct 26, 2017 at 6:33 AM, Roland Everaert wrote: > This organization depends on your workflow, but their is surely some standard > key arrangement to improve our typing with our favorite editor an module. A keyboard like that easily provides more keybinding

Re: [O] OT: TUI applications

2017-10-18 Thread Grant Rettke
On Wed, Oct 18, 2017 at 8:23 AM, Russell Adams wrote: > Given the unique user base of Org, I wanted to ask a question. > > Has anyone seen any modern development libraries for TUI (console / > character cell) applications? Ncurses the library is > not an answer as you

Re: [O] Bug?? #+begin_src sh :file

2017-09-16 Thread Grant Rettke
On Sat, Sep 16, 2017 at 9:09 AM, Charles Millar wrote: > The following ECL is based on Grant Rettke's Org Scraps - Correction: They are Eric Schulte's (https://www.cs.unm.edu/~eschulte/)

Re: [O] How to create tables with multi-rows/columns cells?

2017-09-12 Thread Grant Rettke
If you set the column width like this http://orgmode.org/manual/Column-width-and-alignment.html#Column-width-and-alignment then you can hit C-` to edit the cell and that works nicely. Sincerely, Grant Rettke On Mon, Sep 11, 2017 at 4:47 AM, Eric S Fraga <esfli...@gmail.com>

Re: [O] Release 9.1

2017-09-08 Thread Grant Rettke
On Wed, Sep 6, 2017 at 5:07 AM, Rasmus wrote: > > Bastien writes: > > > Org-mode 9.1 is out! > > > > http://orgmode.org/Changes.html > > Great news! > > Thank you Nicolas, Kyle, Marco, Bastien, Kaushal, Achim and other code- > and mailing list contributors. Thank

Re: [O] Add-Easy-Template-for-COMMENT-C to org.el

2017-08-08 Thread Grant Rettke
Hi, On Mon, Aug 7, 2017 at 4:47 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Grant Rettke <g...@wisdomandwonder.com> writes: > >> Attached is a patch to an Easy Template binding `C' for `COMMENT'. > Thank you. Would you mind also adding an entry in ORG-NEWS abo

Re: [O] Happily exporting LaTeX, now want to export to text and HTML, can't figure how to handle latex markup

2017-08-06 Thread Grant Rettke
On Wed, Aug 2, 2017 at 11:15 AM, Berry, Charles <ccbe...@ucsd.edu> wrote: >> On Aug 1, 2017, at 10:20 PM, Grant Rettke <g...@wisdomandwonder.com> wrote: >> >> I'm happily exporting an Org-Mode document to LaTeX using the nifty >> `letterine' package. An examp

Re: [O] exporting org to latex, execute matlab before exporting

2017-08-06 Thread Grant Rettke
On Wed, Aug 2, 2017 at 7:08 AM, Uwe Brauer wrote: > Which is what I want. When I convert the org file to latex I am again > asked to execute the src block, which I don't want since it is already > executed. How can I avoid this question, without deleting the src block. > This is

[O] Add-Easy-Template-for-COMMENT-C to org.el

2017-08-06 Thread Grant Rettke
Good afternoon, Attached is a patch to an Easy Template binding `C' for `COMMENT'. The tests had the same 1 failure before and after I made the change "1 unexpected results: FAILED test-org/refile-get-targets" I'm already in the FSF assignment book. Sincerely, Grant Rettke 000

[O] Happily exporting LaTeX, now want to export to text and HTML, can't figure how to handle latex markup

2017-08-01 Thread Grant Rettke
Good morning, I'm happily exporting an Org-Mode document to LaTeX using the nifty `letterine' package. An example is attached. Writing using it has been so fun that naturally now I want to export it both to text and HTML. My source document looks like this for reference and all of this works

Re: [O] ANN: org-web-tools

2017-07-21 Thread Grant Rettke
On Fri, Jul 21, 2017 at 3:09 PM, Eric S Fraga wrote: > > On Friday, 21 Jul 2017 at 17:53, Adam Porter wrote: > > Hi friends, > > > > I've just uploaded a package containing some code that I've been using > > in my personal Emacs config for a while. It has commands and

Re: [O] Org-mode icon license

2017-07-16 Thread Grant Rettke
On Sun, Jul 16, 2017 at 6:49 PM, Konstantin Kliakhandler wrote: > I would like to inquire regarding the copyright/license status of the > org-mode icon, and specifically as to whether it is > permissible to use it in (org-mode related) OSS projects, such as browser > capture

Re: [O] [PATCH] ox-koma-letter.el: Add support for fromurl variable

2017-07-13 Thread Grant Rettke
On Mon, Jan 9, 2017 at 3:42 AM, Rasmus wrote: > The default description is "Url" and it does not have a corresponding > "symbolicname". > > In general, descriptors are used in headers or footers which would > typically be set up in a separate LCO file, I’d guess. E.g. > >

Re: [O] [PATCH] ox-koma-letter.el: Add support for url variable

2017-07-13 Thread Grant Rettke
On Wed, Jan 4, 2017 at 4:57 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Grant Rettke <g...@wisdomandwonder.com> writes: > > The next change that I want to make is to include the description for > > the fromurl like this: > > > > \setkomavar{f

Re: [O] org-plus-contrib, where is library-of-babel.org?

2017-07-11 Thread Grant Rettke
On Tue, Jul 11, 2017 at 5:13 AM, Rasmus wrote: > > Bastien Guerry writes: > > Kyle Meyer writes: > >>> It will be in the next release (in /emacs/etc/org/). If there's a license > >>> issue it needs to be removed. > > > > The reason why this

Re: [O] mimetype for orgmode files

2017-06-21 Thread Grant Rettke
On Wed, Jun 21, 2017 at 9:52 AM, John Kitchin wrote: > Is there an official mimetype for orgmode files? In `mailcap-mime-extensions' there is a value `(".org" . "text/x-org")'. Maybe that is for Org-Mode.

[O] Offtopic: Auto Loading org2blog Mode

2017-06-12 Thread Grant Rettke
Good evening, org2blog users: Add #+ORG2BLOG: to your blog post or page and org2blog will get auto loaded... after you get the latest code and make the following changes: https://github.com/punchagan/org2blog#auto-loading-org2blog-mode Let me know how it goes. Sincerely, Grant Rettke

Re: [O] Custom keymaps on org blocks

2017-06-07 Thread Grant Rettke
On Wed, Jun 7, 2017 at 8:50 AM, John Kitchin wrote: > On the other hand, there are times when I am working on a document that has > a lot of short code blocks, e.g. for lecture notes or blog posts, where it > is sufficiently tedious to me to switch in and out of the

Re: [O] Custom keymaps on org blocks

2017-06-07 Thread Grant Rettke
On Wed, Jun 7, 2017 at 7:49 AM, John Kitchin <jkitc...@andrew.cmu.edu> wrote: > Grant Rettke writes: > >> You want Polymode: https://github.com/vspinu/polymode > > I have never been able to get polymode to work. Do have an incantation > that works? I forgot that I set

Re: [O] Custom keymaps on org blocks

2017-06-06 Thread Grant Rettke
On Mon, Jun 5, 2017 at 4:53 PM, John Kitchin wrote: > Is there any interest in having custom keymaps on org blocks? > > The idea I had is to have the option to make the major-mode keymaps be > active on the src blocks. You want Polymode:

Re: [O] VM for org-based reproducible environment?

2017-03-26 Thread Grant Rettke
On Mon, Jan 23, 2017 at 4:57 PM, Matt Price wrote: > Is anyone already doing this? I remember maybe John K. saying something > along these lines a year or so ago, but can't find the details right away. > Not quite yet but it will be Ubuntu, VirtualBox and Packer when I do so

[O] [PATCH] ox-koma-letter.el: Add support for fromurl variable

2017-01-04 Thread Grant Rettke
Good morning, I want to use the fromurl variable in KOMA so I copied how the phone variable works. The next change that I want to make is to include the description for the fromurl like this: \setkomavar{fromurl}[description]{content} I haven't figured out how to do that yet. Maybe the

Re: [O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-12 Thread Grant Rettke
On Sat, Dec 10, 2016 at 2:36 AM, Xebar Saram wrote: > So after a few months of frustration today i discovered the issue that's > been bothering me for a long time..the REALLY slow emacs startup I tangled it on my box like this: Start Emacs default emacs --no-init-file

Re: [O] Org-mode 9.0 : set tangle file in document PROPERTY

2016-11-26 Thread Grant Rettke
On Fri, Nov 25, 2016 at 5:23 PM, mcg wrote: > What is the syntax to set tangling for the whole file? > #+PROPERTY: tangle ~/filepath.R does not work anymore... Via http://orgmode.org/manual/Header-arguments-in-Org-mode-properties.html #+PROPERTY: header-args:tangle

Re: [O] commands to get org mode running

2016-11-11 Thread Grant Rettke
On Fri, Nov 11, 2016 at 6:32 PM, Matthew Pritchard < wintermute2...@icloud.com> wrote: > What do I type in emacs to start org mode on OS X. > > Here is one way to start: https://emacsformacosx.com/ and http://orgmode.org/manual/

Re: [O] Release 9.0

2016-11-03 Thread Grant Rettke
Hear, hear! Thank you maintainers. Sincerely, Grant Rettke On Wed, Nov 2, 2016 at 12:34 PM, Bastien Guerry <b...@bzg.fr> wrote: > Hi all, > > Org 9.0 is out! See the release notes here: > > http://orgmode.org/Changes.html > > Thanks to Nicolas, the non-o

Re: [O] Orgmode for managing OS configuration

2016-11-03 Thread Grant Rettke
On Thu, Nov 3, 2016 at 6:44 AM, Giacomo M wrote: > > Does anybody have experience with this? Yes. Here is my top level provisioning document at the correct headline: https://github.com/grettke/osx-provision/blob/master/El-Capitan/provisioning.md#provisioning And here are

Re: [O] trying to automatically refresh inline images after org-babel-execute:ditaa

2016-10-11 Thread Grant Rettke
On Tue, Oct 11, 2016 at 12:01 PM, Stig Brautaset wrote: > Hello! > > I'm trying to automatically update inline ditaa images, by adding this > advice: > > , > | (advice-add 'org-babel-execute:ditaa > | :after > | (lambda (a b) > |

Re: [O] Leslie Lamport has a foot in the 21st century

2016-10-08 Thread Grant Rettke
On Sat, Oct 8, 2016 at 3:40 AM, Thierry Banel wrote: > But... Is Leslie killing LaTex? No. LaTeX is a markup/programming-language and it /could/ be compiled directly to whatever new ideal format arises, too.

Re: [O] Bug? org-export-babel-evaluate setting breaks :exports results

2016-10-03 Thread Grant Rettke
On Mon, Oct 3, 2016 at 8:22 PM, William Denton wrote: > There's always something new to learn in Org---and something new to be > learned from this mailing list. Never evaluating on export or tangle is my favorite way, too:

Re: [O] Bug? org-export-babel-evaluate setting breaks :exports results

2016-10-01 Thread Grant Rettke
t which is what some people want, too! Sincerely, Grant Rettke On Thu, Sep 29, 2016 at 3:34 PM, Charles C. Berry <ccbe...@ucsd.edu> wrote: > On Thu, 29 Sep 2016, William Denton wrote: > >> I'm working on a big Org file on a slow machine, so I set >> org-export-babel-evalua

Re: [O] Dynamic tangle target?

2016-09-22 Thread Grant Rettke
Most things that you can image are also listed here: https://eschulte.github.io/org-scraps/ Awesome reading for Org-Mode Literate Programmers. Sincerely, Grant Rettke On Wed, Sep 21, 2016 at 8:06 PM, Charles C. Berry <ccbe...@ucsd.edu> wrote: > On Wed, 21 Sep 2016, Philip Hud

Re: [O] mailing list search given problems with gmane?

2016-09-07 Thread Grant Rettke
On Wed, Sep 7, 2016 at 5:32 PM, Charles Millar wrote: > Great! Then I can find who first reported that lists.gnu.org search was not > working and when. I know that it wasn't me. So you aren't saying that just the list for org-mode is broken you are saying that all GNU

Re: [O] mailing list search given problems with gmane?

2016-09-05 Thread Grant Rettke
On Mon, Sep 5, 2016 at 10:50 AM, Eric S Fraga wrote: > do we have any alternative means to search the mailing list given the > current problems with gmane? https://lists.gnu.org/archive/html/emacs-orgmode/

Re: [O] Bug: Org-babel-detangle does not work for subtrees [8.3.5 (8.3.5-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160808/)]

2016-08-30 Thread Grant Rettke
On Tue, Aug 30, 2016 at 12:25 PM, Andrea Giugliano wrote: > I think that the ideal solution is to allow an user to make > org-babel-detangle rely on header IDs, since this not only assures > detangle to find the correct header every time, but also push the user > to use IDs

Re: [O] Should a human ever set the ID property? Should a human only ever set the CUSTOM_ID property?

2016-08-27 Thread Grant Rettke
On Thu, Aug 25, 2016 at 3:50 AM, Karl Voit wrote: > What is org-uuid and http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/org-id.el;hb=HEAD ";;; org-id.el --- Global identifiers for Org entries" > why should I have automatically generated IDs? I do because I want

Re: [O] Emacs+org on Windows 7 pro

2016-08-22 Thread Grant Rettke
the setup as described https://github.com/grettke/help/blob/master/help.md#help-enables-literate-programming And then everything else "just worked". Sincerely, Grant Rettke On Mon, Aug 22, 2016 at 9:55 AM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > Hello all, > > I am as

Re: [O] Should a human ever set the ID property? Should a human only ever set the CUSTOM_ID property?

2016-08-20 Thread Grant Rettke
On Thu, Aug 18, 2016 at 12:08 AM, Eric Abrahamsen wrote: > > My understanding (and I may be grokking things *incorrectly* here) is > that CUSTOM_ID is mostly useful when you expect to be to be typing the > ID itself (ie when linking to a headline), or when it's otherwise

[O] Should a human ever set the ID property? Should a human only ever set the CUSTOM_ID property?

2016-08-17 Thread Grant Rettke
ing things correctly here? Sincerely, Grant Rettke

Re: [O] Tangling the same file in v8.2 and v.8.5 produces different results?

2016-08-04 Thread Grant Rettke
On Thu, Aug 4, 2016 at 1:48 PM, Charles C. Berry <ccbe...@ucsd.edu> wrote: > On Wed, 3 Aug 2016, Grant Rettke wrote: > >> Good evening, >> >> I'm tangling this example in a file named test3.org >> >> --snip-- >> #+BEGIN_SRC sh :tangle yes

[O] Tangling the same file in v8.2 and v.8.5 produces different results?

2016-08-03 Thread Grant Rettke
When I tangle the file it's output to test3.sh is --snip-- #!/bin/sh --snip-- I expected the contents of test3.sh to be the same when I tangled it in Org 8.5 as in Org 8.2 but instead they were not. Do you know if what setting changed to cause this or if I am doing something incorrectly here what is the right approach? Sincerely, Grant Rettke

Re: [O] Can one tangle only the current blocks under header ?

2016-07-31 Thread Grant Rettke
You can `:tangle no' on the source block to exclude it from tangling. You can even tangle one source block to a different or as many files as you like during tangling. Sincerely, Grant Rettke On Sat, Jul 30, 2016 at 1:38 PM, Joon Ro <joon...@outlook.com> wrote: > can one ta

Re: [O] how to speed up an org-mode file?

2016-07-11 Thread Grant Rettke
files were: - Switching from linum to nlinum - #+STARTUP: showeverything Sincerely, Grant Rettke On Sun, Jul 10, 2016 at 9:37 AM, Sharon Kimble <boudic...@skimble.plus.com> wrote: > > I'm working on an org-mode file about cancer which is 945.1kb, is > converted to a tex file of

Re: [O] org-install?

2016-06-14 Thread Grant Rettke
On Tue, Jun 14, 2016 at 12:06 PM, Rustom Mody wrote: > What is the setup procedure recommended for git-installed org? 1. Clone it to ~/src 2. Generate autoloads and Compiling Org without make: http://orgmode.org/worg/org-hacks.html 3. Before the packaging stuff loads and

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-23 Thread Grant Rettke
On Sun, May 22, 2016 at 4:52 PM, Charles C. Berry wrote: > TL;DR: Org babel headers give excellent control over what gets run, > when it gets run, and how. Users should use them. Definitely! > Don't reset `org-export-babel-evaluate'. Why not? It can be nice to disable

Re: [O] speed keys for plain lists?

2016-05-18 Thread Grant Rettke
On Tue, May 17, 2016 at 10:54 AM, Bill White wrote: > Could you post an example? Sure. I wanted to refer to my heading by UID rather than name since I wasn't sure of the final format: https://raw.githubusercontent.com/grettke/help/master/help.org Karl provided a format for

Re: [O] speed keys for plain lists?

2016-05-16 Thread Grant Rettke
On Thu, May 12, 2016 at 12:12 PM, Bill White wrote: > But I'm open to suggestions & discussion - now's the time to play around > with formats to find the right balance between playing with words and > slogging through markup. Perhaps this isn't the right mailing list for >

Re: [O] export to markdown: a simpler version which is more suited for github etc

2016-03-19 Thread Grant Rettke
On Sat, Mar 12, 2016 at 12:21 PM, Uwe Brauer wrote: > So the question is simply this could the converter be configured to use > a simpler conversion? Have you tried http://orgmode.org/cgit.cgi/org-mode.git/plain/contrib/lisp/ox-gfm.el ? It was made for Github and friends; we

Re: [O] Cannot export bash src

2016-02-25 Thread Grant Rettke
On Tue, Feb 23, 2016 at 4:23 AM, Giuseppe Lipari wrote: > Anybody has any idea of what is going on? I am available to give you more > information (my init.org, and the whole org file, if necessary). Depending on your version of Org try: #+BEGIN_SRC shell bash

Re: [O] missing fancy character when using org-bullets

2016-02-02 Thread Grant Rettke
https://github.com/rolandwalker/unicode-fonts helps Emacs use all available fonts' characters. Sincerely, Grant Rettke On Tue, Feb 2, 2016 at 9:51 AM, Bingo UV <right...@gmail.com> wrote: > On Tue, 2 Feb 2016 15:22:09 +0100 > Giacomo M <jackja...@gmail.com> wrote: > >

Re: [O] Exporting Source Blocks with Symbols

2016-01-19 Thread Grant Rettke
, and does the "right thing" for just about every language out there and if it doesn't, it is added quickly. Sincerely, Grant Rettke On Sun, Jan 17, 2016 at 2:10 PM, Michael Gauland <mikely...@gmail.com> wrote: > Just following up with my solution, in case anyone else is intereste

Re: [O] How define a hook function for `org-babel-post-tangle-hook' for a single file?

2016-01-06 Thread Grant Rettke
On Sun, Jan 3, 2016 at 1:08 PM, John Kitchin wrote: > It sounds a little circular. Just a little. > This org-file adds a hook function when loaded. Maybe you can adapt > something like this? ymmv... Thank you!

Re: [O] just discovered how well NLinum-mode works with large orgmode files

2016-01-05 Thread Grant Rettke
On Tue, Jan 5, 2016 at 9:13 AM, Xebar Saram wrote: > just wanted to share a discovery (non newbs like me probably know this > already) > > for a few months i have been struggling with linum mode after it keeps > freezing emacs on large files. today i discovered this: > >

Re: [O] disqus

2016-01-04 Thread Grant Rettke
What did you want to have happen in what context? Sincerely, Grant Rettke On Mon, Jan 4, 2016 at 9:10 AM, David Arroyo Menéndez <davi...@es.gnu.org> wrote: > > Hi all, > > Some tutorial about disqus using orgmode? > > Regards! > >

[O] How define a hook function for `org-babel-post-tangle-hook' for a single file?

2016-01-03 Thread Grant Rettke
-tangle-hook - File local variables and eval * Question What is the best way to do something like this? Sincerely, Grant Rettke

Re: [O] Base 64 inline images in html export

2015-12-22 Thread Grant Rettke
Since you too are exploring packaging, this might give you some test: http://kitchingroup.cheme.cmu.edu/blog/2014/03/05/Creating-a-transportable-zip-archive-of-an-org-file/ Sincerely, Grant Rettke On Mon, Dec 7, 2015 at 6:15 AM, Greg Sexton <gsex...@amazon.co.uk> wrote: > Hi, >

Re: [O] a post-processing export hook?

2015-12-17 Thread Grant Rettke
On Wed, Dec 2, 2015 at 5:33 AM, Rasmus wrote: > The documentation is mostly in the source of ox.el. Worg also has this: http://orgmode.org/worg/doc.html One cold and dreary evening I quickly browsed the list of hooks in org-mode when I was curious about tangling hooks. It is a

Re: [O] Error "No :file header argument given"

2015-12-17 Thread Grant Rettke
On Tue, Dec 1, 2015 at 10:02 AM, Loris Bennett wrote: > Is it possible to have a variable as part of the :file specification? Not sure how your ECM might look but header arguments can be populated by Emacs Lisp calls so you use whatever variables you want.

Re: [O] README for bitbucket - export to which format?

2015-12-17 Thread Grant Rettke
On Fri, Dec 4, 2015 at 6:38 AM, Rainer M Krug wrote: Most Git sites using the Github Flavored Markdown, and there is a package for that in contrib: =ox-gfm= http://orgmode.org/cgit.cgi/org-mode.git/plain/contrib/lisp/ox-gfm.el

Re: [O] Org-babel shell evaluate with session does not return results

2015-11-28 Thread Grant Rettke
On Thu, Nov 19, 2015 at 12:28 PM, Giri Prashanth wrote: > Any reason why org babel execute for shell with session does not terminate ? > Thank you very much in advance for any response, Just ran this code and got the following results... #+NAME:

  1   2   3   4   >