`org-agenda-show-log' indicates if the the current agenda buffer has
log-mode enabled. When building a new agenda buffer, it gets its
value from `org-agenda-start-with-log-mode'. It is is semantically a
buffer local variable: when creating a new agenda buffer you expect it
to be set to the value
Hi,
(originally posted to emacs.stackexchange[1] with no answers, )
I am running a short bash command from an org mode code block, using the
program `fold` to wrap it at 60 characters. If I run the code without a session
argument, the results display as expected. However, when I set the session
Thank you for your response.
2018-02-21 12:17 GMT+01:00 Nicolas Goaziou :
> You get the beginning of the code of a source block with
>
> (org-with-point-at (org-element-property :post-affiliated element)
> (line-beginning-position 2))
>
> and its end with
>
> (org-with-point-at (org-elemen
Hello,
Ag Ibragimov writes:
> I'm not sure if that's a legitimate bug, just something I have run into
> on my Spacemacs config
>
> # Description
>
> org-clock-current-task doesn't update mode-line after refile on capture
>
> # To reproduce:
>
> Create a capture template with :clock-in and :clock
Am 21.02.2018 um 12:45 schrieb Nicolas Goaziou:
> I agree right-aligned -- and center-aligned -- fields are not perfect,
> but I cannot think of a good design for these at the moment.
OK. I can live with that.
Julius
Hello,
Julius Dittmar writes:
> What I think this was about: Assume, the following table is set up for
> right-aligned output (that's one of the things I don't know how to do,
> but that's fine with me):
>
> | a very long entry which enforces a long table cell |
> |a
Hello,
John Kitchin writes:
> +1 on this.
>
> I also have some janky code to do things like go to the beginning/end of
> the value in a src block. Here is my solution to mark the code in a src
> block.
>
> (defun ob-ipython-mark-code ()
> "Mark the code in the block."
> (interactive)
> (or
Hi
As I learned, unfortunately for me,
org-complete-expand-structure-template is gone and has been
replaced by
org-insert-structure-template
Now I have, for example, the following template via customize
("s" "#+begin_src matlab :results output latex :exports results
:eval never-export