Hi All,
So I'm pretty new to Emacs and org-mode. Loving it so far.
On parabola (FSF approved Arch linux distro) the default emacs org2pdf
function is broken.
Details on the reason here:
https://lists.parabola.nu/pipermail/assist/2016-August/000716.html
Something about freedom licensing issues
h are
detailed here:
https://lists.parabola.nu/pipermail/assist/2016-August/000716.html
So I'm wondering how one can use the org export to PDF function on
parabola linux which has stripped these fonts due to some licensing
issue (I think).
Aaron Ecay writes:
> Hi Divan,
>
>
Hi Aaron,
Aaron Ecay writes:
> Hi Divan,
>
> Thanks for your reply.
>
> 2016ko abuztuak 28an, Divan Santana-ek idatzi zuen:
>>
>> Thanks for the reply.
>>
>> My initial post was a lacking detail, sorry...
>>
>> So, on parabola Linux,
> Hi Org users
>
> Quick one. Having an issue when trying to fire up `org-agenda`.
>
> It errors with:
>
> ```
> org-agenda-get-day-entries: Wrong type argument: number-or-marker-p,
> "<2016-12-20 Tue +1m>"
> ```
>
> That's when one tries to read this file in:
>
> ```
> * Tasks
> ** TODO [#B] Do b
Hi Org users
Quick one. Having an issue when trying to fire up `org-agenda`.
It errors with:
```
org-agenda-get-day-entries: Wrong type argument: number-or-marker-p,
"<2016-12-20 Tue +1m>"
```
That's when one tries to read this file in:
```
* Tasks
** TODO [#B] Do budget for next Month - 20th
Nicolas Goaziou writes:
> Hello,
>
> Divan Santana writes:
>
>> Hi Org users
>>
>> Quick one. Having an issue when trying to fire up `org-agenda`.
>>
>> It errors with:
>>
>> ```
>> org-agenda-get-day-entries: Wrong type argument:
n2org situation.
Anyone thought of something box to improve this situation?
--
Divan Santana
https://divansantana.com
Hi All,
I'm trying to document python module examples in orgmode.
I'm sure this is possible, but not quite sure how to do it.
I'd like to define the python module in one block, and then import it in
another.
#+NAME: my_module.py
#+begin_src python
print('Importing my_module...')
test = 'Test S
Thanks John Kitchin. Your suggestion works.