> On Mar 30, 2020, at 3:23 PM, Joost Kremers wrote:
>
[stuff deleted]
>
> If I reverse the order and add a `+` sign, like so:
>
> ```
> :PROPERTIES:
> :header-args:python+: :session py1 :results function
> :header-args:python+: :tangle out1.py
> :END:
> ```
>
> the code does indeed get ta
Aloha Joost,
This link reflects my understanding of how properties accumulate,
rather than overwrite:
https://org-babel.readthedocs.io/en/latest/header-args/
hth,
Tom
--
Thomas S. Dye
https://tsdye.online/tsdye
Marco Wahl writes:
> I find it slightly suspicious that the documentation says
>
> #v+
> ‘M-S-’ (‘org-table-insert-column’)
> Insert a new column to the left of point position.
> #v-
>
> But actually the new column goes to the right and this is also fused by
> the tests. Has there been a st
On Mon, Mar 30 2020, Ken Mankoff wrote:
Header args overwrite. Change python to python+ to append header
args.
Are you sure? That's not documented anywhere I can find and it
seems to be belied by the fact that if I put the headers in the
order:
```
:PROPERTIES:
:header-args:python: :tangl
Yu Han Quek writes:
> Calling org-table-insert-column in a table with formulas wrongly increments
> the column number left of the newly inserted column.
>
> Minimal example:
>
> | 1 | 2 | 3 |
>
> #+TBLFM: $3=$1+$2
>
> With cursor in the `1` cell, call `M-x org-table-insert-column`.
>
> Expected o
I think it would be nice if this function would have some (customizable)
variables.
Here (in Germany) e.g. I like this:
(defun org-bbdb-anniversary-description (agenda-date anniv-date)
(let ((delta (- (calendar-absolute-from-gregorian anniv-date)
(calendar-absolute-from-greg
Yes, org info is spread wide and thin, and it's hard to tell which
source is the most recent/accurate. I think it might be useful to
consolidate and delete as much as possible, but that's going to be a lot
of work.
The existence of a page called "Library of Babel",
https://orgmode.org/worg/library
Bummer, that does indeed read pretty straightforwardly about inches.
Sorry about that.
Thanks for your efforts. I find org documentation challenging at
times, and am still not clear on worg vs. org. I believe I've asked on
this list before why those pages exist, as this seems like it should
be in
John Hendy writes:
>
> Best to cite exactly which article you're referring to. Trying to look
> myself, for example, found me this as the only worg hit from googling
> "worg R plotting":
> - https://orgmode.org/worg/org-tutorials/org-R/org-R.html
> """
> Output options
> height:1000set height of g
Calling org-table-insert-column in a table with formulas wrongly increments
the column number left of the newly inserted column.
Minimal example:
| 1 | 2 | 3 |
#+TBLFM: $3=$1+$2
With cursor in the `1` cell, call `M-x org-table-insert-column`.
Expected output:
| 1 | | 2 | 3 |
#+TBLFM: $4=$1+$
On Mon, Mar 30, 2020 at 10:45 AM Tyler Smith wrote:
>
> Hi,
>
> The worg documentation for R code indicates the default units for
> graphics output is 'in', inches. However, when I try the following:
>
> #+begin_src R :results file graphics :file ca.jpg :width 8 :height 11
> plot(1:10)
> #+end_s
Hi,
The worg documentation for R code indicates the default units for
graphics output is 'in', inches. However, when I try the following:
#+begin_src R :results file graphics :file ca.jpg :width 8 :height 11
plot(1:10)
#+end_src
I get an error noting the margins are too large. If I change the
Hi Marco,
Marco Wahl writes:
> Arne Babenhauserheide writes:
>> (setq org-publish-project-alist
>> '(("guile-basics"
>> :base-directory "~/eigenes/py2guile"
>> :publishing-directory (concat private-publish-ftp-proj
>> "guile-basics/")
>> :base-extension "org"
>
Arne Babenhauserheide writes:
> Hi,
>
> I set up my publishing workflow with org-project using lambdas in the
> :completion-function, but I now receive errors when I try to publish.
>
> Example Setup:
>
> (setq org-publish-project-alist
> '(("guile-basics"
> :base-directory "~/eige
On Sunday, 29 Mar 2020 at 01:18, Adam Porter wrote:
> Pressing TAB (or any other key that moves to the next field) to realign
> a table is not a significant burden. A feature like this should
> probably remain an add-on package, or at least disabled by default.
I tend to work with large tables an
Hi,
I set up my publishing workflow with org-project using lambdas in the
:completion-function, but I now receive errors when I try to publish.
Example Setup:
(setq org-publish-project-alist
'(("guile-basics"
:base-directory "~/eigenes/py2guile"
:publishing-directory (con
16 matches
Mail list logo