Joon Ro
Joon Ro
With `contents` directive inside `ifnotslides` directive, slide headings are rendered as links. For example, when I compile slides with the following: ``` rst .. ifnotslides:: .. contents:: Table of Contents...
Hi, When I apply this theme, by Libreoffice Calc's Sheet part (Sheet1, Sheet2, etc, bottom of the spreadsheet) becomes very small. Thanks!
It would be great if nbviewer gets the title of notebook and use it as the html title. Currently if I bookmark a nbviewer page the url becomes the name...
Hi, I love `Export to HTML with useful anchors` for my HTML export. However, I just found that it breaks LaTeX export - it seems it forces the same label...
Hi, It seems any timed org items (e.g., `10:00 TODO Something`) get truncated in the calendar view, which make things hard to read - especially with the first 9 characters...
Hi, It seems currently calfw-ical does not show times for calendar items, unlike calfw-org. (I'm using calfw-ical for multiple internet calendars using `cfw:ical-create-source` following the instructions in README). Would it...
Replace the tab character in the indentation, which caused the following exception: ```python %run testScriptSynthControlALS.py File "../..\tslib\src\synthcontrol\syntheticControl.py", line 64 return prediction ^ TabError: inconsistent use of tabs and spaces in...
Hi, It seems `symbols-tree-view` does not render unicode characters that I have in my Python 3 code in the view. For example, with the following: ``` python def test_unicode_θ(): pass...
Hi, It seems ox-nikola does not generate `.. contents::` even though #+OPTIONS toc:t is set. Could you please fix this? Happy new year!
Hi, I'm using `ox-nikola` Version: 20150901.1507 from melpa, and I found that whenever I run `(org2nikola-export-subtree)`, it adds the headline of the subtree as a heading. For example, if I...