Hello all,
This is my first time mailing to the orgmode mailing list; I've read the
mailing list entry at orgmode.org and I've searched for an answer online, but
please accept my apologies if this mail doesn't comply with the list etiquette
after all.
I am trying to export tables from orgmode
Hi Paul,
On Monday, 11 Apr 2022 at 12:08, Paul van Gelder wrote:
> First, to manually delete the following three lines from the .tex file:
If you add these options to the ATTR_LATEX line:
:float nil :center nil
you should get what you wanted.
--
: Eric S Fraga, with org release_9.5.2-426-gf6
> > #+begin_src scheme :var y=10 :results value
> > (+ 10 y)
> > #+end_src
> >
> > #+RESULTS:
> > : 10
>
> I'm surprised by this one - shouldn't we expect the result 20 ?
>
Hi Neil, yes, that was a typo, I pasted in the wrong result. Sorry for the
confusion!
/h
Hi,
I noticed that this commit:
b1a570b3b org-agenda: Fix regression when diary sexp timestamps are ignored
made a call like (org-at-timestamp-p 'agenda) match against the regexp
`org-element--timestamp-regexp`. However, this regexp doesn’t have the
match groups setup as the others (`org-ts-regex
Hello all,
I believe I am missing out something basic with inserting info: links
in Org documents.
The info links look like:
[[info:org#External links]]
But if I am on that Info node and I hit `w' to copy the node
reference, this gets copied: "(org) External Links"
So when I insert a link
On Mon, Apr 11, 2022 at 8:35 AM Kaushal Modi wrote:
> I believe I am missing out something basic with inserting info: links
> in Org documents.
Yes, I was missing out on something :)
To my future self:
1. When in Info buffer, do M-x org-store-link (typically a user binds
this to C-c l: https:/
Hello Eric,
Thank you very much: that did it :-). Should have known there is always already
a way!
Kind regards,
Paul
Sent from my iPhone
> On 11 Apr 2022, at 13:06, Eric S Fraga wrote:
>
> Hi Paul,
>
>> On Monday, 11 Apr 2022 at 12:08, Paul van Gelder wrote:
>> First, to manually delete
On 11/04/2022 19:47, Kaushal Modi wrote:
On Mon, Apr 11, 2022 at 8:35 AM Kaushal Modi wrote:
I believe I am missing out something basic with inserting info: links
in Org documents.
Yes, I was missing out on something :)
To my future self:
1. When in Info buffer, do M-x org-store-link (typic
Dear org-mode mailing list, dear Thibault,
first of all I want to express my appreciation for your work and the efforts
you put into getting org-mode together! You guys are awesome.
My name is Vitus, and I'm writing to you because I am setting up my blog, for
which I need fully-fledged LaTeX su
Hi,
After a recent report of incorrect daylight saving time handling in agenda:
Ignacio Casso [BUG] org-agenda thinks timestamps after 23:00 correspond
to the next day Tue, 29 Mar 2022 15:09:10 +0200
https://list.orgmode.org/paxpr06mb7760238f410cbe3203f78ee0c6...@paxpr06mb7760.eurprd06.prod.ou
* lisp/org.el (org-todo-yesterday): Fix an incorrect use of apply when
org-todo-yesterday intends to call org-agenda-todo-yesterday with the
same interactive arg. Before this change, the command incorrectly set
the todo state of the task to blank when called with C-u C-u C-u in an
agenda buffer (s
On 4/11/22 08:22, Max Nikulin wrote:
+ (defmacro org-encode-time (&rest time)
+(pcase (length time)
+ (1 `(encode-time ,(car time)))
+ (6 `(encode-time (list ,@time nil -1 nil)))
+ (9 `(encode-time (list ,@time)))
After seeing this code and thinking about it a bit more I no
Dear org-mode mailing list,
first of all I want to express my appreciation for your work and the efforts
you put into getting
org-mode together! You guys are awesome.
I’m writing to you because I am setting up my blog, for which I need
fully-fledged LaTeX support, so I am inserting my code via s
OBSERVED BEHAVIOR
=
The following 2 files 'correct_face_rendering.org' and
'incorrect_face_rendering.org' render the 3rd headings timestamp face
differently, once correctly and once incorrectly.
correct_face_rendering.org
--
* ~ [2022-04-11 Mo] teading 1 -
On Wednesday, 6 April 2022 19:26:38 CEST chris wrote:
> [was: Issue with internal directory links]
>
> > Hi Jonathan,
> >
> > Jonathan Fox writes:
> >> Here's a link I'm using:
> >>
> >> [[./templates][Templates]]
>
> I have similar issue with `[[file:/path/file.hs][name]]`
> `M-x org-open-at-
I have another question related to managing a book I'm doing building for export
to LaTeX: what do people do for managing all of the headers?
I have about 30 #+latex_header lines in the project I'm working on, and I'm
still just working on it as a basic article. When I'm ready to do more
for
For a major project like this, I would just put these in a separate file,
and include it using #+INCLUDE:
Vikas
On Tue, 12 Apr 2022 at 06:37, William Denton wrote:
> I have another question related to managing a book I'm doing building for
> export
> to LaTeX: what do people do for managing a
Hi Vitus, list.
My memory is quite fuzzy on this and I won't have a chance to take a
deep look until later, but I will try to share the information I have.
On Mon, 11 Apr 2022 19:38:13 + (9 hours, 37 minutes, 37 seconds ago), Vitus
Schäfftlein wrote:
Dear org-mode mailing list,
[...]
William Denton writes:
> I have another question related to managing a book I'm doing building for
> export to LaTeX:
> what do people do for managing all of the headers?
>
I only use the #+latex_headers or #+latext-headers-extra lines for 'one
off' type documents. If I'm going to be writing
19 matches
Mail list logo