1
0
Fork 1
mirror of https://gitlab.com/Titan-C/org-cv.git synced 2025-04-17 02:39:29 +00:00

Merge branch 'ox-moderncv-optional-properties-to-cv-entries' into 'master'

docs(ox-moderncv): Add documentation for :NOTE: property usage

See merge request 
This commit is contained in:
Louis.vgn 2025-01-05 16:20:58 +00:00
commit 332ed243f0

View file

@ -22,6 +22,10 @@ org file.
#+CVCOLOR: green
```
The modern-cv LaTeX template allows for arguments 3 to 6 in its `\cventry` macro to be optional, but they can be used to add useful information (university GPA, for example).
This can be achieved using the `:NOTE:` property in the org headline.
When exporting you can call the following function to get the latex file.
```emacs-lisp