Pierre Pagnoux
Pierre Pagnoux
## What? It seems org-transclusion has a bug when saving file and rendering. When the file is saved for the first time on a freshly launched emacs : no issue....
# What? Consider a org document using the `#+include` directive: ```.org #+include: src/file.c :lines "6-7" src C ``` In order to move to org-transclusion, it must be adapted to: ```.org...
# What? On exercise of 15.3 `GeneratePermutation` page 230 the solution code and EPIJudge are reversing the swap in the for loop. https://github.com/adnanaziz/EPIJudge/blob/b736406dfb6e8e6be2612e8a57e710baf90a2d3e/epi_judge_python_solutions/permutations.py#L17 I managed to **pass** the tests without...