16 lines
358 B
Markdown
16 lines
358 B
Markdown
## Configure
|
|
|
|
Configure the domain to be used to access the file share and the directory where it will be hosted using Tramp.
|
|
|
|
```elisp
|
|
(setq org-share-to-web-domain "")
|
|
(setq org-share-to-web-directory "")
|
|
```
|
|
|
|
Example.
|
|
|
|
```elisp
|
|
(setq org-share-to-web-domain "https://mydomain.com/")
|
|
(setq org-share-to-web-directory "/ssh:debian@mydomain.com:~/www/")
|
|
```
|