A permutation $\pi$ of $[n]:=\{1,2,\dots,n\}$ is called circularly nonconsecutive (CNC) if $\pi_{i+1}-\pi_i\neq 1$ for all $i=1,2,\dots,n-1$, and furthermore $\pi_1-\pi_n\ne 1$. In other words, $i+1$ does not occur immediately after $i$, for any $i\in \{1,2,\dots,n-1\}$, where we consider the first entry of the permutation as occurring immediately after the last in a circular fashion.
There are $3$ CNC permutations of $[3]$: $(1,3,2)$, and its two rotations, $(3,2,1)$ and $(2,1,3)$. In general, all $n$ rotations of a CNC permutation are also CNC.
It can be shown that the number of CNC permutations is equal to the number of permutations with exactly one fixed point. You can count both of these quantities with an inclusion exclusion argument and find the the resulting expressions are coincidentally the same, both equal to $$n!\sum_{k=0}^{n-1}\frac{(-1)^k}{k!}$$
Can you give a bijection between CNC permutations of $[n]$ and permutations of $[n]$ with one fixed point?
Equivalently, permutations with one fixed point can be partitioned into $n$ equal classes based on which point is fixed, just like CNC permutations can be partitioned into circular rotation classes. So it would be equivalent to find a bijection between CNC permutations for which $\pi_n=n$ and permutations where the only fixed point is $\pi_n=n$. The latter is obviously in bijection with derangements of $[n-1]$.
OK, I found the answer in a wonderful blog post by Mike Spivey. It is implied by the following discussion, which is a better way of viewing the problem.
From now on, a succession in a permutation is an index $i\in \{1,\dots,n-1\}$ for which $\pi({i+1})=\pi(i)+1$. Furthermore, an extended succession is defined as follows; given a permutation $\pi:\{1,\dots,n\}\to \{1,\dots,n\}$, extend this to a function $\pi':\{0,\dots,n\}\to\{0,\dots,n\}$ by setting $\pi'(0)=0$ and $\pi'(i)=\pi(i)$ for $i\in \{1,\dots,n\}$. Then an extended succession of $\pi$ is defined to be a succession of $\pi'$. The only difference between the two concepts is that $\pi(1)=1$ counts as an extended succession, but not a succession.
The reason for this funny definition is that extended successions behave just like fixed points, in that for any $k\in \{0,\dots,n\}$, the number of permutations with $k$ fixed points equals the number of permutations with $k$ extended succesions. This is proven with the following bijection. In the rightmost column, $i$ represents a generic fixed point greater than $1$. Note how the fixed points, $3$ and $6$, become successions in the result. You also need to show that if $1$ is a fixed point, that it ends up at the beginning of the result (so it is an extended succession).